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 152086 - gok-with-references.schemas.in not generated with m4 gok-with-references.schemas.m4 ?
gok-with-references.schemas.in not generated with m4 gok-with-references.sche...
Status: RESOLVED FIXED
Product: gok
Classification: Deprecated
Component: general
unspecified
Other Linux
: Low normal
: ---
Assigned To: David Bolter
David Bolter
AP3
: 152504 152627 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-09-07 17:52 UTC by David Bolter
Modified: 2005-02-07 12:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch to fix improperly escaped '<' '>' (2.51 KB, patch)
2004-09-07 18:12 UTC, bill.haneman
none Details | Review
improved patch, includes the resulting fixes to the schemas.in localization. (10.90 KB, patch)
2004-09-07 18:23 UTC, bill.haneman
none Details | Review
removed redundant macro (10.58 KB, patch)
2004-09-07 18:41 UTC, bill.haneman
none Details | Review
removed an unnecessary i18n markup, reducing the number of strings (10.96 KB, patch)
2004-09-07 18:47 UTC, bill.haneman
none Details | Review
alternative patch which just reverts the broken i18n macros (2.46 KB, patch)
2004-09-07 18:53 UTC, bill.haneman
none Details | Review
patch as applied for 2.8.0; doesn't change strings as-is, but fixes broken macro. (2.62 KB, patch)
2004-09-10 11:39 UTC, bill.haneman
none Details | Review

Description David Bolter 2004-09-07 17:52:23 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.
Comment 1 David Bolter 2004-09-07 17:53:49 UTC
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?
Comment 2 David Bolter 2004-09-07 18:02:51 UTC
changing summary (gok not executing - schema breakage?) and downgrading.

sorry for the heart attacks, this was not out of the box. details to follow.
Comment 3 bill.haneman 2004-09-07 18:12:38 UTC
Created attachment 31385 [details] [review]
proposed patch to fix improperly escaped '<' '>'
Comment 4 bill.haneman 2004-09-07 18:23:09 UTC
Created attachment 31386 [details] [review]
improved patch, includes the resulting fixes to the schemas.in localization.
Comment 5 bill.haneman 2004-09-07 18:31:40 UTC
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.

Comment 6 bill.haneman 2004-09-07 18:34:55 UTC
marking 2.8.X milestone, but we need to consult gnome-i18n to assess the string
impact.
Comment 7 bill.haneman 2004-09-07 18:41:44 UTC
Created attachment 31389 [details] [review]
removed redundant macro
Comment 8 bill.haneman 2004-09-07 18:47:11 UTC
Created attachment 31390 [details] [review]
removed an unnecessary i18n markup, reducing the number of strings
Comment 9 bill.haneman 2004-09-07 18:53:37 UTC
Created attachment 31391 [details] [review]
alternative patch which just reverts the broken i18n macros
Comment 10 David Bolter 2004-09-07 19:12:48 UTC
Just a note that my "details to follow" got sidetracked with a irc discussion
with Bill ;-)
Comment 11 bill.haneman 2004-09-10 11:39:38 UTC
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?)
Comment 12 bill.haneman 2004-09-10 11:40:21 UTC
reducing priority since the busted macro is fixed now.
Comment 13 bill.haneman 2004-09-13 15:01:49 UTC
*** Bug 152504 has been marked as a duplicate of this bug. ***
Comment 14 bill.haneman 2004-09-15 09:36:29 UTC
*** Bug 152627 has been marked as a duplicate of this bug. ***
Comment 15 Calum Benson 2004-10-21 16:52:34 UTC
Apologies for spam-- ensuring Sun a11y team are cc'ed on all current a11y bugs.
 Filter on "SUN A11Y SPAM" to ignore.
Comment 16 bill.haneman 2005-02-07 12:32:31 UTC
This problem is fixed in the 2.9/HEAD branch of GOK (0.12.X series).