From b240340378555f386e64ba77cc89b7e5b6e44d3e Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 6 Jul 2008 15:54:10 +0100 Subject: [PATCH] people with python-gnome installed who aren't running gnome need this to be called --- terminatorlib/terminatorterm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index 0b136614..ab5d2602 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -72,6 +72,7 @@ class TerminatorTerm (gtk.VBox): # gnome.url_show() is really useful dbg ('url_show: importing gnome module') import gnome + gnome.init ('terminator', 'terminator) self.url_show = gnome.url_show except: # webbrowser.open() is not really useful, but will do as a fallback