[debian-lan-devel] Cups and libreOffice - long story short

Julien Lambot jlambot at gmail.com
Tue Sep 24 19:14:22 UTC 2013


Hi List
Above some specific issues related to the support of a Konica Bizhub
printer with the current stable (wheezy) cups package, I still had random
documents that didn't print.

After some trials and errors it appeared to be related to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1020048

Therefore I applied the proposed workaround in comment 35

https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1020048/comments/35


Here is the possible "patch"

diff --git a/scripts/CUPS_CLIENT/10-config b/scripts/CUPS_CLIENT/10-config
index a051078..da44f37 100755 (executable)
--- a/scripts/CUPS_CLIENT/10-config
+++ b/scripts/CUPS_CLIENT/10-config
@@ -5,11 +5,11 @@

 set -e

 ainsl -a /etc/cups/cupsd.conf 'Browsing On'
 ainsl -a /etc/cups/cupsd.conf 'BrowseOrder allow,deny'
 ainsl -a /etc/cups/cupsd.conf 'BrowseAllow all'
 ainsl -a /etc/cups/cupsd.conf 'BrowseLocalProtocols CUPS dnssd'
 ainsl -a /etc/cups/cupsd.conf 'BrowseAddress @LOCAL'
 ainsl -a /etc/cups/cupsd.conf 'BrowseAddress print.intern:631'

diff --git a/package_config/CUPS_CLIENT b/package_config/CUPS_CLIENT
index f498806..bcc0c67 100644 (file)
--- a/package_config/CUPS_CLIENT
+++ b/package_config/CUPS_CLIENT
@@ -1,2 +1,3 @@
 PACKAGES aptitude
-cups-client
+#cups-client
+cups
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-lan-devel/attachments/20130924/7f80ae5a/attachment.html>


More information about the debian-lan-devel mailing list