On Fri, Nov 7, 2008 at 8:39 AM, Richard Shaw <span dir="ltr"><<a href="mailto:hobbes1069@gmail.com">hobbes1069@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I just logged into my F9 laptop after some recent updates I got an error "Error Starting Gnome Settings Daemon". Relogging nor rebooting helped. I tried moving my .gconf, .gconfd, .gnome2 directories and letting gnome recreate them but it didn't help.<br>

<br>I searched the web but most everything I found was from 2006 or earlier.<br><br>Anyone else having this problem or have suggestions? <br><br>I did update with the new rpmfusion repo but not sure if that's the cause. I reviewed my yum.log but none of the packages that updated on that day jumped out at me.<br>

<br>BTW, what is the name of the executable or the Gnome Settings daemon? I was expecting something like gnome-settings but didn't find anything like that.<br><font color="#888888"><br>Richard<br>
</font></blockquote></div><br>Thanks to those who responded, but it turns out that the culprit was the gstreamer-ffmpeg package from rpmfusion. It provides a gstreamer plugin that gnome-settings-daemon tries to load. <br>
<br>For posterity, here's the output from gnome-settings-daemon when the gstreamer-ffmpeg package is installed:<br><br>CRTC 260 Timestamp: 830046<br>Output 261 Timestamp: 830046<br>CRTC 260 Timestamp: 830046<br>Output 261 Timestamp: 830046<br>
Shutdown failed or nothing to shut down.<br>[1226111713,000,xklavier.c:xkl_engine_start_listen/]     The backend does not require manual layout management - but it is provided by the application<br>ERROR: Caught a segmentation fault while loading plugin file:<br>
/usr/lib64/gstreamer-0.10/libgstffmpeg.so<br><br>Please either:<br>- remove it and restart.<br>- run with --gst-disable-segtrap and debug.<br>[1226111713,000,xklavier.c:xkl_engine_start_listen/]     The backend does not require manual layout management - but it is provided by the applicationCould not initialize GStreamer: Error re-scanning registry , child terminated by signal<br>
---<br><br>As you can see it segfaults on the file /usr/lib64/gstreamer-0.10/libgstffmpeg.so. I did a yum erase on the package and it doesn't appear that there are any packages that depend on it. So far so good...<br>
<br>Thanks,<br>Richard<br>