Comment 11 for bug 2026200

Revision history for this message
Dalik (tek2001x) wrote : Re: [Bug 2026200] Re: Snap update broke launching and printing on 20.04 Ubuntu.

I noticed that when I use the snap version of chromium that loads the
browser printer list doesn't list any printers. I see that under
/var/lib/snapd/seccomp/bpf/ the cups files only have src files and no
bin files and other snaps in this folder do have bin files. I'm
guessing this is why the I'm getting timeout issues when running
commands cups.lpstat -v and why the snap version of chrome can't list
the printers.

On Thu, 2023-07-06 at 18:29 +0000, Till Kamppeter wrote:
> Anyone suffering the described problem, could you follow Nathan's
> instructions if you have not done so yet, and could you run the
> following commands and paste the output here?
>
>     lpstat -r
>     lpstat -v
>     lpstat -p
>     cuos.lpstat -r
>     cups.lpstat -v
>     cups.lpstat -p
>
> Aleo try to print through the CUPS Snap, for example via
>
>     cups.lp -d PRINTER FILE.PDF
>
> Replace PRINTER by the name of a working print queue and FILE.PDF by
> the
> name of a PDF file which you have. Does this work? If not, could you
> also try
>
>     lp -d PRINTER FILE.PDF
>
> Does this work?
>