GNOME Bugzilla – Bug 621370
invalid character (_) in gsettings key
Last modified: 2010-06-12 17:24:54 UTC
test -n "" || /home/jhbuild/sid-ia32/build/bin/glib-compile-schemas /home/jhbuild/sid-ia32/build/share/glib-2.0/schemas /home/jhbuild/sid-ia32/build/share/glib-2.0/schemas/org.gnome.eog.gschema.xml: Error on line 343 char 67: invalid name 'full_screen': invalid character '_'; only lowercase letters, numbers and dash ('-') are permitted. I've set severity as major as the file gets installed and will cause other modules to fail when they run glib-compile-schemas. This is already the cause of severail failures on build.gnome.org.
Originally I wanted to postpone mass-renaming half of our GConf keys until we move away from GConf to avoid loosing user settings. But as it is affecting other modules I'm going to bring it forward.
Should be fixed now. commit afac01c63d764fc1b111698ef0b76473e8cfc96d Author: Felix Riemann <> Date: Sat Jun 12 18:46:28 2010 +0200 Make GSettings keys follow the new naming conventions This caused build failures for other modules, so we had to do it now. Fixes bug #621370. 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 a lot for the quick reaction!