Joshua Boyd schreef:
>
> Pay someone to write code that lets you right click on the document in
> Nautilus and select Print? Actually, I wonder how hard that would be to
> set up for files that are either recognized by cups and/or use CLI
> programs to render them (DVI, TeX, Docbook, etc). A bit of a cheat, but
> currently you can right click on assorted files, select Open With ->
> Open with Other Application, then enter lpr in the custom command field.
> Seeing as there is also Open with Document Viewer (see, that's not an
> editor!), Open with "PDF Viewer", Open with XPDF, and as of a few
> seconds ago, Open with "lpr", there must be a way to add a Print option
> in a config file somewhere.
>
as i said: a script will do that.
put the following script in your nautilus-scripts folder and call it print:
#!/bin/sh
lpr $*
now, when you right click, you will have the option "print" under "Scripts".
i can't check if it works though. my printer (dj 710c) does not work in
amd64.
m
-- http://www.mprims.netReceived on Thu Oct 26 08:15:20 2006
This archive was generated by hypermail 2.1.8 : Thu Oct 26 2006 - 08:15:20 EEST