From da0feb990fdba08fc1bbe7ceb81378f2b1eb2c85 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Fri, 13 May 2005 07:12:44 +0000 Subject: - change package name - xvt : fix typo (bug #15836) - fix typo in translation-map - remove screensaver images, moved in theme package --- bin/xvt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/xvt b/bin/xvt index b619da9..d380bbc 100755 --- a/bin/xvt +++ b/bin/xvt @@ -32,7 +32,7 @@ if [[ -z "$TERMINAL" ]]; then if [[ -n "$NEWTERMINAL" ]]; then TERMINAL=`echo $NEWTERMINAL| sed -e 's/TerminalApplication=//' -e 's/!//'` fi - [[ -z "$TERMINAL" ]] && which kconsole 2> /dev/null && TERMINAL="konsole" + [[ -z "$TERMINAL" ]] && which konsole 2> /dev/null && TERMINAL="konsole" fi strip_terminal_var -- cgit v1.2.1