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 670703 - Build problem: dbus service file points to wrong location
Build problem: dbus service file points to wrong location
Status: RESOLVED DUPLICATE of bug 670695
Product: gnome-settings-daemon
Classification: Core
Component: general
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-23 18:47 UTC by Olav Vitters
Modified: 2012-02-23 18:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olav Vitters 2012-02-23 18:47:51 UTC
$ rpm -ql gnome-settings-daemon
/usr/lib64/gnome-settings-daemon
/usr/lib64/gnome-settings-daemon-3.0
/usr/lib64/gnome-settings-daemon-3.0/a11y-keyboard.gnome-settings-plugin
/usr/lib64/gnome-settings-daemon-3.0/a11y-settings.gnome-settings-plugin
[..]
/usr/lib64/gnome-settings-daemon/gnome-settings-daemon
/usr/lib64/gnome-settings-daemon/libgsd.so
/usr/lib64/gnome-settings-daemon/libgsd.so.0
/usr/lib64/gnome-settings-daemon/libgsd.so.0.0.0

$ cat /usr/share/dbus-1/services/org.gnome.SettingsDaemon.service
[D-BUS Service]
Name=org.gnome.SettingsDaemon
Exec=/usr/lib64/gnome-settings-daemon

$ rpm -q gnome-settings-daemon
gnome-settings-daemon-3.3.90.1-1.mga2


Dbus services file has /usr/lib64/gnome-settings-daemon, but file is in /usr/lib64/gnome-settings-daemon/gnome-settings-daemon!
Comment 1 Sebastien Bacher 2012-02-23 18:58:09 UTC
reported by vuntz earlier ;-)

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