diff options
Diffstat (limited to 'bin/xvt')
-rwxr-xr-x | bin/xvt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ if [[ -z "$TERMINAL" ]]; then #using KDE if [[ -n "$KDE_FULL_SESSION" ]]; then - TERMINAL=`kreadconfig --file kdeglobals --group General --key TerminalApplication --default "konsole"` + TERMINAL=`kreadconfig6 --file kdeglobals --group General --key TerminalApplication --default "konsole"` fi if [[ -n "$_LXSESSION_PID" ]]; then |