python: gnome.help_display(), can't find documentation.



Hello

I've been searching around a bit, and I can see that something similar has been discussed before. Anyway this is a little different.

Im working on gnome-schedule, a GUI to edit a users crontab and at jobs. And we are almost ready for 1.0 release. This is one of the last bugs remaining; http://bugzilla.gnome.org/show_bug.cgi?id=324141 .

The problem is that yelp doesn't find the documentation when it is installed in a prefix other than /usr or /usr/local.

The application has been initialized with:
  props = { gnome.PARAM_APP_DATADIR : config.getPrefix() + "share/" }
pr = gnome.program_init ("gnome-schedule", config.getVersion(), properties=props)

And i try to load the help with the following code:
   #open help
    def on_manual_menu_activate (self, *args):
        gnome.help_display('gnome-schedule')

Does anyone has any suggestions?

gnome-schedule is located in cvs.gnome.org, as gnome-schedule.

Some other references:
http://permalink.gmane.org/gmane.comp.gnome.gtk%2B.python/6625

- gaute




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]