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 631933 - fix the plugins loading as org.gnome.settings-daemon is not defined.
fix the plugins loading as org.gnome.settings-daemon is not defined.
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-11 23:47 UTC by Alban Browaeys
Modified: 2010-10-13 12:48 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
add ".plugins" to the schema id for gsettings new (1.44 KB, patch)
2010-10-11 23:47 UTC, Alban Browaeys
needs-work Details | Review
daemon: Remove use of settings_prefix (10.54 KB, patch)
2010-10-12 17:12 UTC, Bastien Nocera
committed Details | Review

Description Alban Browaeys 2010-10-11 23:47:19 UTC
Created attachment 172149 [details] [review]
add ".plugins" to the schema id for gsettings new

gnome-settings-daemon fails to start due to trying to load "org.gnome.settings-daemon" without the suffix ".plugins". The former is not defined in the schemas.
Comment 1 Bastien Nocera 2010-10-12 14:03:22 UTC
The settings_prefix stuff needs to go away. There's no way that you could make the settings daemon run as expected if the GSettings schemas aren't installed properly, which makes the settings_prefix run-time setting useless.
Comment 2 Bastien Nocera 2010-10-12 17:12:43 UTC
Created attachment 172202 [details] [review]
daemon: Remove use of settings_prefix

And fix loading plugins information.

Spotted by Alban Browaeys <prahal@yahoo.com>
Comment 3 Bastien Nocera 2010-10-13 12:48:16 UTC
Attachment 172202 [details] pushed as bd47948 - daemon: Remove use of settings_prefix