[Bug 2066079] Re: cups-browsed.service should have 0s stop timeout

2024-05-19 Thread Till Kamppeter
There is a known bug tat cups-browsed can be stuck in a busy loop, bug
2018504. Most probably it is stuck for you and so does not handle the
SIGTERM to shut down.

Usually cups-browsed's shutdown removes the local print queues which
cups-browsed has created and therefore we should not eliminate it by
doing a SIGKILL right away.

So before setting the timeout to 0 I would like you to check whether
your cups-browsed is stuck and if not, do further checks to investigate
whether shutdown takes too long.


** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2066079

Title:
  cups-browsed.service should have 0s stop timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2066079/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2049315] Re: cups-browsed running non-stop on two cores

2024-05-09 Thread Till Kamppeter
So you got the 200% on cupsd now, not on cups-browsed? Seems that cupsd
can run into a similar bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049315

Title:
  cups-browsed running non-stop on two cores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-browsed/+bug/2049315/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2049315] Re: cups-browsed running non-stop on two cores

2024-05-09 Thread Till Kamppeter
These processes
-
$ ps aux | grep cups-browsed | grep -v grep
root 2912 0.0 0.0 2892 1708 ? Ss 10:13 0:00 /bin/sh 
/snap/cups/1047/scripts/run-cups-browsed
root 3407 0.0 0.0 2892 892 ? S 10:13 0:00 /bin/sh 
/snap/cups/1047/scripts/run-cups-browsed
-
come from the CUPS Snap. They are from a wrapper script to start cups-browsed, 
but in your case the CUPS Snap does not start cups-browsed, as you have a 
classically installed CUPS and the CUPS Snap is only running as proxy for 
snapped applications. There is no ยจ../cups-browsed" process, so cups-browsed is 
currently not running for you.

You have attached gdb to cupsd.

The instructions I have posted are for applying when cups-browsed is
running and stuck, not after killing it. They only make sense if there
are actually 1 or 2 cups-browsed processes hanging in a 100%-CPU busy
loop.

For your patch on CUPS, which Michael has actually accepted, I am not
absolutely sure whether it will solve the problem. If you do not add the
"return(NULL);" line, the flow will go into the "return(NULL);" right
after the "if () {} else if {}" and so we have no different effect. Or
is this not the case?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049315

Title:
  cups-browsed running non-stop on two cores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-browsed/+bug/2049315/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2049315] Re: cups-browsed running non-stop on two cores

2024-05-08 Thread Till Kamppeter
CUPS 2.4.8 got released and the fix
https://github.com/OpenPrinting/cups/issues/879 is included.

Heinrich, thanks again for the investigations and bug report.

Heinrich, best would be to do an SRU of CUPS, applying the patch to
Ubuntu's 2.4.7 would be easy, but how does one verify this fix? Do you
know how to quickly trigger the bug? I had it only once in more than a
year.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049315

Title:
  cups-browsed running non-stop on two cores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-browsed/+bug/2049315/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2049315] Re: cups-browsed running non-stop on two cores

2024-05-08 Thread Till Kamppeter
Thanks everyone for posting logs here.

I would like to have another thing from everyone who runs into the
problem.

1. When you observe the problem, DO NOT kill cups-browsed.

2. Save the debug log and attach it to this bug report.

3. Determine the process ID (PID) of cup-browsed:

ps aux  | grep cups-browsed | grep -v grep
cups-browsed  846190  0.0  0.0 112932  5760 ?Ssl  00:00   0:00 
/usr/sbin/cups-browsed

The first number (second word) in the line is the PID

4. Install the debug symbols package of cups-browsed. Its name is "cups-
browsed-dbgsym". Follow the instructions on

https://ubuntu.com/server/docs/debug-symbol-packages

5. Install the debugger gdb if needed:

sudo apt install gdb

6. Attach the debugger gdb to cup-browsed:

sudo gdb attach PID

or

sudo -u cups-browsed attach PID

Replace PID by the PID you determined in (3)

On the prompt of the debugger enter the command

t a a bt

You get some output. If it ends with

--Type  for more, q to quit, c to continue without paging--

press Enter, until you get back to the prompt:

(gdb)

DO NOT press Enter when you are at the prompt.

Now copy the complete output of gdb into an editor, save the file and
attach it to this bug report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049315

Title:
  cups-browsed running non-stop on two cores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-browsed/+bug/2049315/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054868] Re: invalid escape sequence

2024-04-24 Thread Till Kamppeter
*** This bug is a duplicate of bug 2029480 ***
https://bugs.launchpad.net/bugs/2029480

** This bug has been marked a duplicate of bug 2029480
   SyntaxWarnings with Python3.12

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054868

Title:
  invalid escape sequence

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/2054868/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2028054] Re: [MIR] python-rlpycairo

2024-04-17 Thread Till Kamppeter
As I said in comment #4

-
The binary package libsane-hpaio DOES NOT depend on the binary package hplip, 
not even indirectly, so the binary package hplip can get demoted to Universe.

the binary package printer-driver-hpcups also does not depend on the
binary package hplip, but printer-driver-hpcups itself can already get
demoted to Universe as we replace the printer drivers by Printer
Application Snaps (this driver provided by the HPLIP Printer
Application, hplip-printer-app).

So hp-scan as part of the binary package hplip will go to Universe, hp-sendfax 
as part of the binary package hplip-gui is already in Universe.
-

Now, keeping CUPS as DEB packages for the time being, we continue with
libsane-hpaio and printer-driver-hpcups in Main, but we can demote the
binary package hplip into Universe, so the dependency on python-
reportlab goes completely into Universe, eliminating the need of this
MIR at least from the printing-stack side.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2028054

Title:
  [MIR] python-rlpycairo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/2028054/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060692] Re: cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported commits from 2.4.x git

2024-04-14 Thread Till Kamppeter
My upload got approved now:

https://launchpad.net/ubuntu/+source/cups/2.4.7-1.2ubuntu7

This means that the package is in noble-proposed now. The autopkgtests
of the package itself and its dependencies get run on all the 6
supported architectures. When they all pass, the package gets into
noble-release, the actual release of Noble.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060692

Title:
  cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported
  commits from 2.4.x git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2060692/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060692] Re: cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported commits from 2.4.x git

2024-04-14 Thread Till Kamppeter
I have uploaded it, but starting from beta freeze until the final
release all uploads have to be approved by the release team. As I have
done the upload on Friday late at night (CEST) there was probably nobody
of the release team around to pass this upload through. Probably this
will happen only on Monday.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060692

Title:
  cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported
  commits from 2.4.x git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2060692/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060692] Re: cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported commits from 2.4.x git

2024-04-12 Thread Till Kamppeter
Sorry, I completely overlooked that there were 2 fixes. I have applied
the patch of PR #935 now, too, and uploaded this as cups
2.4.7-1.2ubuntu7.

** Changed in: cups (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060692

Title:
  cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported
  commits from 2.4.x git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2060692/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060692] Re: cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported commits from 2.4.x git

2024-04-11 Thread Till Kamppeter
Andreas, thanks a lot for the quick fix!

I have applied it now in Ubuntu's CUPS, version 2.4.7-1.2ubuntu6. Note
that the package will probably only land in the distro after the release
of 24.04 beta.

** Changed in: cups (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060692

Title:
  cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported
  commits from 2.4.x git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2060692/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060814] Re: dist-upgrade in noble fails when using TPM FDE

2024-04-11 Thread Till Kamppeter
I have uploaded printer-driver-foo2zjs 20200505dfsg0-2ubuntu6 where I
have moved the firmware file directory to /var/lib/foo2zjs/firmware/.
Ken VanDine has tested this version and it works on Ubuntu 24.04 with
TPM-based FDE, not interfering with the snapped kernel any more.

This will not break printing. /lib/firmware is only for firmware files
which are managed by the kernel. Printer firmware files are solely
managed by foo2zjs, totally in user space.

** Changed in: foo2zjs (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060814

Title:
  dist-upgrade in noble fails when using TPM FDE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foo2zjs/+bug/2060814/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060814] Re: dist-upgrade in noble fails when using TPM FDE

2024-04-10 Thread Till Kamppeter
This means that /lib/firmware is repurposed, at least on some systems.

So no problem for me to move the firmware directory to /usr/lib or
/usr/share.

Questions is now, do we have a kernel Snap on standard *.deb-based
Ubuntu? If we had kernel Snaps only on Ubuntu Core (Desktop) there the
printer-driver-foo2zjs package does not make sense. We work with the
CUPS Snap on such systems and printer drivers work only in the new
Printer Application format. For the printers supported by foo2zjs one
would use the Ghostscript Printer Application.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060814

Title:
  dist-upgrade in noble fails when using TPM FDE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foo2zjs/+bug/2060814/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060692] Re: cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported commits from 2.4.x git

2024-04-09 Thread Till Kamppeter
Andreas,

thanks for also reporting upstream. Michael, Sweet, author of CUPS, has
already found a solution. See:

https://github.com/OpenPrinting/cups/issues/934

I will apply this solution soon.


** Bug watch added: github.com/OpenPrinting/cups/issues #934
   https://github.com/OpenPrinting/cups/issues/934

** Changed in: cups (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060692

Title:
  cupsd 2.4.7-1.2ubuntu5 on noble crashes due to recently backported
  commits from 2.4.x git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2060692/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060038] Re: splix version 2.0.0+svn315-7fakesync1ubuntu0.22.04.1 in jammy is higher than versions in mantic and noble

2024-04-06 Thread Till Kamppeter
** Changed in: splix (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060038

Title:
  splix version 2.0.0+svn315-7fakesync1ubuntu0.22.04.1 in jammy is
  higher than versions in mantic and noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/splix/+bug/2060038/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060038] Re: splix version 2.0.0+svn315-7fakesync1ubuntu0.22.04.1 in jammy is higher than versions in mantic and noble

2024-04-02 Thread Till Kamppeter
Uploaded 2.0.0+svn315-7fakesync1ubuntu1 without any changes.

** Changed in: splix (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060038

Title:
  splix version 2.0.0+svn315-7fakesync1ubuntu0.22.04.1 in jammy is
  higher than versions in mantic and noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/splix/+bug/2060038/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059281] Re: libcupsfilters 2.0.0-0ubuntu6 results in autopkgtest regressions in c2esp, cpdb-backend-cups, cpdb-libs, cups-browsed, libppd

2024-03-28 Thread Till Kamppeter
I have uploaded c2esp 27-11ubuntu4 now.

In the code of c2esp I have found some logging statements which cast
pointer addresses to long int. Probably this works only on 64-bit and
not on 32-bit and so caused the crashes in the autopkgtest. I could not
test whether it is really the fix, I am simply giving it a try.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059281

Title:
  libcupsfilters 2.0.0-0ubuntu6 results in autopkgtest regressions in
  c2esp, cpdb-backend-cups, cpdb-libs, cups-browsed, libppd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/c2esp/+bug/2059281/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059281] Re: libcupsfilters 2.0.0-0ubuntu6 results in autopkgtest regressions in c2esp, cpdb-backend-cups, cpdb-libs, cups-browsed, libppd

2024-03-28 Thread Till Kamppeter
Problem seems to be rather the broken cups.pc file from Debian in the
cups package, which is fixed in 2.4.7-1.2ubuntu2, as after this cups
release the tests of said packages have passed.

** Package changed: libcupsfilters (Ubuntu) => cups (Ubuntu)

** Changed in: cups (Ubuntu)
   Status: Triaged => Fix Released

** Also affects: c2esp (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: c2esp (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059281

Title:
  libcupsfilters 2.0.0-0ubuntu6 results in autopkgtest regressions in
  c2esp, cpdb-backend-cups, cpdb-libs, cups-browsed, libppd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/c2esp/+bug/2059281/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059281] Re: libcupsfilters 2.0.0-0ubuntu6 results in autopkgtest regressions in c2esp, cpdb-backend-cups, cpdb-libs, cups-browsed, libppd

2024-03-27 Thread Till Kamppeter
Checking autopkgtest results on armhf for the mentioned packages AFTER
upload of cups 2.4.7-1.2ubuntu2, which fixed the autopkgtest failure of
cups-browsed, bug 2059157 and bug 2059089:

libcupsfilters:
https://autopkgtest.ubuntu.com/packages/c/libcupsfilters/noble/armhf
--> OK

libppd:
https://autopkgtest.ubuntu.com/packages/c/libppd/noble/armhf
--> OK

cups-browsed:
https://autopkgtest.ubuntu.com/packages/c/cups-browsed/noble/armhf
--> OK

cpdb-libs:
https://autopkgtest.ubuntu.com/packages/c/cpdb-libs/noble/armhf
--> OK

cpdb-backend-cups:
https://autopkgtest.ubuntu.com/packages/c/cpdb-backend-cups/noble/armhf
--> OK

So generally, the 64-bit time_t problem (y2038 bug fix), seems to be
sorted.

Only package causing problems is c2esp which segfaults.


** Changed in: libcupsfilters (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059281

Title:
  libcupsfilters 2.0.0-0ubuntu6 results in autopkgtest regressions in
  c2esp, cpdb-backend-cups, cpdb-libs, cups-browsed, libppd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcupsfilters/+bug/2059281/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059089] Re: proposed-migration for cups-browsed 2.0.0-0ubuntu9

2024-03-26 Thread Till Kamppeter
*** This bug is a duplicate of bug 2059157 ***
https://bugs.launchpad.net/bugs/2059157

** This bug has been marked a duplicate of bug 2059157
   proposed-migration for cups 2.4.7-1.2ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059089

Title:
  proposed-migration for cups-browsed 2.0.0-0ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-browsed/+bug/2059089/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059157] Re: proposed-migration for cups 2.4.7-1.2ubuntu1

2024-03-26 Thread Till Kamppeter
Debian had added their own cups.pc file to CUPS 2.4.7, overlooking that
already in 2.4.6 upstream has introduced a cups.pc file which is much
more comprehensive.

This broke the autopkgtest of cups-browsed in noble.


Fixed in cups 2.4.7-1.2ubuntu2.

** Changed in: cups (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059157

Title:
  proposed-migration for cups 2.4.7-1.2ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/c2esp/+bug/2059157/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2029480] Re: SyntaxWarnings with Python3.12

2024-03-16 Thread Till Kamppeter
This is the patch adapted to the actual Ubuntu/Debian package of HPLIP,
as used in the hplip 3.23.12+dfsg0-0ubuntu2 release for Noble.

The adaptations were most probably needed because, before applying this
patch ~80 other patches got applied to the original source code of
HPLIP.

Especially the transition from "is not" to "!=" seems already done.

** Patch added: "0086-hplip-use-raw-strings.patch"
   
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/2029480/+attachment/5756456/+files/0086-hplip-use-raw-strings.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2029480

Title:
  SyntaxWarnings with Python3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/2029480/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2029480] Re: SyntaxWarnings with Python3.12

2024-03-13 Thread Till Kamppeter
@zdohnal, thanks a lot for the patch, I have applied it now (with slight
adjustments) to the Ubuntu package, fixing bug #2054869.

** Also affects: hplip (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: hplip (Ubuntu)
   Status: New => Fix Committed

** Changed in: hplip
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2029480

Title:
  SyntaxWarnings with Python3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/2029480/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054869] Re: Lot of SyntaxWarning messages during install

2024-03-13 Thread Till Kamppeter
*** This bug is a duplicate of bug 2029480 ***
https://bugs.launchpad.net/bugs/2029480

** This bug has been marked a duplicate of bug 2029480
   SyntaxWarnings with Python3.12

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054869

Title:
  Lot of SyntaxWarning messages during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/2054869/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054879] Re: Syntax warnings after upgrade to Python 3.12

2024-03-13 Thread Till Kamppeter
*** This bug is a duplicate of bug 2029480 ***
https://bugs.launchpad.net/bugs/2029480

** This bug is no longer a duplicate of bug 2054869
   Lot of SyntaxWarning messages during install 
** This bug has been marked a duplicate of bug 2029480
   SyntaxWarnings with Python3.12

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054879

Title:
  Syntax warnings after upgrade to Python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/2054879/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055346] Re: Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

2024-02-28 Thread Till Kamppeter
On the goipp package I had the same problem when I wanted to replace the
upstream source by the uupdate command, so I ended up to put everything
together manually and then it worked.

So providing the update as a debdiff seems to cause the same problem.

Therefore I have now attached the 3 files which make up the source of a
Debian package: .orig.tar.gz, .debian.tar.xz, .dsc.

Simply downloading them and doing the usual dpkg-source -x *.dsc creates
the source directory in a way that it can get built.

** Changed in: golang-github-openprinting-goipp (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055346

Title:
  Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055346] Re: Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

2024-02-28 Thread Till Kamppeter
** Attachment added: "golang-github-openprinting-goipp_1.1.0-0ubuntu1.dsc"
   
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+attachment/5750427/+files/golang-github-openprinting-goipp_1.1.0-0ubuntu1.dsc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055346

Title:
  Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055346] Re: Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

2024-02-28 Thread Till Kamppeter
** Attachment added: "golang-github-openprinting-goipp_1.1.0.orig.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+attachment/5750425/+files/golang-github-openprinting-goipp_1.1.0.orig.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055346

Title:
  Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055346] Re: Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

2024-02-28 Thread Till Kamppeter
** Attachment added: 
"golang-github-openprinting-goipp_1.1.0-0ubuntu1.debian.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+attachment/5750426/+files/golang-github-openprinting-goipp_1.1.0-0ubuntu1.debian.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055346

Title:
  Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055346] Re: Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

2024-02-28 Thread Till Kamppeter
Note that ipp-usb 0.9.24 depends on goipp 1.1.0, so both are needed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055346

Title:
  Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055346] Re: Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

2024-02-28 Thread Till Kamppeter
** Patch added: 
"golang-github-openprinting-goipp_1.0.0-2_1.1.0-0ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/2055346/+attachment/5750423/+files/golang-github-openprinting-goipp_1.0.0-2_1.1.0-0ubuntu1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055346

Title:
  Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055346] [NEW] Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

2024-02-28 Thread Till Kamppeter
Public bug reported:

These packages are for IPP-over-USB and they contain not only bug fixes
but also several quirk workarounds to especially make printers from
Pantum but also devices of other manufacturers working.

Unfortunately, goipp is not in my PPU list (I do not know whether ipp-
usb is there).

** Affects: golang-github-openprinting-goipp (Ubuntu)
 Importance: High
 Assignee: Thomas Ward (teward)
 Status: New

** Affects: ipp-usb (Ubuntu)
 Importance: High
 Assignee: Thomas Ward (teward)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055346

Title:
  Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055346] Re: Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

2024-02-28 Thread Till Kamppeter
** Patch added: "ipp-usb_0.9.23-1build1_0.9.24-0ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/2055346/+attachment/5750424/+files/ipp-usb_0.9.23-1build1_0.9.24-0ubuntu1.debdiff

** Also affects: golang-github-openprinting-goipp (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: golang-github-openprinting-goipp (Ubuntu)
   Importance: Undecided => High

** Changed in: golang-github-openprinting-goipp (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055346

Title:
  Need sponsoring: goipp 1.1.0 and ipp-usb 0.9.24 for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-openprinting-goipp/+bug/2055346/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054869] Re: Lot of SyntaxWarning messages during install

2024-02-28 Thread Till Kamppeter
To the upstream developers of HPLIP:

In a recent version of Python (3.12?) backslashes in regular expressions
need to get quoted or the expressions defined as raw strings (r'...').
Could you change it that way? Using raw strings should not break older
versions of Python.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054869

Title:
  Lot of SyntaxWarning messages during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/2054869/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054869] Re: Lot of SyntaxWarning messages during install

2024-02-28 Thread Till Kamppeter
I have seen similar warnings also during building of the HPLIP package.

Looking into the Python documentation

https://docs.python.org/3/library/re.html

I have found out that the search patterns need to be supplied as raw
strings:

'^\d+' -> r'^\d+'

or backslashes need to get quoted:

'^\d+' -> '^\\d+'

As HPLIP contains hundreds of regular expressions it would be very
awkward to distro-patch this for Debian and Ubuntu, as the upstream code
is all the time changing.

An upstream fix would be the best solution.

Adding upstream task ...

** Also affects: hplip
   Importance: Undecided
   Status: New

** Changed in: hplip
   Status: New => Incomplete

** Changed in: hplip
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054869

Title:
  Lot of SyntaxWarning messages during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/2054869/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1975459] Re: Prints blank pages

2022-05-23 Thread Till Kamppeter
Thank you very much.

As this bug can easily get worked around and as it is also fixed in
cups-filters 2.x, I will not provide a fix here. Closing ...

** Changed in: cups (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1975459

Title:
  Prints blank pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1975459/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1975459] Re: Prints blank pages

2022-05-23 Thread Till Kamppeter
The bug itself is that the implicitclass CUPS backend used by cups-
browsed is not able to determine the correct parameters to generate
Apple Raster from the PDF input. Your printer needs 600 dpi and for some
reason 1200 dpi got sent.

In cups-filters 2.x (to appear in Ubuntu 22.10) this is fixed.

For the time being, please create an explicit print queue for your
printer (instead of letting cups-browsed auto-creating one):

lpadmin -p Brother -E -v 'ipp://Brother%20HL-L2357DW._ipp._tcp.local/'
-m everywhere

Try to print on this queue. Does it work?

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1975459

Title:
  Prints blank pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1975459/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1972856] Re: Cannot add printer

2022-05-11 Thread Till Kamppeter
@maxroby, could you run the following command:

ipptool -tv ipps://HPF80DAC5CDC21.local:631/ipp/print get-printer-
attributes.test > attrs.txt

and attach attrs.txt. Please also post the screen output of this ipptool
command. Thanks.

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1972856

Title:
  Cannot add printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1972856/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1972856] Re: Cannot add printer

2022-05-10 Thread Till Kamppeter
Could you run the command

driverless

and post the output here?

Does it contain the printer's URI
ipps://HP%20OfficeJet%20Pro%208020%20series%20%5B5CDC21%5D._ipps._tcp.local/
or ipps://HPF80DAC5CDC21.local:631/ipp/print ?

could you also run

driverless 
'ipps://HP%20OfficeJet%20Pro%208020%20series%20%5B5CDC21%5D._ipps._tcp.local/' 
> 1.ppd
driverless 'ipps://HPF80DAC5CDC21.local:631/ipp/print' > 2.ppd

and attach the files 1.ppd and 2.ppd? Please do not compress them and do
not package them together, attach them one by one. Thanks.

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1972856

Title:
  Cannot add printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1972856/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970055] Re: Ubuntu 22.04 - HP 107a USB printer not recognized

2022-05-09 Thread Till Kamppeter
Alexander, as ipp-usb starts to communicate with the printer as soon as
it attaches to it, you could perhaps add a mechanism that somehow finds
out whether the printer is actually driverless or not, and if not,
unattach ipp-usb immediately to give way for classic access (CUPS
backend or Printer Application).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970055

Title:
  Ubuntu 22.04 - HP 107a  USB printer not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/1970055/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970055] Re: Ubuntu 22.04 - HP 107a USB printer not recognized

2022-05-09 Thread Till Kamppeter
Mentioned this issue also in upstream discussion on ipp-usb:

https://github.com/OpenPrinting/ipp-usb/issues/50

** Bug watch added: github.com/OpenPrinting/ipp-usb/issues #50
   https://github.com/OpenPrinting/ipp-usb/issues/50

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970055

Title:
  Ubuntu 22.04 - HP 107a  USB printer not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/1970055/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970055] Re: Ubuntu 22.04 - HP 107a USB printer not recognized

2022-05-09 Thread Till Kamppeter
Alexander, can you have a look into this and work out a solution with
the users?

The printer in question here is a re-branded Samsung, from the
acquisition of Samsung's printer section by HP. Note that it is named
"HP Laser ..." and not "HP LaserJet ...". It also has only 2 7/1/4
channels and not 3 as actual HP printers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970055

Title:
  Ubuntu 22.04 - HP 107a  USB printer not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/1970055/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970055] Re: Ubuntu 22.04 - HP 107a USB printer not recognized

2022-05-09 Thread Till Kamppeter
I will escalate this to the author of ipp-usb, Alexander Pevzner. He
will either find a solution or add a quirk rule for this printer not
fulfilling the driverless printing standards properly.

Did you try whether you can do driverless printing when connecting your
printer via the network (Ethernet or Wi-Fi)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970055

Title:
  Ubuntu 22.04 - HP 107a  USB printer not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/1970055/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970055] Re: Ubuntu 22.04 - HP 107a USB printer not recognized

2022-05-06 Thread Till Kamppeter
Could you run the command

sudo lsusb -vvv > lsusb-out.txt

again, and even if it produces error messages attach the lsusb-out.txt
file to this bug report?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970055

Title:
  Ubuntu 22.04 - HP 107a  USB printer not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/1970055/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1968722] Re: File fails to print when rendered with CUPS, prints fine when fed directly to printer

2022-05-06 Thread Till Kamppeter
> These two statements seem to be contradictory. If driverless printing
is more reliable, that would seem to imply that files sent directly to
the printer print more reliably than files sent through the CUPS
filters, which would seem to imply that it is the filters, not the
printer, that have bugs.

Driverless printing does not mean sending PostScript files directly to
the printer, it means that the client discovers the printer via DNS-SD,
queries the printer for its capabilities via IPP, and then prints in one
of the formats PDF, Apple Raster, PWG Raster, or PCLm to the printer,
dpending what it supports. CUPS does this automatically if no
"conventional" print queue exists (remove any queue for your printer).
Or you can create a print queue with the lpadmin command and the "-m
everywhere" model specification.

Does this perhaps work for you?


** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1968722

Title:
  File fails to print when rendered with CUPS, prints fine when fed
  directly to printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1968722/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971473] Re: Untranslated desktop file

2022-05-03 Thread Till Kamppeter
The "Printers" part of the GNOME Control Center is not system-config-
printer, moving ...

** Package changed: system-config-printer (Ubuntu) => gnome-control-
center (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971473

Title:
  Untranslated desktop file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1971473/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970055] Re: Ubuntu 22.04 - HP 107a USB printer not recognized

2022-05-03 Thread Till Kamppeter
Could you run the command

driverless

and post the output here?

Could you also run the command

sudo lsusb -vvv > lsusb-out.txt

and attach lsusb-out.txt?

Do not compress the file before attaching it. Thanks.

Also have a look at

https://github.com/OpenPrinting/ipp-usb/issues/48

and check instructions/give comments there. The problem is similar and
the original author of ipp-usb is working on a solution with the poster
of this issue.

** Bug watch added: github.com/OpenPrinting/ipp-usb/issues #48
   https://github.com/OpenPrinting/ipp-usb/issues/48

** Changed in: ipp-usb (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970055

Title:
  Ubuntu 22.04 - HP 107a  USB printer not recognized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/1970055/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1968722] Re: File fails to print when rendered with CUPS, prints fine when fed directly to printer

2022-04-12 Thread Till Kamppeter
Do you have cups-filter 1.28.15 installed, which fixes bug #1967816? Or
did you try the option "pdftops-renderer=gs" as described there and
which you confirmed as fixing that bug? You do not need the option if
you have cups-filter 1.28.15 installed. Or could it be that this file
now needs the "pdftops-renderer=pdftops" option to print?

Generally, driverless printing is more reliable than PostScript
printing. PostScript interpreters in printers often have bugs.

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1968722

Title:
  File fails to print when rendered with CUPS, prints fine when fed
  directly to printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1968722/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967816] Re: PDF file completely silently fails to print, computer claims it printed, printer shows no trace of it

2022-04-05 Thread Till Kamppeter
Backported to upstream 1.x branch in

https://github.com/OpenPrinting/cups-filters/commit/2134daad68

Will be included in cups-filters 1.28.15 in Ubuntu 22.04 (Jammy).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967816

Title:
  PDF file completely silently fails to print, computer claims it
  printed, printer shows no trace of it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1967816/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967816] Re: PDF file completely silently fails to print, computer claims it printed, printer shows no trace of it

2022-04-05 Thread Till Kamppeter
Fixed upstream in

https://github.com/OpenPrinting/cups-filters/commit/607f5e9066


** Package changed: cups (Ubuntu) => cups-filters (Ubuntu)

** Changed in: cups-filters (Ubuntu)
   Importance: Undecided => Medium

** Changed in: cups-filters (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967816

Title:
  PDF file completely silently fails to print, computer claims it
  printed, printer shows no trace of it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1967816/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967816] Re: PDF file completely silently fails to print, computer claims it printed, printer shows no trace of it

2022-04-05 Thread Till Kamppeter
Could you print your file from the command line, using

lp -d duplex file.pdf
lp -d duplex -o pdftops-renderer=gs file.pdf

file.pdf is the file you mention which does not print on your printer.

Please try the 2 command. Tell us which of them prints which of them
not.

Your log shows that the job gets correctly filtered and sent off to the
printer. The printer might have a bug in its PostScript interpreter
making it not print some files. The "-o pdftops-renderer=gs" option of
the second command lets another filter for converting your PDF file into
PostScript being used. The resulting different PostScript file could
perhaps not trigger the bug in the printer.

You can make this setting default via

lpadmin -p duplex -o pdftops-renderer-default=gs

and remove the default setting via

lpadmin -p duplex -R pdftops-renderer-default

Please tell us your experience.


** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967816

Title:
  PDF file completely silently fails to print, computer claims it
  printed, printer shows no trace of it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1967816/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964545] Re: 42beta: moving mouse as screen is fading to screensaver prevents input to shell

2022-03-25 Thread Till Kamppeter
If this situation occurs for me and I press ALT + TAB then, I get back
to normal and can use mouse and keyboard as usual again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964545

Title:
  42beta: moving mouse as screen is fading to screensaver prevents input
  to shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1964545/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964095] Re: print sent to Epson ET-2810 is not printed

2022-03-21 Thread Till Kamppeter
I your error_log I have found the following:

D [21/Mar/2022:15:08:48 +0100] [Job 312] Send-Document: client-error-
document-format-error (client-error-document-format-error)

This looks like that the printer was not able to work with the data it
received.

The printer reports that it accepts PWG Raster as the only of the known
data formats used for driverless printing (it supports other formats,
too, but these are formats we cannot generate). Therefore we print in
PWG Raster format.

It is possible that some printers have firmware bugs, not able to print
certain files in standard format. It is less probable that the PWG
Raster provided by us has problems as otherwise I would have received
many more bug reports.

Now I need also CUPS error_log output from jobs which succeeded for you
and also I need the files which you have actually sent, both succeeding
and failing files. Could you attach these?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964095

Title:
  print sent to Epson ET-2810 is not printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1964095/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964095] Re: print sent to Epson ET-2810 is not printed

2022-03-21 Thread Till Kamppeter
Seems that your version of "driverless" is too old, not yet having the "
--std-ipp-uris" option (see also output of "driverless -h").

But I have found the URI you need in your error_log. Please run the
following command:

ipptool -tv ipp://EPSON0EF3E0.local:631/ipp/print get-printer-
attributes.test > attrs.txt

and attach attrs.txt.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964095

Title:
  print sent to Epson ET-2810 is not printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1964095/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964095] Re: print sent to Epson ET-2810 is not printed

2022-03-21 Thread Till Kamppeter
Thanks for the files.

For the "ipptool -tv ..." command do the following:

Run

driverless --std-ipp-uris

You get an URI for your printer in standard IPP format. Please use that
URI for the "ipptool -tv ..." command of my comment above (comment #2)
and attach the attrs.txt here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964095

Title:
  print sent to Epson ET-2810 is not printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1964095/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964095] Re: print sent to Epson ET-2810 is not printed

2022-03-21 Thread Till Kamppeter
Also note that the web interface of Launchpad only allows one attached
file per comment. If you want to attach more files, simply post more
comments, where the actual comment field can also stay empty in case you
wrote everything already in the comment of the first file.

e-mail answers seem to allow any number of attachments though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964095

Title:
  print sent to Epson ET-2810 is not printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1964095/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964095] Re: print sent to Epson ET-2810 is not printed

2022-03-20 Thread Till Kamppeter
Could you also attach your file

/etc/cups/ppd/EPSON_ET_2810_Series.ppd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964095

Title:
  print sent to Epson ET-2810 is not printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1964095/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964095] Re: print sent to Epson ET-2810 is not printed

2022-03-20 Thread Till Kamppeter
Please also run the command

cupsctl --debug-logging

Then print a job and as soon as it finishes/fails, copy the
/var/log/cups/error_log file and attach it to this bug report. Also do
not compress it and do not package it together with any other file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964095

Title:
  print sent to Epson ET-2810 is not printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1964095/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964095] Re: print sent to Epson ET-2810 is not printed

2022-03-20 Thread Till Kamppeter
Please run the command

driverless

and post the output here. This should give you a network URI of your
printer.

Then run

ipptool -tv  get-printer-attributes.test > attrs.txt

with  replaced by the URI you got from the "driverless" command.
Please attach the resulting attrs.txt file to this bug report. Please do
not compress the file.

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964095

Title:
  print sent to Epson ET-2810 is not printed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1964095/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964707] Re: please sync qpdf 10.6.3

2022-03-18 Thread Till Kamppeter
synced. Thanks for reporting.

** Changed in: qpdf (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964707

Title:
  please sync qpdf 10.6.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qpdf/+bug/1964707/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965112] Re: cupsd crashed with SIGSEGV in __strcmp_evex()

2022-03-16 Thread Till Kamppeter
I have uploaded cups 2.4.1op1-1ubuntu3 with the updated patch now, and
also updated the upstream pull request:

https://github.com/OpenPrinting/cups/pull/353

Please test as soon as the update arrives.

** Changed in: cups (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1965112

Title:
  cupsd crashed with SIGSEGV in __strcmp_evex()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1965112/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965112] Re: cupsd crashed with SIGSEGV in __strcmp_evex()

2022-03-16 Thread Till Kamppeter
Thanks for all the info, it is as I expected, your cupsd.conf has
"Browsing No" because you do not use printer sharing. Then the DNS-SD
host name is not set in the daemon's internal variable DNSSDHostName and
this variable I compared with the host name of the URI of the potential
new queue to see whether I have to change it to "localhost" for the case
that the printer is a local service (IPP-over-USB, Printer Application,
...). This caused the crash. Now I have added a fallback to the internal
variable ServerName if DNSSDHostName is NULL.

I could reproduce the bug by doing the command

cupsctl --no-share-printers

(I had printer sharing on for my OpenPrinting work) and re-trying to
access an IPP printer through GTK's print dialog which caused the crash
then for me.

I have the fix now ready and with it the crash goes away.

I will update the Pull Request on CUPS upstream
(https://github.com/OpenPrinting/cups/pull/353) and also the patch on
the Ubuntu package.

Thanks for the bug report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1965112

Title:
  cupsd crashed with SIGSEGV in __strcmp_evex()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1965112/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965112] Re: cupsd crashed with SIGSEGV in __strcmp_evex()

2022-03-16 Thread Till Kamppeter
** Changed in: cups (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1965112

Title:
  cupsd crashed with SIGSEGV in __strcmp_evex()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1965112/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965112] Re: cupsd crashed with SIGSEGV in __strcmp_evex()

2022-03-16 Thread Till Kamppeter
Can you also attach your /etc/cups/cupsd.conf file?

And please also post the output of the command

cupsctl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1965112

Title:
  cupsd crashed with SIGSEGV in __strcmp_evex()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1965112/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965112] Re: cupsd crashed with SIGSEGV in __strcmp_evex()

2022-03-16 Thread Till Kamppeter
Could you run the following commands:

driverless

driverless --std-ipp-uris

lpstat -v

and post the output here.

On which print queue are you printing?

Are you running cups-browsed?

Then switch CUPS into debug mode:

cupsctl --debug-logging

Print a job as you did when the crash happened. When it fails again,
take the /var/log/cups/error_log file and attach it to this bug report.
DO NOT compress or package it.

Could you also tell me how you printed the job? Which application? GTK
print dialog? Any other print dialog?

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1965112

Title:
  cupsd crashed with SIGSEGV in __strcmp_evex()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1965112/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965112] Re: cupsd crashed with SIGSEGV in __strcmp_evex()

2022-03-16 Thread Till Kamppeter
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1965112

Title:
  cupsd crashed with SIGSEGV in __strcmp_evex()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1965112/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960924] Re: qpdf 10.6.2 not syncing (freeze exception?)

2022-02-21 Thread Till Kamppeter
qpdf 10.6.2 has landed in Jammy. So this problem is solved.

** Changed in: qpdf (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960924

Title:
  qpdf 10.6.2 not syncing (freeze exception?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qpdf/+bug/1960924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960924] Re: qpdf 10.6.2 not syncing (freeze exception?)

2022-02-21 Thread Till Kamppeter
The full release schedule is here:

https://discourse.ubuntu.com/t/jammy-jellyfish-release-schedule/

Especially Final Freeze is on April 14, one week before release.

From Feature Freeze (Feb 24) on there is no auto-syncing of Debian
packages into Ubuntu any more, so for each release you do after Feature
Freeze and before Final Freeze please tell me that you have done it so
that I can trigger the sync manually.

Also note that I can only sync if Debian's build servers have completely
built your upload for all architectures, so I need, to be absolutely
sure, your package already ~2 days before Final Freeze. What is only bug
fixes does not need a freeze exception.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960924

Title:
  qpdf 10.6.2 not syncing (freeze exception?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qpdf/+bug/1960924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960924] Re: qpdf 10.6.2 not syncing (freeze exception?)

2022-02-21 Thread Till Kamppeter
Jay, no freeze exception is required for sorting out this -proposed
migration. Everything what is uploaded or synced before freeze does not
need an exception, independent whether it migrates into the release
before or after the freeze.

Also after the freeze one can do bug fix uploads/syncs. So your
upload/sync of 10.6.2 has already defined that Ubuntu 22.04 LTS will
ship with QPDF 10.6.x feature-wise. If you spin a 10.6.3 with only bug
fixes, no new features, I will sync it (before Final Freeze at the
latest). A fix which is needed to make QPDF migrate from -proposed to
release is also a bug fix and does not need a freeze exception. So your
QPDF 10.6.x feature level is already in.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960924

Title:
  qpdf 10.6.2 not syncing (freeze exception?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qpdf/+bug/1960924/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959440] Re: backport GH #247 for Ubuntu 22.04 release to break python3-requests dependency

2022-02-20 Thread Till Kamppeter
Uploaded system-config-printer 1.5.16 to Jammy. This should solve the
problem.

** Changed in: system-config-printer (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959440

Title:
  backport GH #247 for Ubuntu 22.04 release to break python3-requests
  dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1959440/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959440] Re: backport GH #247 for Ubuntu 22.04 release to break python3-requests dependency

2022-02-20 Thread Till Kamppeter
I have done the 1.5.16 release now:

https://github.com/OpenPrinting/system-config-
printer/releases/tag/v1.5.16

I will update the Ubuntu package of s-c-p before FF.

** Changed in: system-config-printer (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959440

Title:
  backport GH #247 for Ubuntu 22.04 release to break python3-requests
  dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1959440/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1960601] Re: Ubuntu 20.04 stopped detecting HP LaserJet P2055dn after this morning's update

2022-02-11 Thread Till Kamppeter
Can it be that you have earlier installed HPLIP directly from the
upstream source? The system update could have overwritten parts of that
installation and now your HPLIP does not work any more.

A safer way to have an always up-to-date HPLIP is using its Snap
version.

Go to

https://snapcraft.io/hplip-printer-app

Install the Snap, set up your printer in its web interface, and CUPS
will see a network printer, as the Snap emulates a network printer.
Print to this network printer.

In this Snap HPLIP is completely encapsulated and cannot be overwritten
by any other installation. It gets also auto-updated by the Snap Store,
so you will have an always up-to-date HPLIP.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960601

Title:
  Ubuntu 20.04 stopped detecting HP LaserJet P2055dn after this
  morning's update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1960601/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959440] Re: backport GH #247 for Ubuntu 22.04 release to break python3-requests dependency

2022-01-28 Thread Till Kamppeter
I have asked the upstream maintainer, Zdenek Dohnal, to spin a release
before 22.04 FF. This would be much better than a backport.

** Changed in: system-config-printer (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959440

Title:
  backport GH #247 for Ubuntu 22.04 release to break python3-requests
  dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1959440/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958263] Re: hp-makeuri returns error on ubuntu 22.04

2022-01-22 Thread Till Kamppeter
Thanks for the info.

I have also updated the HPLIP Printer Application Snap in the Snap Store
to 3.21.12 now.

Closing ...

** Changed in: hplip (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958263

Title:
  hp-makeuri returns error on ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1958263/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871011] Re: USB scanning and printing broken on focal by ippusbxd (was: hpmud and ippusbxd conflict)

2022-01-05 Thread Till Kamppeter
The problem is that we cannot add a new package to an already released
Ubuntu. A SRU (Stable Release Update) can only be bug fixes on already
included packages, no new feature releases of them, nor completely new
packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871011

Title:
  USB scanning and printing broken on focal by ippusbxd (was: hpmud and
  ippusbxd conflict)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1871011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871011] Re: USB scanning and printing broken on focal by ippusbxd (was: hpmud and ippusbxd conflict)

2022-01-05 Thread Till Kamppeter
As ippusbxd by itself is broken, meaning that it even does not work very
well with the devices it is actually designed for, I am also in favor of
removing it from all still supported Ubuntu versions (especially LTS).
Then it does not block devices which could otherwise work better.

To the users whose device needed ippusbxd we should tell to install the
ipp-usb Snap then, at it does the task of supporting IPP-over-USB
devices correctly and to their full extent.

ipp-usb Snap:

https://snapcraft.io/ipp-usb

ippusbxd replacement by ipp-usb:

https://github.com/OpenPrinting/ippusbxd#before-you-begin-ippusbxd-or-
ipp-usb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871011

Title:
  USB scanning and printing broken on focal by ippusbxd (was: hpmud and
  ippusbxd conflict)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1871011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1753509] Re: avahi-daemon adds/installs every printer on network

2022-01-04 Thread Till Kamppeter
The problem you mention is a known CUPS problem and in the works:

https://github.com/OpenPrinting/cups/issues/176

** Bug watch added: github.com/OpenPrinting/cups/issues #176
   https://github.com/OpenPrinting/cups/issues/176

** Package changed: cups-filters (Ubuntu) => cups (Ubuntu)

** Changed in: cups (Ubuntu)
   Status: Expired => Triaged

** Changed in: cups (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1753509

Title:
  avahi-daemon adds/installs every printer on network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1753509/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1753509] Re: avahi-daemon adds/installs every printer on network

2021-12-27 Thread Till Kamppeter
Mathias Weyland (launchpad-weyland), thanks for the link to the patched
GTK, thispatch is generally a good idea as it is not a good idea of a
print dialog talking directly to IPP printers, circumventing CUPS.

The problems are the following:

1. A typical desktop application sends the data to get printed in PDF
format, but not all IPP printers understand PDF. The driverless IPP
standards only require one of the four print data formats PDF, Apple
Raster, PWG Raster, and PCLm. As PDF is a complex vector graphics format
and the other 3 are simple raster formats, cheap printers usually do not
understand PDF, so the dialog sending a job directly to the printer
would not work here. When printing through a CUPS queue, CUPS detects
which format the printer understands and converts if needed.

2. An essential functionality when printing from a desktop application
is spooling, storing the print job on disk when receiving it, so the the
dialog can close quickly and allow the user continuing to work in his
application. Many, especially cheaper IPP printers do not have such
capability, the dialog itself also does not spool AFAIK. Spooling is
usually a task of CUPS (CUPS is a so-called print spooler). Therefoe
printing should always go through CUPS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1753509

Title:
  avahi-daemon adds/installs every printer on network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1753509/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955434] Re: Driverless printing detection does not work

2021-12-20 Thread Till Kamppeter
To the maintainers of AppArmor: Did anything change in the
default/standard AppArmor restrictions in Jammy which requires changed
in the profiles of CUPS and cups-browsed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955434

Title:
  Driverless printing detection does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1955434/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955434] Re: Driverless printing detection does not work

2021-12-20 Thread Till Kamppeter
As usual, submitting to early, trying again ...

This looks like that either AppArmor got more restricted in Jammy. I
will CC AppArmor folks to make them aware, but due to the holidays they
will possibly not react quickly. So I recommend to temporarily de-
activate AppArmor for CUPS and for cups-browsed:

sudo apt install apparmor-utils
sudo aa-complain cupsd
sudo aa-complain cups-browsed

To return to the standard settings do

sudo aa-enforce cupsd
sudo aa-enforce cups-browsed

Is your printer discovered and can you print on it with AppArmor
enforcement de-activated on CUPS and/or cups-browsed?

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

** Also affects: apparmor (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: apparmor (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955434

Title:
  Driverless printing detection does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1955434/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955434] Re: Driverless printing detection does not work

2021-12-20 Thread Till Kamppeter
This looks like that either AppArmor got more restricted in Jammy. I
will CC AppArmor folks to make them aware, but due to the holidays they
will possibly not react quickly. So I recommend to temporarily de-
activate AppArmor for CUPS and for cups-browsed:

sudo apt install apparmor-utils
sudo aa-complain cupsd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955434

Title:
  Driverless printing detection does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1955434/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1290533] Re: cups-pk-helper-mechanism crashed with signal 5 in g_variant_new_va()

2021-12-10 Thread Till Kamppeter
This is already 3 years old and there are no similar complaints. So the
probability is low that the bug is still there. Closing ...

** Changed in: cups-pk-helper (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290533

Title:
  cups-pk-helper-mechanism crashed with signal 5 in g_variant_new_va()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-pk-helper/+bug/1290533/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 511297] Re: /etc/cups/printers.conf timestamp is pointlessly updated

2021-12-10 Thread Till Kamppeter
This is already fixed ages ago, closing ...

** Changed in: cups (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/511297

Title:
  /etc/cups/printers.conf timestamp is pointlessly updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/511297/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938442] Re: Wrong permissions on ~/.hplip/.gnupg

2021-12-09 Thread Till Kamppeter
Thorsten, could you also update the Debian package appropriately? And
once one it, update to 3.21.10? Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938442

Title:
  Wrong permissions on ~/.hplip/.gnupg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1938442/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913656] Re: Fix for Ghostscript 9.50 upstream bug needs to be back-ported

2021-11-16 Thread Till Kamppeter
@jawn-smith, I have uploaded the package for your SRU patch now. Thanks
for the debdiff.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913656

Title:
  Fix for Ghostscript 9.50 upstream bug needs to be back-ported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1913656/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1950801] Re: Unable to print certain files

2021-11-12 Thread Till Kamppeter
The brlaser printer driver is also available in the Ghostscript Printer
Application in the Snap Store. There it is based on the current GIT
master snapshot, which means that it includes the fix.

Get the Snap here:

https://snapcraft.io/ghostscript-printer-app

Its development happens here:

https://github.com/OpenPrinting/ghostscript-printer-app

Note that our distribution's Debian package is synced from Debian. So
please also report this bug to Debian on:

https://www.debian.org/Bugs/


** Changed in: brlaser (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1950801

Title:
  Unable to print certain files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brlaser/+bug/1950801/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938442] Re: Wrong permissions on ~/.hplip/.gnupg

2021-11-01 Thread Till Kamppeter
** Changed in: hplip (Ubuntu)
Milestone: None => impish-updates

** Changed in: hplip (Ubuntu)
Milestone: impish-updates => focal-updates

** Also affects: hplip (Ubuntu Jammy)
   Importance: Undecided
 Assignee: Till Kamppeter (till-kamppeter)
   Status: New

** Also affects: hplip (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: hplip (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: hplip (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: hplip (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: hplip (Ubuntu Jammy)
Milestone: focal-updates => None

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938442

Title:
  Wrong permissions on ~/.hplip/.gnupg

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1938442/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938442] Re: Wrong permissions on ~/.hplip/.gnupg

2021-11-01 Thread Till Kamppeter
The public GPG keys here are only to check the integrity of a downloaded
proprietary plugin, to prevent that someone could make HPLIP download
and install a fake, malware plugin. HPLIP does not load such a key as
long as the user does not try to download the plugin and HPLIP dos also
not do any other downloads from the internet. The keys are actually only
HP's public keys. No keys of the user are stored under ~/.hplip. So
wrong permissions should be harmless here.

So what you should do for testing is whether you can still download the
proprietary plugin with the stricter permissions (with your patch). If
it still works, the stricter permissions could be generally used, but as
the keys are only public keys from HP, the stricter permissions are not
actually needed.

If my assumptions are correct, I do not see a security issue here.

Can someone from HP tell whether I am right?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938442

Title:
  Wrong permissions on ~/.hplip/.gnupg

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1938442/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946079] Re: ppmraw device no longer produces output (regression)

2021-10-07 Thread Till Kamppeter
Impish (21.10) uses Ghostscript 9.54 so there the problem is fixed
according to the upstream bug report. Closing ...

** Changed in: ghostscript (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946079

Title:
  ppmraw device no longer produces output (regression)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1946079/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946079] Re: ppmraw device no longer produces output (regression)

2021-10-05 Thread Till Kamppeter
This is an upstream bug in Ghostscript, please report it on

https://bugs.ghostscript.com/

including the Ghostscript command line and the input file. Please also
post a link to that bug report here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946079

Title:
  ppmraw device no longer produces output (regression)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1946079/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945645] Re: cups-pdf prints blank pages

2021-10-04 Thread Till Kamppeter
Two confirmations that the problem is solved, so I close this bug as
fixed.

Thanks for the bug report and the confirmations that it is fixed.

** Changed in: cups-pdf (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: cups (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: ghostscript (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945645

Title:
  cups-pdf prints blank pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1945645/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945645] Re: cups-pdf prints blank pages

2021-10-04 Thread Till Kamppeter
I have synced cups-pdf 3.0.1-13 into Ubuntu Impish now (see bug
1945939).

As soon as you get this version with your updates, please re-test and
tell us here how far it solves your problems. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945645

Title:
  cups-pdf prints blank pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1945645/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945939] Re: Sync cups-pdf 3.0.1-13 (universe) from Debian unstable (main)

2021-10-04 Thread Till Kamppeter
Done.

** Changed in: cups-pdf (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945939

Title:
  Sync cups-pdf 3.0.1-13 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-pdf/+bug/1945939/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945856] Re: Need update to 3.21.8 for ARM

2021-10-02 Thread Till Kamppeter
If you only need printing (and not scanning) functionality, you can also
switch to the HPLIP Snap:

https://snapcraft.io/hplip-printer-app

This works with all (not too old, Snap must be supported) Ubuntu
versions and many other distributions. It will also be regularly updated
and the updates continue to work with the same wide range of
distribution. Especially you can by this use an HPLIP which was released
later than the release of your distro.

Support for the proprietary plugin and for scanning is in the works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945856

Title:
  Need update to 3.21.8 for ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1945856/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1945645] Re: cups-pdf prints blank pages

2021-09-30 Thread Till Kamppeter
Martin-Eric, would your last changes fix this bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1945645

Title:
  cups-pdf prints blank pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-pdf/+bug/1945645/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1858848] Re: Unable to add printer on Focal

2021-09-05 Thread Till Kamppeter
The printing support of the newest HPLIP version (3.21.8) is also
contained in the current Printer Applications (new format for printer
drivers, OS-distribution-independent):


HPLIP Printer Application:
   https://snapcraft.io/hplip-printer-app

PostScript Printer Application:
   https://snapcraft.io/ps-printer-app

Note that these only support printing, not scanning.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1858848

Title:
  Unable to add printer on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1858848/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931383] Re: ipp-usb ftbfs with lto

2021-06-09 Thread Till Kamppeter
@Alexander, could you have a look what is happening here?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931383

Title:
  ipp-usb ftbfs with lto

To manage notifications about this bug go to:
https://bugs.launchpad.net/golang/+bug/1931383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920730] Re: gstoraster: Ghostscript runs to long while converting djvu files to Xerox`s 3210 format

2021-05-14 Thread Till Kamppeter
Upstream bug report:

https://github.com/OpenPrinting/cups-filters/issues/354

Upstream pull request:

https://github.com/OpenPrinting/cups-filters/pull/371

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920730

Title:
  gstoraster: Ghostscript runs to long while converting djvu files to
  Xerox`s 3210  format

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1920730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920730] Re: gstoraster: Ghostscript runs to long while converting djvu files to Xerox`s 3210 format

2021-05-14 Thread Till Kamppeter
Fixed upstream.

Valentyna, thank you for the sample file and the proposed patch. I have
modified the patch to simplify it and to make it working also without
PPD files.

Suraj also thanks to you for taking it upstream and posting your pull
request.


** Changed in: cups-filters (Ubuntu)
   Status: Incomplete => In Progress

** Bug watch added: github.com/OpenPrinting/cups-filters/issues #354
   https://github.com/OpenPrinting/cups-filters/issues/354

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920730

Title:
  gstoraster: Ghostscript runs to long while converting djvu files to
  Xerox`s 3210  format

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1920730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920730] Re: gstoraster: Ghostscript runs to long while converting djvu files to Xerox`s 3210 format

2021-05-14 Thread Till Kamppeter
Thank you very much for the sample file.

I have printed it into a PDF file from evince to be able to do further
tests manually on the command line.

This way I have done some tests and found out that adding
"-dDEVICEWIDTHPOINTS=XXX -dDEVICEHEIGHTPOINTS=YYY" with any non-zero
values for width and height works (giving the correct page count), small
values make it even faster. So for now the best command line is

gs -q -dNOPAUSE -dBATCH -sDEVICE=bbox -dDEVICEWIDTHPOINTS=1
-dDEVICEHEIGHTPOINTS=1 sample2.pdf 2>&1 | grep -c HiResBoundingBox

and this command line is independent of the PPD file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920730

Title:
  gstoraster: Ghostscript runs to long while converting djvu files to
  Xerox`s 3210  format

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1920730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >