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 599728 - help file seriesid clash
help file seriesid clash
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: invest-applet
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-27 04:34 UTC by Matthias Clasen
Modified: 2010-07-07 14:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sets a new seriesid for the invest-applet.omf.in (564 bytes, patch)
2010-01-14 23:08 UTC, Enrico Minack
none Details | Review

Description Matthias Clasen 2009-10-27 04:34:15 UTC
the seriesids of the omf.in file for invest-applet and accessx-status are identical, leading to yelp showing only one of the two help files. seriesid needs to be unique.
Comment 1 Callum McKenzie 2010-01-14 07:54:51 UTC
Enrico, try using 07e86529-19ae-74aa-dae1-65ad9262aef1d0 in the invest-applet omf file.
Comment 2 Enrico Minack 2010-01-14 23:08:43 UTC
Created attachment 151435 [details] [review]
sets a new seriesid for the invest-applet.omf.in

Changed the seriesid as requested. How can I test for the clashing ids myself?
Comment 3 Callum McKenzie 2010-01-15 08:49:03 UTC
The easiest way to test it is to manually edit your currently installed invest-applet-de.omf file (or whatever locale you use) and check that both applets give the correct help.
Comment 4 Enrico Minack 2010-01-18 14:32:06 UTC
I can confirm that with the new seriesid, both help documents can be found via
 yelp accessx-status
 yelp invest-applet
whereas with the original id, only the invest-applet document is found.
Comment 5 Enrico Minack 2010-01-21 08:47:04 UTC
I correct, the commands should be:
 yelp ghelp:accessx-status
 yelp ghelp:invest-applet
Comment 6 André Klapper 2010-04-08 00:19:15 UTC
So can this get in?