GNOME Bugzilla – Bug 152086
gok-with-references.schemas.in not generated with m4 gok-with-references.schemas.m4 ?
Last modified: 2005-02-07 12:32:51 UTC
kill all your gconf gok settings. do a fresh autogen, make install. run gok. "Sorry, GOK can't run because: Can't initialize actions." some debug trace output: gok-gconf.c:287:gok_gconf_get_string: Got unexpected NULL when getting key /apps/gok/actions/mousebutton2/displayname from GConf the displayname keys seem to be missing.
Bill, I'm not sure if this is my setup... please confirm. Perhaps this is related to that new mkschema_i18n_default stuff in gok-with-references.schemas.m4?
changing summary (gok not executing - schema breakage?) and downgrading. sorry for the heart attacks, this was not out of the box. details to follow.
Created attachment 31385 [details] [review] proposed patch to fix improperly escaped '<' '>'
Created attachment 31386 [details] [review] improved patch, includes the resulting fixes to the schemas.in localization.
Corrected report: to reproduce: 1) unpack GOK from dist, or CVS, post 0.11.5 version. 2) run m4 gok-with-references.schemas.m4 > gok-with-references.schemas.in 3) run make install, GOK won't run properly. Step #2 is not normally done by end users, but if a repackager tries it, they will end up with a broken GOK. The version of gok-with-references.schemas.in in CVS and in the tarballs is OK however, so if m4 isn't run, GOK will be OK.
marking 2.8.X milestone, but we need to consult gnome-i18n to assess the string impact.
Created attachment 31389 [details] [review] removed redundant macro
Created attachment 31390 [details] [review] removed an unnecessary i18n markup, reducing the number of strings
Created attachment 31391 [details] [review] alternative patch which just reverts the broken i18n macros
Just a note that my "details to follow" got sidetracked with a irc discussion with Bill ;-)
Created attachment 31466 [details] [review] patch as applied for 2.8.0; doesn't change strings as-is, but fixes broken macro. applied with permission from Marc McL and one other (was it MurrayC?)
reducing priority since the busted macro is fixed now.
*** Bug 152504 has been marked as a duplicate of this bug. ***
*** Bug 152627 has been marked as a duplicate of this bug. ***
Apologies for spam-- ensuring Sun a11y team are cc'ed on all current a11y bugs. Filter on "SUN A11Y SPAM" to ignore.
This problem is fixed in the 2.9/HEAD branch of GOK (0.12.X series).