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 98620 - intltool 0.23 produces broken message in gnome-panel
intltool 0.23 produces broken message in gnome-panel
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: intltool maintainers
intltool maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-15 17:04 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2002-11-15 17:04:25 UTC
intltool 0.23 produces this garbage message in the gnome-2-0 branch of
gnome-panel:

#: applets/gen_util/clock.schemas.in.h:6
msgid ""
"Sets the hour format, may be either 12 or 24</long> <default>24</default> </"
"locale> <locale name=\"en_US\"> <short>Hour format</short> <long>Sets the "
"hour format, may be either 12 or 24</long> <default>12</default> </locale> </"
"schema> <schema> <key>/schemas/apps/clock_applet/prefs/show_seconds</key> "
"<owner>clock-applet</owner> <type>bool</type> <default>true</default> "
"<locale name=\"C\"> <short>Show time with seconds</short> <long>Display "
"seconds in time"

Seems very broken to me.
Comment 1 Yanko Kaneti 2002-11-15 21:15:44 UTC
yep, and its beacuse this particular schemas file does not validate
against the gconf dtd (the one I've added to gconf cvs some time ago)

I think the only way to ensure intltool produces predictable results
is to feed him only valid documents (at least valid to some agreed
standard, the dtd seems to be the closest thing to a valid standard in
this case)

I'll patch the schemas file on the branch as I've done on HEAD.

closing this one as FIXED although technically its not a intltool bug.
Comment 2 Christian Rose 2002-11-15 23:48:04 UTC
If gnome-panel is to blame, change the product to gnome-panel. :-)