From d095e772867690a671df694996bee3cc99110e9b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 31 Mar 2008 09:23:00 +0000 Subject: offer again to run drakxtv for TV cards (#39609), partially reverting r228624 from 2007-09-19: "stop offering to run drakxtv ; rationale: - all TV players have their own wizard - kernel do a better job at autoconfiguring cards" --- perl-install/harddrake/data.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 6eb6d0e95..976e744b4 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -279,6 +279,7 @@ our @tree = class => "TV", string => N("Tvcard"), icon => "tv.png", + configurator => "/usr/bin/XawTV", 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