Bug#660420: Some Postscript printer drivers (Kyocera, Brother, maybe others) do not work anymore

2012-03-03 Thread Till Kamppeter
The PostScript which gets sent to the printer is generated by Ghostscript, with its ps2write output device and in your case Ghostscript 9.05 is used. Ghostscript is called either by the pdftops CUPS filter (cups-filters package) or by foomatic-rip (foomatic-filters package). So please do the

Bug#662025: foomatic-filters: Fails to print if 4.0.12-1 or 4.0.13-1 is installed

2012-03-05 Thread Till Kamppeter
We need some more information about your problem. First, can you tell us which printer (manufacturer/model), connection type (USB, Parallel, USB-Parallel adapter, network, ...), driver you are using? Can you also follow the instructions of the sections CUPS error_log and Capturing print job

Bug#662660: [Pkg-cups-devel] Bug#662660: cups-filters: Please drop ttf-freefonts and use fontconfig to find the best-matching similar font

2012-03-06 Thread Till Kamppeter
till@till-precise:~/ubuntu/cups/bzr/build-area/cups-1.5.2$ fc-match FreeMono.ttfDejaVuSans.ttf: DejaVu Sans Book till@till-precise:~/ubuntu/cups/bzr/build-area/cups-1.5.2$ Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#662660: [Pkg-cups-devel] Bug#662660: cups-filters: Please drop ttf-freefonts and use fontconfig to find the best-matching similar font

2012-03-06 Thread Till Kamppeter
I have tried this now: till@till-precise:~/ubuntu/cups/bzr/build-area/cups-1.5.2$ ls -l /usr/share/cups/fonts/ total 16 lrwxrwxrwx 1 root root 66 Mar 6 17:29 FreeMonoBoldOblique.ttf - /usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf lrwxrwxrwx 1 root root 60 Mar 6 17:30

Bug#662660: [Pkg-cups-devel] Bug#662660: cups-filters: Please drop ttf-freefonts and use fontconfig to find the best-matching similar font

2012-03-07 Thread Till Kamppeter
Thank you very much. This patch works correctly now. I have committed it to the upstream BZR repository of cups-filters. It will go into the next Debian/Ubuntu package, probably later today. Patches to use fontconfig patterns in the pdf.utf-8.* files are welcome. Till -- To

Bug#663070: [Pkg-cups-devel] Bug#663070: cups-filters: Please complete the implementation of fontconfig-based font selection

2012-03-08 Thread Till Kamppeter
Fabian, thenk you very much for your patches. It works all correct for me, also with the FreeMono fonts uninstalled. I have applied your patches to the upstream BZR repository so that cups-filters 1.0.5 will include the change. Till -- To UNSUBSCRIBE, email to

Bug#650068: cups-pdf: PDF created are all void without error notice

2011-12-05 Thread Till Kamppeter
Eric, can you follow the instructions of the sections CUPS error_log and Capturing print job data of https://wiki.ubuntu.com/DebuggingPrintingProblems and attach the resulting files uncompressed and as separate attachments? Note that these instructions were created for Ubuntu, but the printing

Bug#711229: leak

2013-07-24 Thread Till Kamppeter
On 07/24/2013 08:10 PM, Jim Paris wrote: Maybe the cups-browsed leak is related to: https://bugzilla.redhat.com/show_bug.cgi?id=959682 I can't figure out how to see what their fix was, though. -jim See also the upstream bug https://bugs.linuxfoundation.org/show_bug.cgi?id=1116 and

Bug#712237: cups-server-common: The cost factor for pstops

2013-06-14 Thread Till Kamppeter
The old cost factor (65) I had introduced to overcome an ugliness in the PDF-based printing workflow. If the cost factor is 66 and an app sends a PostScript input file and the printer is PostScript (or some old-fashioned driver insisting on PostScript input is used), I got PostScript - pstopdf -

Bug#712015: cups-filters: cups-pdf produces ugly pdfs through its pixelated font

2013-06-14 Thread Till Kamppeter
I have written more about the cost factor and its motivations in bug #712237 now. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#712045: ghostscript-cups: colord icc profile not applied

2013-06-19 Thread Till Kamppeter
I have applied the two patches now in Ghostscript's upstream GIT repository, commit #1b87b820. Thank you very much for the bug report and the patches. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#712045: ghostscript-cups: colord icc profile not applied

2013-06-19 Thread Till Kamppeter
pplied this fix, too. Thank you very much. Commit: 1149c245e Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#682426: cups: filter gs takes several minutes consuming 100 % of CPU

2013-06-19 Thread Till Kamppeter
The problem is indeed Cairo, which creates a full-page transparency layer even for small images. This happens also very often when printing PDFs with evince, as evince re-renders the output with Cairo instead of passing the input PDF through. There are already upstream bug reports on Cairo.

Bug#712949: cups-filters’ pdftops filter refuses to output PostScipt LanguageLevel 3

2013-06-21 Thread Till Kamppeter
Fixed in upstream BZR repo of cups-filters, rev. 7069. Now generally PS level 3 is sent if the PPD identifies the printer as PS level 3. There is an exception rule of HP's lasers getting PS level 2 in such a case. Till On 06/21/2013 08:22 AM, cl...@jhcloos.com wrote: Package: cups-filters

Bug#664966: Add an option to disable T3CCITT encoding

2012-03-21 Thread Till Kamppeter
This patch is backported from upstream (see filename of the patch), so no upstream bug needs to get reported. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#664966: Add an option to disable T3CCITT encoding

2012-03-21 Thread Till Kamppeter
Date: Mon Mar 19 10:06:10 2012 + ps2write - work-around bugs in Brother printer CCITTFaxDecode filter Raised on irc by Till Kamppeter, see Ubuntu bug : https://bugs.launchpad.net/ubuntu/+source/cups/+bug/93 After much work by Chris Liddell and Bruce Stough it transpires

Bug#662025: foomatic-filters: Fails to print if 4.0.12-1 or 4.0.13-1 is installed

2012-03-22 Thread Till Kamppeter
The problem should be fixed by the recent fixes in cups-filters, version 1.0.5 or later. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#662025: foomatic-filters: Fails to print if 4.0.12-1 or 4.0.13-1 is installed

2012-03-27 Thread Till Kamppeter
On 03/27/2012 09:28 PM, Helge Kreutzmann wrote: Thanks again for your help. I rebuild cups-filters 1.0.7-1 in testing (and the required dependencies from sid, where necessary) and now printing on the queue you asked me to set up (with the PPD file from you) works again as expected. Great,

Bug#712015: cups-filters: cups-pdf produces ugly pdfs through its pixelated font

2013-06-22 Thread Till Kamppeter
On 06/20/2013 07:16 PM, James Cloos wrote: With the cups-filters pacakge, that won't help. Ubuntu pushed a change into that package upstream which limits all output of the pdftops filter to LanguageLevel2 (or lower) due to a bug with one HP printer. Which breaks the filter for everyone

Bug#712719: Your workaround worked!

2013-06-22 Thread Till Kamppeter
On 06/22/2013 11:00 PM, NetCat wrote: Hello mv /usr/lib/cups/backend/ipp /usr/lib/cups/backend/ipp-orig cp /usr/lib/cups/backend/ipp14 /usr/lib/cups/backend/ipp It works. I can print from both machines again. What means that something went wrong with the ipp in Wheezy. Thank you very

Bug#712237: cups-server-common: The cost factor for pstops

2013-06-25 Thread Till Kamppeter
I have now changed the cost factors of the filters which come with the cups-filters package (in the upstream BZR repository, will be part of cups-filters 1.0.35). Now the cost factor of pstops in CUPS can stay 66, so the upstream default does not need to be changed and with the new cost factors

Bug#714460: cups-browsed: A man page for cups-browsed

2013-07-01 Thread Till Kamppeter
On 06/29/2013 05:56 PM, Brian Potkin wrote: ... or forward upstream, if they are of use. I am the upstream maintainer of cups-filters and I am also reading the printing-related Debian bug reports. Thank you very much for contributing the man pages. I have now added them to the upstream BZR

Bug#669166: Regression: blurry print on HP LaserJet Pro 1102w with foo2zjs since 1.0.16-1.

2012-04-18 Thread Till Kamppeter
Please follow the instructions of the sections CUPS error_log and Capturing print job data on https://wiki.ubuntu.com/DebuggingPrintingProblems. The instructions are for Ubuntu but should also work under Debian. If sudo command does not work for you to run commands as root, open a second

Bug#701954: new discoveries

2013-03-14 Thread Till Kamppeter
On 03/13/2013 11:53 PM, David Griffith wrote: Regarding the problem of my prints to a Brother printer being offset, I found this page: http://selig.ws/hejdo/en/computers/linux/brother-printing.html It describes my problems exactly. The solution does not require fiddling with potentially

Bug#715448: cups-filters: pdftopdf segfaults

2013-07-10 Thread Till Kamppeter
Could perhaps a no-change rebuild of cups-filters help? Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#716842: cups-filters: please compile with support for using acroread as pdftops-renderer

2013-07-19 Thread Till Kamppeter
I have fixed this in cups-filters upstream now. If a renderer (Ghostscript, Poppler, Adobe Reader) is not installed, its executable path(s) are set to the executable name. With execv() replaced by execvp() in pdftops.c, the renderer will also work when only installed at run time, also when the

Bug#711169: cups-daemon: ipp printer browsing support removed

2013-06-05 Thread Till Kamppeter
Thank you very much for the bug report and the patch. The hard switchover from IPP-only broadcasting to Bonjour-only broadcasting on the transition from CUPS 1.5.x to 1.6.x is really bad. cups-browsed is indeed the only solution to get Bonjour browsing to conserve the configuration-less client

Bug#723719: ghostscript: New Upstream Version 9.10 available

2013-09-19 Thread Till Kamppeter
I have already packaged GS 9.10 for Ubuntu, so it only needs to get back-synced to Debian. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#736942: cups: Printing not working with Konica Minolta C220

2014-01-29 Thread Till Kamppeter
Should be fixed in cups-filters 1.0.40 and later: [...] CHANGES IN V1.0.40 - pdftops: Introduced new hybrid renderer: Here usually Ghostscript is used, but if the printer is a Brother, Minolta, or Konica Minolta Poppler's pdftops gets used. This is a quirk

Bug#737306: cups-core-drivers: commandtops missing from cups-core-drivers

2014-02-01 Thread Till Kamppeter
For actual printing commandtops is not needed, but it seems that CUPS hardwires the requirement of its presence to unlock printing to a PostScript printer (PPD without *cupsFilter: line). We either need to patch CUPS to remove this hard requirement (but still allow the use of commandtops if it is

Bug#661544: cups: fontconfig conf file should be in conf.avail, not conf.d

2014-02-05 Thread Till Kamppeter
On 05.02.2014 17:12, Didier 'OdyX' Raboud wrote: Control: tags -1 +moreinfo Hi Till, Can you provide more explanations about this file (introduced in 1.0.19)? Le lundi, 27 février 2012, 16.12:10 Samuel Bronson a écrit : (…) File: /etc/fonts/conf.d/99pdftoopvp.conf (…) I think the file listed

Bug#729713: libcups2: fails to fetch ppd of ipp:// device

2014-01-05 Thread Till Kamppeter
On 01/05/2014 12:45 PM, Didier 'OdyX' Raboud wrote: Control: tags -1 +moreinfo Hi Lionel and Wolfgang, hi Till, thanks for your detailed bugreports and proposed patch. Le samedi, 16 novembre 2013, 05.34:09 Lionel Elie Mamane a écrit : Let FOO be a printer configured in CUPS with an

Bug#729713: libcups2: fails to fetch ppd of ipp:// device

2014-01-05 Thread Till Kamppeter
On 01/05/2014 01:23 PM, Didier 'OdyX' Raboud wrote: Hi Till, Le dimanche, 5 janvier 2014, 13.12:31 Till Kamppeter a écrit : On 01/05/2014 12:45 PM, Didier 'OdyX' Raboud wrote: Your proposed patch is functionally equivalent to disabling the get-ppd- file-for-statically-configured-ipp-shared

Bug#729713: libcups2: fails to fetch ppd of ipp:// device

2014-01-05 Thread Till Kamppeter
On 01/05/2014 01:36 PM, Wolfgang Walter wrote: On Sunday 05 January 2014 13:12:31 Till Kamppeter wrote: On 01/05/2014 12:45 PM, Didier 'OdyX' Raboud wrote: Control: tags -1 +moreinfo Hi Lionel and Wolfgang, hi Till, thanks for your detailed bugreports and proposed patch. Le samedi, 16

Bug#578079: [Pkg-cups-devel] Bug#578079: I can see this bug too

2014-01-11 Thread Till Kamppeter
For lpadmin commands it depends where -E is specified. -E before -p enforces encryption, but -E after -p directly enables the queue. So you have to take care that the command line arguments of lpadmin are in the right order in the maintainer scripts. We do not want to enforce encryption as it is

Bug#712512: Problem remains

2014-01-14 Thread Till Kamppeter
Please follow the instructions of the section USB printer does not print or prints garbage on https://wiki.ubuntu.com/DebuggingPrintingProblems. Thanks. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#655106: [hpijs-ppds] margins for F4280 are wrong - calling make-duplex-page-sizes-default.sh

2014-01-20 Thread Till Kamppeter
Originally, the simple paper size names A4, Letter, ... referred to paper sizes with smaller margins/a larger printable area, but these sizes do not allow Duplex printing, jobs simply came out one-sided. Office applications only used the simple names for paper sizes as part of the document (not of

Bug#736378: libgs9-common: replace \r with \n in ps2epsi.ps

2014-01-22 Thread Till Kamppeter
Please report this upstream to Ghostscript's bug tracking system http://bugs.ghostscript.com/ Preferably attach a patch to the bug report. Thanks. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#736378: libgs9-common: replace \r with \n in ps2epsi.ps

2014-01-23 Thread Till Kamppeter
On 01/23/2014 01:22 AM, Ryo Furue wrote: It is http://bugs.ghostscript.com/show_bug.cgi?id=694968 This is fixed upstream now. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#738440: cups: new version contains Ubuntu Bug #1019662

2014-02-10 Thread Till Kamppeter
I have fixed the problem upstream (BZR rev. 7159) now. I do not use PATH+MAX any more for strings which are used to hold a command line. Command lines have 65535 bytes now. Please test and tell whether it solves the problem. If so, I will release a new cups-filters version. Till -- To

Bug#740583: pdftops (ghostscript) issue in debian 7.0 https://answers.launchpad.net/hplip/+question/243753

2014-03-03 Thread Till Kamppeter
The DSC warnings are caused by a bug in Ghostscript (needs upstream report on http://bugs.ghostscript.com/), sometimes Ghostscript inserts %BeginResource (only one % character) instead of %%BeginResource. This problem is still present in Ghostscript 9.10. One can easily show it running only

Bug#740583: pdftops (ghostscript) issue in debian 7.0 https://answers.launchpad.net/hplip/+question/243753

2014-03-03 Thread Till Kamppeter
Reported bug to Ghostscript upstream: http://bugs.ghostscript.com/show_bug.cgi?id=695082 Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#740583: pdftops (ghostscript) issue in debian 7.0 https://answers.launchpad.net/hplip/+question/243753

2014-03-03 Thread Till Kamppeter
Sanjay. can you please go to http://bugs.ghostscript.com/show_bug.cgi?id=695082 and answer the questions of the Ghostscript developers so that they can find and fix the bug? Thanks. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#742766: printer-driver-postscript-hp: HP LaserJet PostScript PPD buggy in Wheezy

2014-03-27 Thread Till Kamppeter
Thank you very much for your bug report and your patch. I fixed the bug in the hplip package for Debian and Ubuntu now (SVN repository, rev. 629). This should also get fixed upstream. Please report this bug with your patch upstream at http://launchpad.net/hplip/. Thanks in advance. Till --

Bug#742766: printer-driver-postscript-hp: HP LaserJet PostScript PPD buggy in Wheezy

2014-03-27 Thread Till Kamppeter
On 03/27/2014 07:16 PM, Jean Tourrilhes wrote: Already done : https://bugs.launchpad.net/hplip/+bug/1298194 Great, thanks. This is totally OK. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#742666: cups-daemon: No Upstart support

2014-03-31 Thread Till Kamppeter
Cameron, first, thank you for your patch. Here my remarks: 1. I have modified the CUPS daemon to have working avahi-daemon support even if avahi-daemon is started after cupsd or if avahi-daemon is restarted while cupsd stays running. cupsd simply stops broadcasting when avahi-daemon disappears

Bug#742666: cups-daemon: No Upstart support

2014-04-01 Thread Till Kamppeter
socket activated (similar to -l flag for launchd). - Initialize addrlen to sizeof(addr) to make getsockname() work. - Correct environment variable name used to check event type - Get UPSTART_FDS simply with atoi() - Perform explicit return code checking from getsockname function call Author: Till

Bug#748028: Conflicting parameter types yielding undefined behaviour

2014-05-13 Thread Till Kamppeter
I have fixed this now upstream in BZR revision 7203. The fix will be part of the 1.0.54 release. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#750498: cups: server keeps timing out after 30secs idling with no way to change that

2014-06-03 Thread Till Kamppeter
It seems that cupsd needs to check whether there is a running web interface session and consider itself non-idle then. colord will probably also need some tweaking for laptop/mobile battery saving environments. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with

Bug#756724: cups-browsed: Can't see remote printers in print dialogs

2014-08-03 Thread Till Kamppeter
I have fixed this regression on the BZR repository, rev. 7241. Thank you for the bug report. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#764253: system-config-printer: Creates millions of ppd symlinks

2014-10-22 Thread Till Kamppeter
I have forwarded this report to Tim Waugh from Red Hat, original author of system-config-printer and he has answered me the following: -- can you check this ppdcache.py problem mentioned here? I've committed a change which should stop the looping by failing the call on IOError.

Bug#766334: BrowseAllow all gets into cups-browsed.conf by default resulting in no remote printers

2014-10-30 Thread Till Kamppeter
On 10/30/2014 08:29 AM, Didier 'OdyX' Raboud wrote: Hi Michal, and thanks for your bugreport, I think I understand the problem you're having, let's see. Le mercredi, 22 octobre 2014, 13.12:51 Michal Hocko a écrit : (..) Of course I had BrowseAllow all present and that caused all remote

Bug#766334: BrowseAllow all gets into cups-browsed.conf by default resulting in no remote printers

2014-10-30 Thread Till Kamppeter
On 10/30/2014 01:13 PM, Tim Waugh wrote: I've added support for 'BrowseAllow All' in revno 7303. Tim, thank you very much for the quick help. Till -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#758626: cups-browsed: uses a lot of CPU on a busy network

2014-10-31 Thread Till Kamppeter
I by myself have never tested cups-browsed with that many printers or otherwise very noisy networks. It is also the first time that someone reports that cups-browsed takes a lot of CPU. cups-browsed is running an event loop and if an event (= broadcast signal from local avahi-daemon or from

Bug#712512: Ghostscript seems to be working

2014-10-31 Thread Till Kamppeter
Your problem seems to be a bad interference between your printer and the USB CUPS backend. Please follow the instructions of the section USB printer does not print or prints garbage on https://wiki.ubuntu.com/DebuggingPrintingProblems Till -- To UNSUBSCRIBE, email to

Bug#764472: cups creates millions of temporary files when printing

2014-10-13 Thread Till Kamppeter
This got also reported to Ubuntu as https://bugs.launchpad.net/debian/+source/system-config-printer/+bug/1156398 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#763517: patches breaking color management

2014-09-30 Thread Till Kamppeter
On 09/30/2014 07:34 PM, Didier Raboud wrote: Till: would you have an idea of what is causing #763517 ? Unfortunately, I have no idea about what is exactly happening here. I have forwarded this to Joe Simon who created the color management extension patch. Let's wait for his answer. Till

Bug#712512: Ghostscript seems to be working; usb problem

2014-11-03 Thread Till Kamppeter
On 11/01/2014 09:17 PM, ael wrote: On Fri, Oct 31, 2014 at 11:35:05PM +0100, Till Kamppeter wrote: USB printer does not print or prints garbage on https://wiki.ubuntu.com/DebuggingPrintingProblems Somehow my last message repeated -o usb-no-reattach-default=true when the first should have

Bug#768163: CUPS and CM option

2014-11-25 Thread Till Kamppeter
I think we do not really need this patch. What is does is allowing to set color calibration mode as default setting for a print queue via the CUPS web interface. But this option should only be set when calibrating the printer, not permanently, so Mike Sweet is right that this is a per-job option.

Bug#778940: hplip: please package latest upstream version (3.15.2)

2015-02-22 Thread Till Kamppeter
On 02/22/2015 01:25 AM, tony mancill wrote: Package: hplip Version: 3.14.6-1 Severity: wishlist Dear Maintainer, Please consider packaging the latest upstream version. The attached patch will build a working package for 3.15.2. Thank you! tony Thank you for the patch. As I have

Bug#795185: cups-browsed: ldap browse support

2015-08-14 Thread Till Kamppeter
On 08/12/2015 03:12 PM, Didier 'OdyX' Raboud wrote: That said, I'm not going to take such an extensive patch on my maintainer shoulders, and this patch should really live on the upstream side. Till: would you be open to merge this upstream? [1] OdyX Raphael, thank you very much for the patch.

Bug#791766: /usr/lib/cups/backend-available/usb: USB backend eats 100% CPU

2015-09-14 Thread Till Kamppeter
This is fixed now in cups 2.1.0-3. It is the following upstream bug report: https://www.cups.org/str.php?L4707 The fix I have backported to said cups release. Till

Bug#791766: /usr/lib/cups/backend-available/usb: USB backend eats 100% CPU

2015-09-14 Thread Till Kamppeter
On 09/14/2015 02:03 PM, Fabian Greffrath wrote: Am Montag, den 14.09.2015, 13:49 -0300 schrieb Till Kamppeter: The fix I have backported to said cups release. Fine, but why have you set yourself as Author for the patch? - Fabian Corrected in Debian GIT repo. Sorry. Till

Bug#791766: /usr/lib/cups/backend-available/usb: USB backend eats 100% CPU

2015-09-14 Thread Till Kamppeter
On 09/14/2015 02:03 PM, Fabian Greffrath wrote: Am Montag, den 14.09.2015, 13:49 -0300 schrieb Till Kamppeter: The fix I have backported to said cups release. Fine, but why have you set yourself as Author for the patch? - Fabian Sorry, cut-and-paste error, I have copied the header

Bug#799259: cups-filters: Messy dependencies between cups-filters and foomatic-filters...

2015-09-28 Thread Till Kamppeter
On 09/27/2015 10:13 AM, Didier 'OdyX' Raboud wrote: Indeed, it seems that you can't. I can confirm that cups and foomatic-filters are not coinstallable, at least since jessie. The most important part of foomatic-filters, foomatic-rip, is included in cups-filters, only thing not included is

Bug#808057: Please demote dependency on liblouisutdm1-bin

2015-12-15 Thread Till Kamppeter
On 12/15/2015 03:07 PM, Till Kamppeter wrote: Splitting done in Debian GIT repository of cups-filters, ready for release of 1.4.1-2. Sorry, 1.4.0-2. Till

Bug#808057: Please demote dependency on liblouisutdm1-bin

2015-12-15 Thread Till Kamppeter
Splitting done in Debian GIT repository of cups-filters, ready for release of 1.4.1-2. Till

Bug#808057: Please demote dependency on liblouisutdm1-bin

2015-12-15 Thread Till Kamppeter
Hi, I have added the Braille support and today discussed it with the Ubuntu folks, and there we came to the conclusion to move Braille into a separate binary package named cups-filters-braille. I was about to do this now. Especially in Ubuntu the new dependencies would need a move of

Bug#807930: TEMP-0000000-166C73 code execution via improper escaping of ; in foomatic-rip

2015-12-14 Thread Till Kamppeter
On 12/14/2015 01:30 PM, Didier 'OdyX' Raboud wrote: I'm likely to wait for 1.4.0 upstream release for an upload to unstable, and will then prepare the package for jessie (if the Security Team agrees). I have 1.4.0 released upstream now, including the fix. I have also updated the Debian

Bug#827040: cups-filters: Error when printing to Dell 2330dn printer

2016-06-13 Thread Till Kamppeter
I have added a new quirk rule to pdftops now that in hybrid mode also for Dell PostScript printers Poppler will get used. Note also that pdftops uses the hybrid mode by default. Till

Bug#827455: cups-browsed unit file requires CUPS, but it is not a package dependency/Bug#827457: cups-browsed: upgrade fails

2016-06-16 Thread Till Kamppeter
I have done the following changes now: In the upstream BZR repo of cups-filters I have removed the now unneeded "Wants=cups.service" from cups-browsed.service (BZR rev. 7474). In the Debian GIT repository I have added a "Depends: cups-daemon" to the cups-browsed binary package, as

Bug#814020: cups-browsed: Only the GTK print dialogue displays raw queues on remote printers.

2016-02-10 Thread Till Kamppeter
Thanks for the bug report. Fixed in cups-filters upstream, BZR rev. 7446, to be released with cups-filters 1.8.2. Now there is a new configuration option: CreateRemoteRawPrinterQueues Yes to be set in cups-browsed.conf. Then cups-browsed also takes into account remote raw queues. See also

Bug#813094: Split braille support into a separate package

2016-02-13 Thread Till Kamppeter
I think this is a good idea. It makes one of the two utility packages be installed if at least one is available (ex: Ubuntu with only Main) and does not error if none is available. And it prefers the better if both are available (Debian and Ubuntu with Main and Universe). Let us go this way.

Bug#813021: Multi-arch extensions for Ghostscript

2016-01-28 Thread Till Kamppeter
Package: ghostscript Version: 9.16~dfsg-2.1 Matthias Klose from Ubuntu has added multi-arch extensions for the libgs of Ghostscript. The patch from Ubuntu is here: http://launchpadlibrarian.net/235445264/ghostscript_9.16~dfsg~0-0ubuntu3_9.16~dfsg~0-0ubuntu4.diff.gz Can this be added to the

Bug#799259: Info received (Bug#799259: cups-filters: Messy dependencies between cups-filters and foomatic-filters...)

2016-02-25 Thread Till Kamppeter
I have done an alternative (and hopefully better) fix for this problem by re-implementing beh in C and adding it to cups-filters upstream (from version 1.6.0 on). Till

Bug#819611: libcupsfilters-dev: #include should be #include

2016-03-31 Thread Till Kamppeter
On 03/31/2016 02:29 AM, Jason Lewis wrote: * What led up to the situation? trying to compile and install the Perl module Net::CUPS::Destination Your actual problem is that you are not able to build or install this Perl module. It is not due to the fact you mention below. To find

Bug#819665: cups-browsed: (pdfto,sys5)ippprinter rename. Documentation in cups-browsed.conf

2016-03-31 Thread Till Kamppeter
Fixed in cups-filters upstream, BZR rev. 7455. Thank you very much for the bug report. The wrong documentation of the input formats of sys5ippprinter was also in the man page of cups-browsed.conf (utils/cups-browsed.conf.5) and in README. I have fixed it there, too. The fix will appear in

Bug#816700: foomatic-filters-beh and cups-filters: error when trying to install together

2016-03-28 Thread Till Kamppeter
foomatic-filters I have discontinued upstream, as it seems that the only printing environment used in Linux nowadays is CUPS. Loosing beh in the upstream world by that I decided to re-introduce it in cups-filters (where foomatic-rip also has its upstream home now). In cups-filters I have

Bug#824419: cups-filters: Please document pdfAutorotate in the README

2016-05-16 Thread Till Kamppeter
Thank you for your contribution. I have added the documentation for the pdfAutorotate option to the README file in the upstream repository now, BZR rev. 7461. Till

Bug#852436: cups-browsed uses 100% CPU

2017-01-24 Thread Till Kamppeter
Thank you for the log file. The high load was probably caused by cups-browsed repeatedly creating local queues for the discovered remote queues as it did not recognize that the queues were already successfully generated. I have corrected the error checking now to interpret the resulting IPP

Bug#852436: cups-browsed uses 100% CPU

2017-01-24 Thread Till Kamppeter
Please attach your /etc/cups/cups-browsed.conf and the output of the command lpstat -v Also activate debug logging by adding the line DebugLogging file to /etc/cups/cups-browsed.conf and restart cups-browsed via sudo systemctl stop cups-browsed sudo systemctl start cups-browsed When

Bug#832637: More info

2016-09-03 Thread Till Kamppeter
The problem is most probably caused by inconsistency in how cups-browsed accesses the local CUPS daemon, for some accesses it uses the domain socket (which made it mostly well working in your case) and at other places, especially also during shutdown, it accesses localhost:631 (this is why it

Bug#832637: More info

2016-09-03 Thread Till Kamppeter
On 09/03/2016 07:42 PM, Brian Potkin wrote: # DomainSocket /var/run/cups/cups.sock Thank you. As this line is commented out cups-browsed connects by the socket out-of-the-box on your machine. Till

Bug#832637: More info

2016-09-03 Thread Till Kamppeter
Brian, thank you very much for the testing. I will do the next (bug fix) release containing also other fixes (version 1.11.3) most probably on Monday. One question: Did cups-browsed use the socket out-of-the-box or did you need to set it in cups-browsed.conf? Till

Bug#794655: cups-browsed: please make the browse interval to be configurable

2016-10-04 Thread Till Kamppeter
Thank you very much for the patch. I have applied it to the upstream BZR repository now (rev. 7541). Note that I had to do a little fix on the patch. The original one applied both the BrowseInterval and BrowseTimeout directives to the BrowseInterval variable. I have also added some info to

Bug#832637: More info

2016-09-21 Thread Till Kamppeter
Should be fixed in cups-filters 1.11.3 (in Debian GIT repo but package not released yet). Make also sure you have cups 2.2.0-2 installed.

Bug#770266: libgs9: please convert to multiarch

2016-09-16 Thread Till Kamppeter
When re-applying the multi-arch support I based myself on the original implementation in Ubuntu: http://launchpadlibrarian.net/235445264/ghostscript_9.16~dfsg~0-0ubuntu3_9.16~dfsg~0-0ubuntu4.diff.gz Till

Bug#770266: libgs9: please convert to multiarch

2016-09-16 Thread Till Kamppeter
~dfsg+1/debian/changelog2016-09-16 18:12:46.0 -0300 @@ -1,3 +1,9 @@ +ghostscript (9.19~dfsg+1-0ubuntu4) yakkety; urgency=medium + + * Multiarchify the library packages. + + -- Till Kamppeter <till.kamppe...@gmail.com> Fri, 16 Sep 2016 18:12:58 -0300 + ghostscript (9.19~

Bug#770266: libgs9: please convert to multiarch

2016-09-17 Thread Till Kamppeter
On 09/17/2016 11:08 AM, Jonas Smedegaard wrote: Did you test that the multi-arch packages work in a multi-arch environment? Looking at the symbols file, it seems headers do vary. - Jonas I have simply re-introduced the accidentally dropped multi-arch support which Doko has introduced in

Bug#838972: cups-filters: FTBFS: cupsfilters/colord.h:39:44: error: unknown type name 'ppd_file_t'

2016-09-27 Thread Till Kamppeter
Which CUPS version are you using on the system where the build failure happens? The problem seems to be the same as I have already observed with HPLIP. Since CUPS 2.2.0 at some points #include lines need to be added. Unfortunately, I cannot reproduce your problem on Ubuntu Yakkety (16.10)

Bug#794655: cups-browsed: please make the browse interval to be configurable

2016-10-03 Thread Till Kamppeter
Sorry for not having seen this mail in the first place. There are two parameters: BrowseInterval (currently 60 sec) and BrowseTimeout (currently 300 sec). Both were configurable in CUPS (< 1.6) and are hardcoded in cups-browsed. It is a good idea to make them configurable and it should be

Bug#841194: ITP: fxlinuxprint -- PPD file and postscript filter for Fuji Xerox printer

2016-10-18 Thread Till Kamppeter
On 10/18/2016 02:51 PM, Roger Shimizu wrote: Dear Printing team, I'm almost finished packaging “fxlinuxprint”. Because I think it's more proper to ask for sponsorship here, than the mentors list, I'm wondering whether anyone can sponsor this upload. Thanks for working on this printer driver.

Bug#841194: ITP: fxlinuxprint -- PPD file and postscript filter for Fuji Xerox printer

2016-10-18 Thread Till Kamppeter
Another possible issue: The mimefx.convs rule application/pdf application/vnd.cups-pdfprintfx 0 pdftopdffx makes the pdftopdf filter not being used, leading to many CUPS options, like number-up, page-ranges, ... not working any more. Is this intended, for example because the output of

Bug#847462: printer-driver-cups-pdf: make very ugly and uselss pdf which are not searchables

2016-12-08 Thread Till Kamppeter
On 12/08/2016 05:54 PM, Brian Potkin wrote: The printing system is intended to put ink or toner on paper. If it does not do that it has failed. Can we agree on that? Does it matter for the primary purpose of printing whether a PDF produced during the process is searchable or not? Note that

Bug#847653: cups-filters: Does not install from experimental

2016-12-10 Thread Till Kamppeter
Didier, note that rastertopdf was installed all the time, via the cups-filters-core-drivers binary package. It serves for PWG Raster input (so that the combo of CUPS and cups-filters emulates an IPP Everywhere printer). Now with the new CUPS this rastertopdf understands Apple Raster in

Bug#847793: cups-filters-core-drivers: driverless is unable to execute ippfind utility: No such file or directory

2016-12-12 Thread Till Kamppeter
On 12/11/2016 05:18 PM, Brian Potkin wrote: Package: cups-filters-core-drivers Version: 1.13.0-2 Severity: normal The driverless utility/backend requires ippfind to be useful. Shouldn't cups-ipp-utils be a dependency of cups-filters-core-drivers? So please add cups-ipp-utils to the

Bug#848223: cups-browsed: IPP printer disappears after logrotate is run

2016-12-15 Thread Till Kamppeter
On 12/15/2016 11:48 AM, Brian Potkin wrote: On Thu 15 Dec 2016 at 10:35:00 +, Brian Potkin wrote: The same behaviour can be reproduced with the commands: logrotate -f /etc/logrotate.d/cups-daemon or systemctl restart cups cups-browsed.service or systemctl restart cups ; sleep 3 ;

Bug#847793: cups-filters-core-drivers: driverless is unable to execute ippfind utility: No such file or directory

2016-12-13 Thread Till Kamppeter
On 12/13/2016 05:51 AM, Didier 'OdyX' Raboud wrote: I'm unconvinced that it makes sense for cups-filters to pull cups-ipp-utils: This package provides IPP utilities for developers and system administrators in all installations that have CUPS (aka, _all_ desktops). Is it not possible to

Bug#848164: cups-browsed: Please consider what HWResolution should be in an everywhere PPD

2016-12-14 Thread Till Kamppeter
I observed this already by myself on the HP DeskJet 2540 and reported it to CUPS upstream as https://github.com/apple/cups/issues/4934 It is partially fixed, but still needs more work from the CUPS side. Till

Bug#848164: cups-browsed: Please consider what HWResolution should be in an everywhere PPD

2016-12-14 Thread Till Kamppeter
I saw that Mike has done the still missing fix now. I have tried it out and it works now. So it is fixed in the current GIT state of CUPS. To fix the package in experimental, you need to replace the file filter/raster.c by the current one from GIT. Till

<    1   2   3   4   >