Merge pull request #398 from coreemu/bugfix/fix-terms-list-typo
fix typo in DEFAULT_TERMS make gnome-terminal work
This commit is contained in:
commit
fd2a5ec290
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ DEFAULT_TERMS = {
|
||||||
"konsole": "konsole -e",
|
"konsole": "konsole -e",
|
||||||
"lxterminal": "lxterminal -e",
|
"lxterminal": "lxterminal -e",
|
||||||
"xfce4-terminal": "xfce4-terminal -x",
|
"xfce4-terminal": "xfce4-terminal -x",
|
||||||
"gnome-terminal": "gnome-terminal --window--",
|
"gnome-terminal": "gnome-terminal --window --",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue