GNOME Bugzilla – Bug 96210
gnome-settings-daemon should report more detailed errors
Last modified: 2004-12-22 21:47:04 UTC
since an upgrade I get "Type mismatch: Expected list of list, got list of list when starting gnome" but it does not say for which key and I have no idea how to figure this out :-/ the only error message is: error "An error occurred while loading or saving configuration information for gnome-settings-daemon. Some of your configuration settings may not work properly." "Type mismatch: Expected list of list, got list of list when starting gnome" I am using gnome-settings-daemon --version Gnome gnome-settings-daemon 2.0.1.1
OK. This bug is a request for better error messages. The bug that "list of list" appears in the first place is bug 92574.
This string is really in GConf. Moving it there.
I fixed the error message, but the error message indicates that gnome-settings-daemon is asking for a list of lists, which is not allowed (programming bug in gnome-settings-daemon), so bouncing this back. I believe if gconf was compiled with checks, this would have done a g_return_if_fail
AFAICT that's exactly what bug 92574 is. *** This bug has been marked as a duplicate of 92574 ***