GNOME Bugzilla – Bug 663695
gnome-tweak-tool barfs up exceptions when parsing /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml
Last modified: 2011-11-19 02:17:19 UTC
Created attachment 201063 [details] [review] Patch to be a little more graceful with bad input. This is potentially a bug with the schema itself in which case please feel free to re-assign. Otherwise the following patch at least reduces the exception to something a little more useful. ./gnome-tweak-tool warning: schema /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml missing summary text: <key name="saved-im-presence" type="i"> <default>1</default> <summary/> </key> warning: schema /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml missing summary text: <key name="saved-session-presence" type="i"> <default>0</default> <summary/> </key>
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Thanks for the patch, we should be robust in any case. I'm not sure if summary is required or not http://developer.gnome.org/gio/2.30/GSettings.html
*** Bug 664361 has been marked as a duplicate of this bug. ***