Change konsole launch options for newer ncurses
This makes konsole tell mono that it is xterm, allowing it to avoid mono/mono#6752 and providing a workaround for #489.
This commit is contained in:
parent
3e36af75d5
commit
a4f644e3c7
|
@ -78,7 +78,7 @@ else
|
||||||
elif $COMMAND gnome-terminal 2>/dev/null; then
|
elif $COMMAND gnome-terminal 2>/dev/null; then
|
||||||
gnome-terminal -e "$LAUNCHER"
|
gnome-terminal -e "$LAUNCHER"
|
||||||
elif $COMMAND konsole 2>/dev/null; then
|
elif $COMMAND konsole 2>/dev/null; then
|
||||||
konsole -e "$LAUNCHER"
|
konsole -p Environment=TERM=xterm -e "$LAUNCHER"
|
||||||
elif $COMMAND terminal 2>/dev/null; then
|
elif $COMMAND terminal 2>/dev/null; then
|
||||||
terminal -e "$LAUNCHER"
|
terminal -e "$LAUNCHER"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue