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 730913 - Removal of common Freedesktop interface class causes DBus plugins not to work properly
Removal of common Freedesktop interface class causes DBus plugins not to work...
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2014-05-29 06:18 UTC by Jens Georg
Modified: 2014-05-29 06:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
server,plugins: Fix type name clash (8.41 KB, patch)
2014-05-29 06:32 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2014-05-29 06:18:12 UTC
(rygel:4177): GLib-GObject-WARNING **: /build/glib2.0-f_gKLq/glib2.0-2.40.0/./gobject/gsignal.c:2462: signal 'name-owner-changed' is invalid for instance '0x8fad9a8' of type 'FreeDesktopDBusObjectProxy'


Reason is that there are now several types internally with the same name, and the one in librygel-server seems to win which is the one that hasn't got that signal.
Comment 1 Jens Georg 2014-05-29 06:32:28 UTC
Created attachment 277433 [details] [review]
server,plugins: Fix type name clash

Caused DBus plugins not to work properly

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 2 Jens Georg 2014-05-29 06:33:20 UTC
Attachment 277433 [details] pushed as fafd478 - server,plugins: Fix type name clash