diff --git a/files/ZAZPip_v0.9.0.oxt b/files/ZAZPip_v0.9.0.oxt index e82dc01..5d6001f 100644 Binary files a/files/ZAZPip_v0.9.0.oxt and b/files/ZAZPip_v0.9.0.oxt differ diff --git a/source/pythonpath/main.py b/source/pythonpath/main.py index 39c121d..ee13c8f 100644 --- a/source/pythonpath/main.py +++ b/source/pythonpath/main.py @@ -296,7 +296,7 @@ class Controllers(object): if app.IS_MAC: cmd = 'open "{}"' elif app.DESKTOP == 'gnome': - cmd = 'x-terminal-emulator -- {}' + cmd = 'gnome-terminal -- {}' cmd = cmd.format(self.path_python) app.run(cmd)