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 622933 - Migrate from dbus-glib to GDBus
Migrate from dbus-glib to GDBus
Status: RESOLVED FIXED
Product: gnome-video-arcade
Classification: Other
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-video-arcade-maint
gnome-video-arcade-maint
Depends on:
Blocks: 622871
 
 
Reported: 2010-06-27 11:43 UTC by André Klapper
Modified: 2011-05-15 22:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use TotemScrsaver, removes D-Bus dependency (31.26 KB, patch)
2011-02-22 21:15 UTC, Bastien Nocera
none Details | Review

Description André Klapper 2010-06-27 11:43:53 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-video-arcade/configure.ac:DBUS_MODULES="dbus-glib-1"  # minimum version?
Comment 1 Bastien Nocera 2011-02-22 05:29:56 UTC
Given that the code is only used to inhibit the screensaver, please copy the updated code from Totem's lib/totem-acreages.[ch].
Comment 2 Matthew Barnes 2011-02-22 14:49:06 UTC
Thanks, I'll pick that up as part of my GTK3 porting.
Comment 3 Bastien Nocera 2011-02-22 21:15:23 UTC
Created attachment 181640 [details] [review]
Use TotemScrsaver, removes D-Bus dependency
Comment 4 Bastien Nocera 2011-02-22 21:16:47 UTC
(In reply to comment #1)
> Given that the code is only used to inhibit the screensaver, please copy the
> updated code from Totem's lib/totem-acreages.[ch].

That should obviously have been "totem-scrsaver"