From 18e80d01aa28373abe07527fe7ffb80b431798dd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Feb 2002 14:45:50 +0000 Subject: use "xvt -T" rather than "xvt --title": now not only we support rxvt and xterm but konsole too. the only one missing is gnome-terminal which has -t but not -T --- perl-install/standalone/drakxtv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index d4b7e83f0..7662d9689 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -61,7 +61,7 @@ sub scan4channels { # Note that this'll be broken if/when we implement interactive_qt my $use_X =$in->isa('interactive_gtk') && -x "/usr/X11R6/bin/xvt"; system( (($use_X ) ? - "xvt -title '"._("Scanning for TV channels")." ...' -e ":"") + "xvt -T '"._("Scanning for TV channels")." ...' -e ":"") . "scantv -n $norm -f $ftable_id -o ~/.xawtv".(($use_X )?"":" &>~/tmp/scantv.log")); $in->exit(0); }, -- cgit v1.2.1