From 840b4a2a7b7764542cd9e38bd278a15500db5a7a Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Wed, 28 Sep 2005 12:51:32 +0000 Subject: - Let parallel HP printers be set up with HPLIP. - Removed HPOJ support (HPOJ obsolete, now completely replaced by HPLIP). - Warn the user if an HP printer is connected via a port which is not supported by HPLIP. - Fixed printerdrake freezing when choosing a machine as remote CUPS server (for daemon-less client) which does not exist or does not run CUPS. - Let network printer detection also work if the DNS is misconfigured. - Let "Printer options" entry in printer editing menu only disapppear if there are really no options (entry disappeared also for Sagem MF3625 with empty manufacturer name in the PPD). - Fixed raw queue being shown with "driver: PPD" and not "driver: raw". - Do not use "Unknown model" and "Unknown Model", this somtimes broke identifying a print queue as being for an unknown printer. - Do not die if /usr/share/hplip/data/xml/models.xml (HPLIP printer database) is missing, this allows creation of live distros without HPLIP. - Fixed loop of determining the HPLIP device URI for local printers in the "printer::main::start_hplip()" function. --- perl-install/standalone/printerdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index 7bc4e1387..bb01d456f 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -375,7 +375,7 @@ sub Refresh { $refreshing = 1; my ($strfilt) = @_; my $selection = get_selection(); - printer::services::wait_for_cups(); + printer::services::wait_for_cups() if ($printer->{SPOOLER} eq "cups"); my @printers; defined $printer and @printers = printer::cups::lpstat_lpv(); RefreshLocalPrintersFull($strfilt, @printers); -- cgit v1.2.1