GNOME Bugzilla – Bug 45416
Links don't work in {help,ghelp,gnome-help}: scheme
Last modified: 2004-12-22 21:47:04 UTC
There seems to be a problem with HTML help pages and links. If I type 'gnome-help:foo' and there is a link in that page the link would look something like 'gnome-help:foo/page2.html' - This is wrong, because if the HTML help file is installed, then the libvfs-help.so module translates the URI into a 'file://' URI (e.g. gnome-help:foo would be translated to something like 'file:///gnome/share/gnome/help/foo/index.html' (the links are relative links - e.g. <a href="page2.html">Page 2</a>) DocBook SGML/XML works fine (since libvfs-help.so passes the work onto the pipe URI and gnome-db2html2). mfleming - I think you said you'd take a look at this bug. Note: this used to work perfectly fine at one point in time, but then suddenly stopped working. ------- Additional Comments From mikef@praxis.etla.net 2001-01-03 16:56:01 ---- An example of this is the first link on "gnome-help:control-center" This may be nasty, because it appears that the URI translation mechanism used by the help module can't communicate information to the mozilla component that it needs to know. We need to fix this if we're going to take over gnomee-help functionality. ------- Additional Comments From mikef@praxis.etla.net 2001-01-03 17:11:03 ---- It looks like clicking on links in the "help:" scheme can cause a nautilus-mozilla-content-view crash. This doesn't affect "gnome-help:" or "ghelp:". I believe this is because of a flawed special case in nautilus-mozilla-content-view. ------- Additional Comments From mikef@praxis.etla.net 2001-01-03 17:15:29 ---- help, man, and pipe are special cased in nautilus-directory-async.c, but not ghelp or gnome-help ------- Additional Comments From mikef@praxis.etla.net 2001-01-03 17:25:35 ---- "gnome-help" and "ghelp" should be added to the list in nautilus-directory-async.c. (I'm not going to open a separate bug for this) ------- Additional Comments From darin@bentspoon.com 2001-01-04 09:01:11 ---- I'll take care of the nautilus-directory-async.c thing -- lets not confuse matters by using this bug report to track that. ------- Additional Comments From mikef@praxis.etla.net 2001-01-04 11:24:06 ---- Changed name to be more accurate. ------- Additional Comments From don@eazel.com 2001-01-05 15:08:22 ---- This looks like a dup of bug #44302. *** This bug has been marked as a duplicate of 44302 *** ------- Additional Comments From eli@eazel.com 2001-01-14 17:08:41 ---- I'm not sure if I understand Help well enough to meaningfully verify this. So, I E-mailed jfleck (who reported the bug this was duped against) to see if he might wish to apply his verification expertise. ------- Additional Comments From jfleck@inkstain.net 2001-01-14 17:57:40 ---- Verifying its duplicateness. It is indeed the same as the bedeviling Bug #44302. ------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 20:53 -------