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 700588 - Error regarding gsetting schema when gsettings-data-convert starts
Error regarding gsetting schema when gsettings-data-convert starts
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks:
 
 
Reported: 2013-05-18 17:29 UTC by Baptiste Mille-Mathias
Modified: 2013-08-20 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gschema: add the key maximized for the assistant window. (1.14 KB, patch)
2013-05-18 18:36 UTC, Baptiste Mille-Mathias
committed Details | Review

Description Baptiste Mille-Mathias 2013-05-18 17:29:43 UTC
While looking to my logs I saw this error message:
(gsettings-data-convert:14691): GLib-GIO-ERROR **: Settings schema 'org.gnome.devhelp.state.assistant.window' does not contain a key named 'maximized' and gsettings-data-convert crashes right away.

/usr/share/GConf/gsettings/devhelp.convert reports a key
[org.gnome.devhelp.state.assistant.window]
maximized=/apps/devhelp/state/assistant/window/maximized
and the key exists in the gconf schema. 

I guess the problem comes from /usr/share/glib-2.0/schemas/org.gnome.devhelp.gschema.xml which doesn't have a maximized key for the schema id "org.gnome.devhelp.state.assistant.window".

I don't know lot about gsetting and I hope my assumptions are right. I can cook a patch if you want.

Perhaps another bug should be open against gsettings-data-convert to make it more robust against missing key.
Comment 1 Baptiste Mille-Mathias 2013-05-18 18:36:23 UTC
Created attachment 244646 [details] [review]
gschema: add the key maximized for the assistant window.
Comment 2 Frederic Peters 2013-08-20 08:19:22 UTC
Thanks Baptiste.

Attachment 244646 [details] pushed as 128533e - gschema: add the key maximized for the assistant window.