diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 528c8883..3d5869c2 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -152,6 +152,7 @@ class Terminal(gtk.VBox): self.connect_signals() + os.putenv('TERM', 'xterm') os.putenv('COLORTERM', 'gnome-terminal') env_proxy = os.getenv('http_proxy')