Skip to content

Commit

Permalink
fix #1095
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 27, 2022
1 parent a865aeb commit d685305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/utils/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TerminalUtils():
terminals = [
['easyterm.py', '-d -p "%s" -c %s'],
['xterm', '-e %s'],
['konsole', '-e %s'],
['konsole', '-e --noclose %s'],
['gnome-terminal', '-- %s'],
['xfce4-terminal', '-e %s'],
['mate-terminal', '--command %s'],
Expand Down

0 comments on commit d685305

Please sign in to comment.