GNOME Bugzilla – Bug 482290
No links off 'Help' 'Advanced Topics' page work (gutsy)
Last modified: 2007-11-07 19:40:42 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/141276 "... When clicking on any of the links on the HELP system, 'Advanced Topics' page. None of them work. ... Package: yelp 2.19.90-0ubuntu3 ..."
Spoke to Matt at length about this yesterday. The cause is the links look like: "x-yelp-toc:#<foo>". The new resolver only handles links like "x-yelp-toc:<foo>". I've sent him a patch for this (and several other issues) and I'll integrate this change upstream as well.
Fixed in SVN Head. Ubuntu has a patch against 2.20 and if we do a 2.20.2, this will be back-ported. Marking as fixed. 2007-11-07 Don Scorgie <dscorgie@svn.gnome.org> * src/yelp-utils.c: x-yelp-toc uri scheme frags now strip leading '#' and '?'s (bug #482290)