diff -Naur gnome-applets.orig/invest-applet/invest/help.py gnome-applets/invest-applet/invest/help.py --- gnome-applets.orig/invest-applet/invest/help.py 2014-10-09 05:12:51.549056000 +0200 +++ gnome-applets/invest-applet/invest/help.py 2014-10-09 05:44:55.105919395 +0200 @@ -2,7 +2,7 @@ from gi.repository import Gtk, Gdk def show_help(): - Gtk.show_uri(None, "ghelp:invest-applet", Gdk.CURRENT_TIME) + Gtk.show_uri(None, "help:invest-applet", Gdk.CURRENT_TIME) def show_help_section(id): - Gtk.show_uri(None, "ghelp:invest-applet?%s" % id, Gdk.CURRENT_TIME) + Gtk.show_uri(None, "help:invest-applet/%s" % id, Gdk.CURRENT_TIME) diff -Naur gnome-applets.orig/invest-applet/invest/__init__.py gnome-applets/invest-applet/invest/__init__.py --- gnome-applets.orig/invest-applet/invest/__init__.py 2014-10-09 05:12:51.552389000 +0200 +++ gnome-applets/invest-applet/invest/__init__.py 2014-10-09 05:44:37.905458098 +0200 @@ -8,7 +8,7 @@ from . import networkmanager # Autotools set the actual data_dir in defs.py -from defs import * +from invest.defs import * DEBUGGING = False