After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622914 - Migrate from dbus-glib to glib's GDBus
Migrate from dbus-glib to glib's GDBus
Status: RESOLVED DUPLICATE of bug 621203
Product: gnome-shell
Classification: Core
Component: general
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks: 622871
 
 
Reported: 2010-06-27 11:27 UTC by André Klapper
Modified: 2010-06-27 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2010-06-27 11:27:06 UTC
For GLib 2.25.5 GDBus D-Bus support was merged, providing an API to replace dbus-glib.

See http://library.gnome.org/devel/gio/unstable/gdbus.html and http://library.gnome.org/devel/gio/unstable/ch28.html .

According to a quick grep this module seems to use dbus-glib:

./gnome-shell/configure.ac:PKG_CHECK_MODULES(MUTTER_PLUGIN, gio-unix-2.0 gtk+-2.0 dbus-glib-1 mutter-plugins
./gnome-shell/configure.ac:PKG_CHECK_MODULES(GDMUSER, dbus-glib-1 gtk+-2.0)
Comment 1 Dan Winship 2010-06-27 14:45:32 UTC
bug 621203 has patches to remove our own use of dbus-glib.
The gdmuser code is a cut+paste from gdm, so the rest of this is a dup of gdm's "port to gdbus" bug.

*** This bug has been marked as a duplicate of bug 621203 ***