Is there an easy way to view the print queue?

68,267

Solution 1

Yes, this is a bug.

The old printer applet should be whitelisted and an actual print indicator should be written for 11.10.

Solution 2

system-config-printer works.

  1. Press the Ubuntu logo on the launcher bar, type printers, open the Printers app.

  2. While in the Printers app, press Ctrl + F.

  3. A list of jobs will appear. From this list one can manage jobs, delete them, etc.

Solution 3

lpstat -R

from the pre-installed cups-client package.

Sample output with 2 jobs:

0 XP-202-203-206-Series-27 ciro              1024 Wed 22 Apr 2015 12:44:38 PM CEST
1 XP-202-203-206-Series-28 ciro              1024 Wed 22 Apr 2015 12:49:08 PM CEST

Jobs disappear once done.

Other possibilities:

Also check out this great tutorial: https://web.archive.org/web/20150912145157/http://www.eecs.utk.edu/resources/it/kb/printing/linux-command-line/

CLI is always the more stable way :-)

Share:
68,267

Related videos on Youtube

David Dean
Author by

David Dean

Updated on September 18, 2022

Comments

  • David Dean
    David Dean almost 2 years

    With the (apparent) loss of the print indicator in Natty, I'm having a little trouble keeping track of my print queue easily.

    At the moment to bring up a print queue, I bring up the "Printing" application using the Dash, then go to the Printer -> View Print Queue menu. This seems a little convoluted to me, and I'd like an easier way.

    Is there some way to go directly to the printer queue in Natty, like you used to be able to do by clicking on the printer indicator in earlier Ubuntu versions? Alternatively, can we turn the printer indicator icon back on when there are (or have recently been) queued print jobs?

  • wullxz
    wullxz about 6 years
    the tutorial link is broken (404). The content is still available on web archive: web.archive.org/web/20150912145157/http://www.eecs.utk.edu/…