summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/printerdrake
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2005-09-28 12:37:49 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2005-09-28 12:37:49 +0000
commit03dfcc7850412b70707ce5fa10d3fd1fd224b870 (patch)
treeccaea07ea5034ba86d0a6867f2f88fdd39f9ddcd /perl-install/standalone/printerdrake
parentfece17faa5a81dfe813f4aad1c52d62ec08487e6 (diff)
downloaddrakx-03dfcc7850412b70707ce5fa10d3fd1fd224b870.tar
drakx-03dfcc7850412b70707ce5fa10d3fd1fd224b870.tar.gz
drakx-03dfcc7850412b70707ce5fa10d3fd1fd224b870.tar.bz2
drakx-03dfcc7850412b70707ce5fa10d3fd1fd224b870.tar.xz
drakx-03dfcc7850412b70707ce5fa10d3fd1fd224b870.zip
- 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.
Diffstat (limited to 'perl-install/standalone/printerdrake')
-rwxr-xr-xperl-install/standalone/printerdrake2
1 files changed, 1 insertions, 1 deletions
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);