GNOME Bugzilla – Bug 94901
Using unescaped strings for gconf keys
Last modified: 2004-12-22 21:47:04 UTC
Need to gconf_escape_key() https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75144
Oh this is fixed. Didn't use gconf_escape_key, just changed the bad chars to _ with g_strdelimit.
As long as you got all the chars that gconf considers bad under "bad chars", that sounds fine.