diff options
Diffstat (limited to 'bin/xvt')
-rwxr-xr-x | bin/xvt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ if [[ -z "$TERMINAL" ]]; then # using MATE if [[ -n "$MATE_DESKTOP_SESSION_ID" || x"$XDG_CURRENT_DESKTOP" = x"MATE" ]]; then - TERMINAL=`dconf read /org/mate/desktop/applications/terminal/exec | tr -d \'` + TERMINAL=`gsettings get org.mate.applications-terminal exec | tr -d \'` fi #using KDE |