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 685792 - daemon: use GDBus directly instead of dbus-python
daemon: use GDBus directly instead of dbus-python
Status: RESOLVED FIXED
Product: caribou
Classification: Applications
Component: default
git master
Other All
: Normal normal
: ---
Assigned To: caribou-maint
caribou-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-09 08:57 UTC by Daiki Ueno
Modified: 2012-10-18 01:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
daemon: use GDBus directly instead of dbus-python (3.78 KB, patch)
2012-10-09 08:57 UTC, Daiki Ueno
committed Details | Review
daemon: use GDBus directly instead of dbus-python (3.78 KB, patch)
2012-10-18 01:05 UTC, Daiki Ueno
none Details | Review

Description Daiki Ueno 2012-10-09 08:57:27 UTC
This will allow packagers to drop dependency on dbus-python.
Comment 1 Daiki Ueno 2012-10-09 08:57:29 UTC
Created attachment 226107 [details] [review]
daemon: use GDBus directly instead of dbus-python
Comment 2 Alejandro Piñeiro Iglesias (IRC: infapi00) 2012-10-17 11:22:02 UTC
Review of attachment 226107 [details] [review]:

Looks good
Comment 3 Daiki Ueno 2012-10-18 01:05:05 UTC
The following fix has been pushed:
576c37a daemon: use GDBus directly instead of dbus-python
Comment 4 Daiki Ueno 2012-10-18 01:05:16 UTC
Created attachment 226705 [details] [review]
daemon: use GDBus directly instead of dbus-python