GNOME Bugzilla – Bug 468882
GKeyFile doesn't accept "True" as a true boolean value
Last modified: 2007-12-10 17:05:33 UTC
This was causing Totem not to load a plugin automatically, because the value in the file was "Builtin=True", not "Builtin=true". Patch attached.
Created attachment 94057 [details] [review] glib-keyfile-case-unsensitive-bool-values.patch
so far gkeyfile has been pretty strict about following the letter of the desktop entry spec, and the spec says: Values of type boolean must either be the string true or false.
(In reply to comment #2) > so far gkeyfile has been pretty strict about following the letter of the > desktop entry spec, and the spec says: > > Values of type boolean must either be the string true or false. I'll file a patch to mention the case-sensitiveness in the doc then.
Created attachment 100699 [details] [review] glib-gkeyfile-boolean-doc.patch
Looks fine.
2007-12-10 Bastien Nocera <hadess@hadess.net> * glib/tmpl/keyfile.sgml: Mention the difference in handling booleans between GKeyFile and .INI files (Closes: #468882)