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 621370 - invalid character (_) in gsettings key
invalid character (_) in gsettings key
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other Linux
: High major
: GNOME3.0
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-12 12:57 UTC by Frederic Peters
Modified: 2010-06-12 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frederic Peters 2010-06-12 12:57:44 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.
Comment 1 Felix Riemann 2010-06-12 16:25:35 UTC
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.
Comment 2 Felix Riemann 2010-06-12 17:15:25 UTC
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.
Comment 3 Frederic Peters 2010-06-12 17:24:54 UTC
Thanks a lot for the quick reaction!