Printing command in Linux?
Hello list!
Up until recently I did not have any need for printing from Inkscpae... But I grew quite confused... How am I exactly supposed to print from Inkscpae on Linux with CUPS? What would the command be?
System is Fedora Core 4 (both i686 and x86_64) and CUPS configured printer.
All I see is what you see in the image attached.
TIA!
All I see is what you see in the image attached.
I can't read the language in the dialogue, but I think if you just click 'Print' it will schedule the print job to your default print queue.
You print queues (or printers) each should have a name, this can be checked in CUPS. if you want to use a non-default printer, in the entry-field beginning with 'lp' added the printer/queue name.
For example, if my non-default printer was called "Colour" I would make the print command "lp -PColour"
the 'lp' bit is just the command line print command.
Developers: Is this a standard print dialogue? Why doesn't it go find the names of the Queues? On my Inkscape, I get no dialogue box at all, it just prints immeadiately. Although I think I have Gentoo library-rot.
thanks, -kt
Please consider our environment before printing this email.
WARNING - This email and any attachments may be confidential. If received in error, please delete and inform us by return email. Because emails and attachments may be interfered with, may contain computer viruses or other defects and may not be successfully replicated on other systems, you must be cautious. Westpac cannot guarantee that what you receive is what we sent. If you have any doubts about the authenticity of an email by Westpac, please contact us immediately.
It is also important to check for viruses and defects before opening or using attachments. Westpac's liability is limited to resupplying any affected attachments.
This email and its attachments are not intended to constitute any form of financial advice or recommendation of, or an offer to buy or offer to sell, any security or other financial product. We recommend that you seek your own independent legal or financial advice before proceeding with any investment decision.
Westpac Institutional Bank is a division of Westpac Banking Corporation, a company registered in New South Wales in Australia under the Corporations Act 2001 (Cth). Westpac is authorised and regulated in the United Kingdom by the Financial Services Authority and is registered at Cardiff in the United Kingdom as Branch No. BR 106. Westpac operates in the United States of America as a federally chartered branch, regulated by the Office of the Comptroller of the Currency.
Westpac Banking Corporation ABN 33 007 457 141.
On 3/8/06, Kinsley Turner <kingsleyturner@...994...> wrote:
All I see is what you see in the image attached.
I can't read the language in the dialogue, but I think if you just click 'Print' it will schedule the print job to your default print queue.
That's spanish...
And sure enough, thank you, mental for the pipe hint (I should really start reading what dialog boxes actually say).
So supposing I have two printers configured, one called "local" and the other called "network", follwing what others have said (Kinsley) I could simply put '| lp -P network' and my boss would have the printed image on the network printer and I could then do '| lp -P local' for my local printer to print another copy?
Thanks for all your replies!
On Thu, 2006-03-09 at 02:29 -0600, Thetargos wrote:
So supposing I have two printers configured, one called "local" and the other called "network", follwing what others have said (Kinsley) I could simply put '| lp -P network' and my boss would have the printed image on the network printer and I could then do '| lp -P local' for my local printer to print another copy?
Yes. I don't remember if you need to remove the space after the '-P' though. I typically use '|lp -Pnetwork', though I don't know if it is required.
--Ted
Quoting Thetargos <thetargos@...155...>:
Hello list!
Up until recently I did not have any need for printing from Inkscpae... But I grew quite confused... How am I exactly supposed to print from Inkscpae on Linux with CUPS? What would the command be?
System is Fedora Core 4 (both i686 and x86_64) and CUPS configured printer.
All I see is what you see in the image attached.
| lp
(note the pipe character) ought to work (it's what I use with CUPS). I don't know why the default command is simply "lp"; I wouldn't expect that to ever work.
-mental
| lp
(note the pipe character) ought to work (it's what I use with CUPS). I don't know why the default command is simply "lp"; I wouldn't expect that to ever work.
For printing on Linux, does Inkscape just create a postscript file and pipe it to lp then?
-- Michael Moore ------------------------------- www.stuporglue.org -- Donate your used computer to a student that needs it.
On Wed, 2006-03-08 at 16:01 -0700, Michael Moore wrote:
| lp
(note the pipe character) ought to work (it's what I use with CUPS). I don't know why the default command is simply "lp"; I wouldn't expect that to ever work.
For printing on Linux, does Inkscape just create a postscript file and pipe it to lp then?
lp or what other command you specify, yes.
-mental
On 3/8/06, mental@...32... <mental@...32...> wrote:
| lp
(note the pipe character) ought to work (it's what I use with CUPS). I don't know why the default command is simply "lp"; I wouldn't expect that to ever work.
Thanks for this - Inkscape prints for me now!
Is this default command going to be updated in newer versions?
(I'm still running 0.43, so has it already been updated?)
Thanks again,
Brian.
On Wed, 2006-03-08 at 22:17 -0800, Brian Burger wrote:
On 3/8/06, mental@...32... <mental@...32...> wrote:
| lp
Thanks for this - Inkscape prints for me now!
Is this default command going to be updated in newer versions?
Wow, I seriously thought that was the default. I was getting ready to write the "you probably changed it sometime" e-mail and I just double checked. It's fixed now. The default destination is "| lp" now for the PS printing driver.
--Ted
participants (7)
-
unknown@example.com
-
Brian Burger
-
Kinsley Turner
-
MenTaLguY
-
Michael Moore
-
Ted Gould
-
Thetargos