Attempting to print directly from the GIMP print dialog.
I can find the printer queue - but not my printer name (deskjet f4100 series). When I hit "print", it looks like it's sending a job out but nothing appears in the queue. Nothing happens. No error messages.
CUPS uses the printer just fine... now I'm pretty puzzled.
An alternative would be to find the commandline string. More generally: how is this dialog intended to be used?
I have messages like the following at the end of my syslog:
Code:
[2819023.801620] audit(1205733513.094:67): type=1503 operation="inode_permission" requested_mask="rw" denied_mask="rw" name="/dev/tty" pid=30176 profile="/usr/sbin/cupsd"
Some sort of security thing?
The command:
$ lpr -P 'Deskjet_F4100_series' foo.png
... prints OK, but doesn't have any effect as a custom command from GIMP.
The GIMP default command is:
$ lp -s -d 'Deskjet_F4100_series' -oraw foo.png
... this does nothing on cli either.
Leaving off the -oraw in cli works ... reading the man page, the option should be
-o raw
which doesn't print in cli. I'm guessing that "raw" is some internal macro in GIMP since -o options handle printer/page options.
Neither of these works in the custom command in the GIMP.
This leaves the possibility I need to add my printer to the gimp...
Disabling apparmor stopped that error message, but did nothing else.