From 7cbd820998b1a9fc48d381acfbb6f6bb118012c2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 31 Mar 2008 09:30:08 +0000 Subject: 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) --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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, -- cgit v1.2.1