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 659784 - yelp needs to learn about help:
yelp needs to learn about help:
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-22 03:22 UTC by Matthias Clasen
Modified: 2011-09-22 12:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make yelp open the user guide by default (1.22 KB, patch)
2011-09-22 03:25 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2011-09-22 03:22:37 UTC
Running yelp 3.1.4 without arguments yields a

Document Not Found
The URI ‘ghelp:gnome-help’ does not point to a valid page.
Search for packages containing this document.


Running yelp help:gnome-help yields the expected user guide.

Seems that yelp needs to learn about help: and forget about ghelp: ?

We should probably fix this for 3.2
Comment 1 Matthias Clasen 2011-09-22 03:25:41 UTC
Created attachment 197207 [details] [review]
Make yelp open the user guide by default

Yelp was trying to, but the default URI was still using the
old ghelp scheme, whereas the user guide uses the help: scheme
nowadays.
Comment 2 Shaun McCance 2011-09-22 03:38:31 UTC
Yikes. Requested r-t permission for hard code freeze break.
Comment 3 Shaun McCance 2011-09-22 12:08:23 UTC
Attachment 197207 [details] pushed as 32351d9 - Make yelp open the user guide by default