From 2b9397391006264487bfaa40aa31dd723c5a9f55 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 19 Sep 2007 20:21:30 +0000 Subject: stop offering to run drakxtv ; rationale: - all TV players have their own wizard - kernel do a better job at autoconfiguring cards --- perl-install/NEWS | 3 +++ perl-install/harddrake/data.pm | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 6d328feea..2b073df3a 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- harddrake: + o stop offering to run drakxtv + Version 10.4.203 - 19 September 2007, by Thierry Vignaud - diskdrake: diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 518406a84..0ef9f03e6 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -163,7 +163,6 @@ 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