On Mon, Sep 26, 2011 at 4:39 PM, Shaun McCance <[email protected]> wrote: > On Mon, 2011-09-26 at 13:24 +0200, Zoltan Kota wrote: >> >> Thanks for pointing it out! Hmm, The code doesn't work for mallard >> pages, it seems. With the xml file it works. >> Does anybody know if there is some issue of gnome_help_display with >> Mallard pages?? The current code invokes gnome_help_display to show >> the manual pages. >> Any help would be appreciated. > > Does gtk_show_uri work? > > gtk.show_uri(None, "ghelp:pybibliographer", 0)
Yes, it works if I install pyblio in /usr or in /usr/local (the standard paths). If I install in my home I could get the help with something like this, I suppose: gtk.show_uri(None, "ghelp:///myhome/usr/share/gnome/help/pybibliographer/C/", 0) Thanks! Zoltan _______________________________________________ gnome-doc-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-doc-list
