diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-31 09:30:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-31 09:30:08 +0000 |
commit | 7cbd820998b1a9fc48d381acfbb6f6bb118012c2 (patch) | |
tree | b44cbdcb6c6efd3e9b5e81966420aa68fc7aa156 /perl-install/harddrake/data.pm | |
parent | d095e772867690a671df694996bee3cc99110e9b (diff) | |
download | drakx-7cbd820998b1a9fc48d381acfbb6f6bb118012c2.tar drakx-7cbd820998b1a9fc48d381acfbb6f6bb118012c2.tar.gz drakx-7cbd820998b1a9fc48d381acfbb6f6bb118012c2.tar.bz2 drakx-7cbd820998b1a9fc48d381acfbb6f6bb118012c2.tar.xz drakx-7cbd820998b1a9fc48d381acfbb6f6bb118012c2.zip |
do not offer to run XawTV wrapper but directly run drakxtv (since
xawtv is no more installed by default and since there's no sense to
scan for TV channels as root and since modern TV apps have their own
scan wizards)
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 976e744b4..9bc657a55 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -279,7 +279,7 @@ our @tree = class => "TV", string => N("Tvcard"), icon => "tv.png", - configurator => "/usr/bin/XawTV", + configurator => "/usr/sbin/drakxtv", detector => sub { f(detect_devices::probe_category('multimedia/tv')), f(grep { $_->{media_type} =~ /MULTIMEDIA_VIDEO/ && $_->{bus} eq 'PCI' } @devices) }, checked_on_boot => 1, |