fix typo in DEFAULT_TERMS make gnome-terminal work
This commit is contained in:
parent
4093b2244a
commit
52689bd210
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ DEFAULT_TERMS = {
|
|||
"konsole": "konsole -e",
|
||||
"lxterminal": "lxterminal -e",
|
||||
"xfce4-terminal": "xfce4-terminal -x",
|
||||
"gnome-terminal": "gnome-terminal --window--",
|
||||
"gnome-terminal": "gnome-terminal --window --",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue