43

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?

muru
  • 197,895
  • 55
  • 485
  • 740

3 Answers3

30

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.

Fiksdal
  • 2,121
fragos
  • 3,503
18

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 :-)

  • the tutorial link is broken (404). The content is still available on web archive: https://web.archive.org/web/20150912145157/http://www.eecs.utk.edu/resources/it/kb/printing/linux-command-line/ – wullxz Jul 03 '18 at 06:35
  • Add also -t switch to show all the details: lpstat -Rt – betontalpfa Sep 28 '23 at 09:32
8

Yes, this is a bug.

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

Isaiah
  • 59,344
Jeremy Bicha
  • 8,234