Skip to content

Commit 7677c93

Browse files
author
mirkobrombin
committed
support multiple instances
1 parent 7f92707 commit 7677c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

easyterm/easyterm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def __init__(
149149
):
150150
super().__init__(
151151
application_id='com.usebottles.easyterm',
152-
flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE,
152+
flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE | Gio.ApplicationFlags.NON_UNIQUE,
153153
*args, **kwds
154154
)
155155
self.cwd = cwd

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description='An easy-to-bundle GTK terminal emulator',
66
author='Mirko brombin',
77
author_email='[email protected]',
8-
version='0.1.7',
8+
version='0.1.8',
99
packages=['easyterm'],
1010
scripts=['easyterm/easyterm.py'],
1111
url='https://github.com/bottlesdevs/EasyTerm',

0 commit comments

Comments
 (0)