We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f92707 commit 7677c93Copy full SHA for 7677c93
easyterm/easyterm.py
@@ -149,7 +149,7 @@ def __init__(
149
):
150
super().__init__(
151
application_id='com.usebottles.easyterm',
152
- flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE,
+ flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE | Gio.ApplicationFlags.NON_UNIQUE,
153
*args, **kwds
154
)
155
self.cwd = cwd
setup.py
@@ -5,7 +5,7 @@
5
description='An easy-to-bundle GTK terminal emulator',
6
author='Mirko brombin',
7
author_email='[email protected]',
8
- version='0.1.7',
+ version='0.1.8',
9
packages=['easyterm'],
10
scripts=['easyterm/easyterm.py'],
11
url='https://github.com/bottlesdevs/EasyTerm',
0 commit comments