--- mplayerTV.orign 2006-12-31 01:36:01 +0300 +++ mplayerTV 2008-08-26 00:43:15 +0400 @@ -1406,10 +1406,10 @@ $dialog->destroy; if ($terminal_path =~ /gnome-terminal/) { # gnome-terminal incompatible with other terminal emulators (-e switch, Bug 152717) - $prg = "$terminal_path \"-e sh -c '$scantv_path -f $chan_list -n $norm -o $cfg; sleep 2'\""; + $prg = "$terminal_path \"-e sh -c '$scantv_path -freqtab $chan_list -tvnorm $norm; sleep 2'\""; } else { - $prg = "$terminal_path -e sh -c '$scantv_path -f $chan_list -n $norm -o $cfg -c $tv_device -C $vbi; sleep 2'"; + $prg = "$terminal_path -e sh -c '$scantv_path -freqtab $chan_list -tvnorm $norm -video $tv_device -vbi $vbi; sleep 2'"; } my $mplayer_running = $self->{app}->mplayer_running ($self->{app}); print "chan_list: $chan_list\n" if ($verbose_level >= 2);