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:
bharnden 2020-03-04 12:12:37 -08:00 committed by GitHub
commit fd2a5ec290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 --",
} }