GNOME Bugzilla – Bug 503593
Possible wrong index.html path in devhelp file
Last modified: 2018-08-17 19:24:17 UTC
In Debian, the default installation of libglademm doesn't create \$${prefix}/share/doc/gnomemm-2.6/libglademm-2.4/docs/index.html file which libglademm-2.4.devhelp uses. The fix is to change to index.html file's position to ..../docs/reference/html/index.html where it really sits. But according to murray, the problem is not pandemic, which makes it looks like a distro dependent issue. Anyway I'm attaching the patch as a reference in case this problem exists somewhere else.
Created attachment 100952 [details] [review] Patch to fix index.html path
The libglademm build generally needs to be updated to use mm-common, as the other *mm modules already have done. However, libglademm is deprecated (in favour of Gtk::Builder) and I don't have much incentive to do that.
libglademm is not under active development anymore since 2011. Its codebase has been archived: https://gitlab.gnome.org/Archive/libglademm/commits/master Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.