Merge pull request #526 from kurumushi/patch-1
Change konsole launch options for newer ncurses
This commit is contained in:
commit
f8ddbb1f2e
|
@ -78,7 +78,7 @@ else
|
|||
elif $COMMAND gnome-terminal 2>/dev/null; then
|
||||
gnome-terminal -e "$LAUNCHER"
|
||||
elif $COMMAND konsole 2>/dev/null; then
|
||||
konsole -e "$LAUNCHER"
|
||||
konsole -p Environment=TERM=xterm -e "$LAUNCHER"
|
||||
elif $COMMAND terminal 2>/dev/null; then
|
||||
terminal -e "$LAUNCHER"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue