GNOME Bugzilla – Bug 301861
needed help docs not exist
Last modified: 2005-06-07 22:56:16 UTC
Please describe the problem: to read the help docs, there should be a help file. Steps to reproduce: 1. right click on panel 2. click on add to panel 3. click on help Actual results: error message: can not find help file. Expected results: help file displayed by yelp Does this happen every time? yes Other information:
Have you installed the gnome-user-docs package? The panel's help files are installed in that package.
yes (rpm -qi gnome-user-docs) the error message from panel: "The section gospanel-5 does not exist" the error message from add to panel: "The section gospanel-28 does not exist"
Looks like the add to panel thing should be "gospanel-15": <section id="gospanel-15"> <title>To Add an Object to a Panel</title> <!-- Desktop Overview / Panels / To Add Objects to Panels --> <anchor id="gosoverview-4"/> <indexterm> <primary>panel objects</primary> <secondary>adding</secondary> </indexterm> The one for the general panel doc should be changed to "gospanel-1" it seems. Attaching a patch that you can try
Hmm. the "gospanel-28" section referenced from panel-properties-dialog.c is definitely there in gospanel.xml. Not sure what's up there.
Created attachment 46364 [details] [review] fix links
Please ignore the irrelevant bits in the patch. They shouldn't cause any problems anyway.
Why was this closed? AFAIK, the patch was never committed...
Confirming bug. (Gnome 2.10) It points to the wrong section in documentation. Kjartan please close if/once you have commited the patch.
Vincent, are these changes ok?
Committed, thanks.
And closing since I committed them.