Gentoo Archives: gentoo-user

From: james <garftd@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] printing pdfs
Date: Sat, 30 May 2020 13:06:29
Message-Id: 110719f3-54c1-bd6c-b270-09d6cf16f1c2@verizon.net
1 On 5/29/20 1:20 AM, Ashley Dixon wrote:
2 > On Thu, May 28, 2020 at 04:11:46PM -0400, james wrote:
3 >> Pdfs are becoming a challenge to print. I'm sure I'll be printing pdf files
4 >> for decades to come.
5 >>
6 >> So what application/strategy gets me past errors like this:
7 >>
8 >> "Cannot mix incompatible Qt library (version 0x50e01) with this library
9 >> (version 0x50e02)"
10 >
11 > How is your printer connected ? If it's using The Common Unix Print System
12 > (C.U.P.S.) as many do, try the lpr command (from `net-print/cups`). The server
13 > on which C.U.P.S.\ is running is specified with the `-H <address>` argument, and
14 > various options can be specified with `-o <key=value>`.
15 >
16 > To take the example from the man page of lpr:
17 >
18 > Print a double-sided legal document to a printer called "foo":
19 > $ lpr -P foo -o media=legal -o sides=two-sided-long-edge filename
20 >
21 > If your printer is remote, as mine is (on a server called `genserv`), you can do
22 > the following:
23 >
24 > $ lpr -H genserv -o sides=two-sided-long-edge paper.pdf
25
26 works great !
27 >
28 > This is not a suggestion that you abandon the issue of mismatched Qt library
29 > versions, but rather a simple workaround to use while the various Qt programs
30 > get up-to-date with the latest versions of the libraries.
31
32 Yea, the QT issues, happen every time the bleeding edge (of qt)
33 releases. Once I get the packages all upgraded, the bleeding edge qt
34 stuff works great (thanks to all the gentooers that work on qt!).....
35
36
37 > Providing C.U.P.S.\ is
38 > configured correctly with all the appropriate `ppd` files for your particular
39 > printer model, lpr should work out-of-the-box.
40
41 After thumping all teh cups codes, it works again, but some office files
42 from a pc that were originated in europe, cause the print to hickup. The
43 hp printer complained about version 1.... version 2 on the tiny hp
44 display. Rebooted several times and all my linux printing started
45 working again. I have the original hp firmware (10 years old). I do not
46 trust the updated hp firmwares, for several reason....
47
48 Thanks Ashley

Replies

Subject Author
Re: [gentoo-user] printing pdfs Ashley Dixon <ash@××××××××××.uk>
Re: [gentoo-user] printing pdfs Neil Bothwick <neil@××××××××××.uk>