Skip to content

Commit

Permalink
support multiple instances
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Dec 11, 2021
1 parent 7f92707 commit 7677c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easyterm/easyterm.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def __init__(
):
super().__init__(
application_id='com.usebottles.easyterm',
flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE,
flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE | Gio.ApplicationFlags.NON_UNIQUE,
*args, **kwds
)
self.cwd = cwd
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description='An easy-to-bundle GTK terminal emulator',
author='Mirko brombin',
author_email='[email protected]',
version='0.1.7',
version='0.1.8',
packages=['easyterm'],
scripts=['easyterm/easyterm.py'],
url='https://github.com/bottlesdevs/EasyTerm',
Expand Down

0 comments on commit 7677c93

Please sign in to comment.