|
Bugzilla – Full Text Bug Listing |
| Summary: | help browser unable to load page | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Casual J. Programmer <casualprogrammer> |
| Component: | GNOME | Assignee: | Vincent Untz <vuntz> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | akhil.laddha, carlos.e.r, mmeeks, n5xwb, wstephenson |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | gnome-function-does-not-work gnomeup-yelp | ||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 368195 | ||
| Attachments: | Change ghelp: to help: only when necessary | ||
|
Description
Casual J. Programmer
2008-03-24 13:39:30 UTC
Problem appears with other gnome applications. I tried with evolution, eye-of-gnome help and applications display error message instead of opening help file. *** Bug 375247 has been marked as a duplicate of this bug. *** *** Bug 366892 has been marked as a duplicate of this bug. *** Ok, the problem is that gnome-help eats the g in ghelp: (ie, we goes from ghelp:///something to help:///something). So, we can: + patch yelp to accept help: URI. This is not my preferred option since it means we'll have to maintain the patch forever (unlikely to get upstream) + change susehelp to keep ghelp if the current desktop is GNOME. I'll attach a patch to do this. Created attachment 208376 [details]
Change ghelp: to help: only when necessary
So, in fact, it's simpler to only change the URI when it's required. Which seems to be the case only if we're running KDE.
cc'ing Will, since the patch is for susehelp. FWIW, I've submitted a new yelp packages to handle help: URIs (we need it for other reasons, unfortunately). Would still be nice to have the patch go in susehelp. *** Bug 335529 has been marked as a duplicate of this bug. *** Thinking a bit more about this, we'll kill ghelp: in GNOME at some point, and we need the help: support anyway. So let's just close the bug without the susehelp fix (it's fixed in yelp now) |