Hi,
Â
I'm working on a new to be written manual in Mallard. The folder
structure is, for example, in /home/mario/Documents. For testing
purposes, I have copied the gcalctool manual from /usr/share/gnome/help
to this location. When I call "yelp ./", the contents of index.page
appears, but the links to the subpages don't work. When I try to open
such a link, I get the following error message:
Â
Â
Unable to load page
Â
The requested URI
"file:///usr/share/gnome/help/gcalctool/C/?x-yelp-index#superscript" is
invalid
Â
Â
Yelp (called in terminal) says:
Â
mario debian:~/Dokumente/C$ yelp ./
Gtk-Message: Failed to load module "globalmenu-gnome":
libglobalmenu-gnome.so: cannot open shared object file: No such file or
directory
Â
(yelp:29516): Gtk-CRITICAL **: gtk_tool_button_new: assertion
`icon_widget == NULL || GTK_IS_MISC (icon_widget)' failed
Â
(yelp:29516): GLib-GObject-WARNING **: invalid (NULL) pointer instance
Â
(yelp:29516): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
`G_TYPE_CHECK_INSTANCE (instance)' failed
Â
(yelp:29516): Gtk-CRITICAL **: gtk_toolbar_insert: assertion
`GTK_IS_TOOL_ITEM (item)' failed
Â
(yelp:29516): Gtk-CRITICAL **: gtk_tool_button_new: assertion
`icon_widget == NULL || GTK_IS_MISC (icon_widget)' failed
Â
(yelp:29516): GLib-GObject-WARNING **: invalid (NULL) pointer instance
Â
(yelp:29516): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
`G_TYPE_CHECK_INSTANCE (instance)' failed
Â
(yelp:29516): Gtk-CRITICAL **: gtk_toolbar_insert: assertion
`GTK_IS_TOOL_ITEM (item)' failed
Â
Â
But when I call the help from the application itself, it works.
Â
For better understanding, it doesn't work under Debian Testing, but it
works under Ubuntu Lucid correctly. What's the problem here? Which
libraries or other apps needs Yelp to work? Perhaps the Yelp package has
an unsolved dependency.
Â
Â
Cheers,
Mario