Re: printers mozilla

2003-03-07 Thread Anthony E. Greene
On 07-Mar-2003/10:04 +0100, Paal Marker [EMAIL PROTECTED] wrote:
redhat8

I have configured two printers in printconf.  Test pages prints out fine 
from printconf.

The printing dialog in mozilla only show the option Postscript/default. 
 What must I do to get a printer list in the print dialogue in mozilla?

Google:  

  ++
  | mozilla list of printers |
  ++

Tony
-- 
Anthony E. Greene mailto:[EMAIL PROTECTED]
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05HomePage: http://www.pobox.com/~agreene/
Linux. The choice of a GNU generation http://www.linux.org/



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


re: printers mozilla

2003-03-07 Thread Weekley, Arnold (C)(STP)

 I have configured two printers in printconf.  Test pages prints out fine 
 from printconf.
 
 The printing dialog in mozilla only show the option Postscript/default. 
 What must I do to get a printer list in the print dialogue in mozilla?

Just went through that. Add a line like the following to .bash_profile

export MOZILLA_POSTSCRIPT_PRINTER_LIST=printer1 printer2

You'll have to log out and back in after doing this for Mozilla to pick it up.

There's also a solution called Xprint at the Mozilla site. Don't have the exact
URL. I haven't tried it because the 1st was easy enough for my purposes.


Arnold Weekley 
Contractor 
Guidant Corporation 
4100 Hamline Ave. North 
St. Paul, MN  55112-5798 
Tel: 651-582-7610 Fax: 651-582-5096 
www.guidant.com 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: printers mozilla

2003-03-07 Thread Anthony E. Greene
Weekley, Arnold (C)(STP) wrote:
I have configured two printers in printconf.  Test pages prints out fine 
from printconf.

The printing dialog in mozilla only show the option Postscript/default. 
What must I do to get a printer list in the print dialogue in mozilla?


Just went through that. Add a line like the following to .bash_profile

export MOZILLA_POSTSCRIPT_PRINTER_LIST=printer1 printer2
You might consider putting it in /etc/profile to make the printer list 
available to all users.

Tony
--
Anthony E. Greene mailto:[EMAIL PROTECTED]
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
AOL/Yahoo Chat: TonyG05   HomePage: http://www.pobox.com/~agreene/
Linux. The choice of a GNU generation. http://www.linux.org/


--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Printers

2001-02-09 Thread Bret Hughes

Ted Gervais wrote:

 On Thursday 08 February 2001 13:30, you wrote:
  On Thu, 8 Feb 2001, Ted Gervais wrote:
chkconfig --level 35 lpd on
  
   I am sorry. You lost me. What does that mean?  (chkconfig --level 35 lpd
   on)
 
  that is the chkconfig command... like running ntsysv on ONE service from
  the console... it translates to:
 
  chkconfig (run the chkconfig command) --level 35 (make changes to
  runlevels 3 and 5)  lpd (the service to change status on) on (what status
  to assign for init).
 
  this particular one will set lpd to turn on when you boot to either
  runlevel 3 or 5.
 
  read 'man chkconfig' for more detail

 Hello Jeff.  Thanks for responding to my question and also Ray Curtis as
 well.  One learns something new everyday, they say. I hope that is true.
 Wouldn't we all be smart in a year's time?

 Anyways - I never heard of 'chkconfig' before. I was thinking that I had to
 go and amend a file like /etc/rc.d/rc.sysinit, or something. Maybe RedHat
 is a little simpler to use than 'slackware' ?? That is what I am used to so
 anything simple is not what I am used to.

That is basically whay chkconfig does.  For services that are set to "on" it
will create a symlink in the /etc/rc.d/rcx.d dirs for the runlevel specified
with a name like S45whatever pointing to the init.d script where x is the
runlevel specified.


I guess in RH7.x it is probably /etc/rc.d/rcx.d.  I have never run slockware
but I have always thought that the way the rc script calls the K* scripts and
the S* scripts in the specified runlevel was pretty neat.  Keep in mind that I
am easily amused.

Bret



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Printers

2001-02-09 Thread lee

Ted Gervais wrote:

 Where in the world is the LPD daemon called from to get
 my printer to work.


speaking of printer trouble..i don't know whats up but for some odd reason..using
2.4.0 and 2.4.1  kernels both stable ones...my system isn'g seeing printer..
only if i revert back to 2.2.16-22 does the autodetect in printtool work..?..i
have parallel printer support built into kernel i wonder if I need to do as
module?

anyway know what steps i need to take to remedy this.i'm pretty sure i had
printing working in 2.4.0 ...

did removing the spool directory mess things up..i mean when you delete a printer
in printtool thats exactly what it says to do  remove spool directory..

thanks:)
lee
-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Printers

2001-02-08 Thread Trond Eivind Glomsrød

Ted Gervais [EMAIL PROTECTED] writes:

 Where in the world is the LPD daemon called from to get
 my printer to work. 
 
 I have to run 'printtool' and need to tell it to rerun the lpd daemon and 
 once I do that the printer works fine. Also, I checked out all the 'pids' 
 using ps aux | grep lpd, and that daemon is not running after I reboot. Only 
 when I enable it through printtool.

chkconfig --level 35 lpd on

-- 
Trond Eivind Glomsrd
Red Hat, Inc.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Printers

2001-02-08 Thread Ted Gervais

On Thursday 08 February 2001 12:29, you wrote:
 Ted Gervais [EMAIL PROTECTED] writes:
  Where in the world is the LPD daemon called from to get
  my printer to work.
 
  I have to run 'printtool' and need to tell it to rerun the lpd daemon and
  once I do that the printer works fine. Also, I checked out all the 'pids'
  using ps aux | grep lpd, and that daemon is not running after I reboot.
  Only when I enable it through printtool.

 chkconfig --level 35 lpd on

I am sorry. You lost me. What does that mean?  (chkconfig --level 35 lpd on)

-- 
Ted Gervais
Coldbrook, Nova Scotia Canada.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Printers

2001-02-08 Thread Jeff Lane

On Thu, 8 Feb 2001, Ted Gervais wrote:

  chkconfig --level 35 lpd on

 I am sorry. You lost me. What does that mean?  (chkconfig --level 35 lpd on)

that is the chkconfig command... like running ntsysv on ONE service from
the console... it translates to:

chkconfig (run the chkconfig command) --level 35 (make changes to
runlevels 3 and 5)  lpd (the service to change status on) on (what status
to assign for init).

this particular one will set lpd to turn on when you boot to either
runlevel 3 or 5.

read 'man chkconfig' for more detail




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Printers

2001-02-08 Thread Ray Curtis

 "tg" == Ted Gervais [EMAIL PROTECTED] writes:

tg On Thursday 08 February 2001 12:29, you wrote:
 Ted Gervais [EMAIL PROTECTED] writes:
  Where in the world is the LPD daemon called from to get
  my printer to work.
 
  I have to run 'printtool' and need to tell it to rerun the lpd daemon and
  once I do that the printer works fine. Also, I checked out all the 'pids'
  using ps aux | grep lpd, and that daemon is not running after I reboot.
  Only when I enable it through printtool.
 
 chkconfig --level 35 lpd on

tg I am sorry. You lost me. What does that mean?  (chkconfig --level 35 lpd on)


It means to turn the daemon 'lpd' on in the runlevels of 3  5 at boot
time.
Check your manpage on chkconfig, 

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Printers

2001-02-08 Thread Ted Gervais

On Thursday 08 February 2001 13:30, you wrote:
 On Thu, 8 Feb 2001, Ted Gervais wrote:
   chkconfig --level 35 lpd on
 
  I am sorry. You lost me. What does that mean?  (chkconfig --level 35 lpd
  on)

 that is the chkconfig command... like running ntsysv on ONE service from
 the console... it translates to:

 chkconfig (run the chkconfig command) --level 35 (make changes to
 runlevels 3 and 5)  lpd (the service to change status on) on (what status
 to assign for init).

 this particular one will set lpd to turn on when you boot to either
 runlevel 3 or 5.

 read 'man chkconfig' for more detail

Hello Jeff.  Thanks for responding to my question and also Ray Curtis as 
well.  One learns something new everyday, they say. I hope that is true. 
Wouldn't we all be smart in a year's time?

Anyways - I never heard of 'chkconfig' before. I was thinking that I had to 
go and amend a file like /etc/rc.d/rc.sysinit, or something. Maybe RedHat
is a little simpler to use than 'slackware' ?? That is what I am used to so
anything simple is not what I am used to.

I looked over the man page on chkconfig and yup - it is simple. I ran that
line " chkconfig --level 35 lpd on" and then rebooted, and sure enough
I saw the lpd daemon being loaded. Great stuff. And I bet it amended a file 
somewhere too?  

Thanks to all who responded. The tip was really appreciated.






 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
Ted Gervais
Coldbrook, Nova Scotia Canada.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Printers

2001-02-08 Thread Charles Galpin

It is simplifying things for you, but yes it modifies files.

For daemons, see /etc/rc.d/init.d/* Each fiel in that directory will have
a comment in it with a chkconfigline that controls when it starts.

this is all in the man page I believe.

I think it even does the same for the xinted services (see
/etc/xinetd.d/*) but this isn't in the man page.

hth
charles

charles

On Thu, 8 Feb 2001, Ted Gervais wrote:
 
 I looked over the man page on chkconfig and yup - it is simple. I ran that
 line " chkconfig --level 35 lpd on" and then rebooted, and sure enough
 I saw the lpd daemon being loaded. Great stuff. And I bet it amended a file 
 somewhere too?  



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: printers

2000-07-30 Thread David Krings

Hi !

I use the HP 970Cxi running the HP 550C driver. B/W is great, the colours
are kinda crappy. There is a special driver out for the HP 8xxC/9xxC
series, which I mail you in private. If you by any chance could give me
advice how to install this driver to be used for Linux in general and
StarOffice in special, I'd add my honours to you to my motdwell, at
least something. ;)

Greez

Dave



At 17:14 24.07.00 -0400, you wrote:
Anybody use the HP DeskJet 842C or 970Cse ?
Is the resolution and color good ?
Larry [EMAIL PROTECTED]

-- 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.
 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: printers

2000-07-25 Thread Rick Forrister


Hey, Larry, which printer do you have  how configured in printtool?
I've got the HP 970Cse  have good black, lousy color, and no duplex
mode printing.  Yes, I've been to the printer site, also.

rickf


[EMAIL PROTECTED] said:
 Yes it is.
 - Original Message -


 Anybody use the HP DeskJet 842C or 970Cse ?
 Is the resolution and color good ?
 Larry [EMAIL PROTECTED]


-- 
Rick Forrister [EMAIL PROTECTED]

"To get something done a committee should consist of no more than
 three people, two of whom are absent."  Robert Copeland



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: printers

2000-07-24 Thread Michael S. Dunsavage

Yes it is.
- Original Message - 
From: Larry Mintz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 24, 2000 5:14 PM
Subject: printers


 Anybody use the HP DeskJet 842C or 970Cse ?
 Is the resolution and color good ?
 Larry [EMAIL PROTECTED]
 
 -- 
 
 
 -- 
 To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
 as the Subject.
 
 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.




Re: Printers

2000-01-08 Thread Marc Davis

Steve Cohen wrote:
 


 Can someone point me at a more complete list of compatible printers or
 information on how to tell if a printer is compatible?
 

http://www.picante.com/~gtaylor/pht/printer_list.cgi


-- 
---
[EMAIL PROTECTED]
Veteran, Bermuda Triangle Expeditonary Force
1986 - 1957
---


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Printers

2000-01-08 Thread Rick L. Mantooth

Steve,
I am very impressed with my new Canon BJC6000 (don't touch the 5100).
Using printtool, it was up and running in 5 minutes.

http://www.picante.com/~gtaylor/pht/printer_list.cgi
to answer your question.

Have fun,
--
Rick L. Mantooth
[EMAIL PROTECTED]
A conclusion is the place where you got tired of thinking.

On Sat, 8 Jan 2000, Steve Cohen wrote:

= I have had, since before I started using Linux one of these damned
= WinPrinters, the HP Deskjet C820.  Someone actually hacked together a
= driver for this beast that worked, somewhat.  No color and occasionally
= it would screw up but you could get printing.
= 
= Since I installed RedHat 6.1 this driver no longer works.  I tried
= recompiling it, to no avail.  It just refuses to print.
= 
= So I am ready to junk this thing and get a real printer.  Problem is,
= RedHat takes a very conservative approach to saying what printers are
= compatible with it.  Virtually all of the printers on this list
= http://www.redhat.com/support/hardware/intel/61/rh6.1-hcl-i.ld-15.html
= are old models, no longer sold or are generic model names that could
= include many printers (or not).  They say that PostScript-compatible
= printers will work but either there are very few PostScript printers
= made anymore or the vendors don't even bother listing whether the
= printers they sell have this capability.
= 
= Can someone point me at a more complete list of compatible printers or
= information on how to tell if a printer is compatible?
= 
= 
= -- 
= To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
= as the Subject.
= 
= 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Printers....geez printers...

1999-11-10 Thread Hanigan Family

Hi,
I don't know if this will help, but here goes. I had some problems
when my Unix system V machine printed a job followed by
my Linux sytem printing a job. I created a text file that held
only the printer reset command. If you have the technical
reference manuel or a good manuel for the printer it should
give you these. Then since my users access files from a 
shell script when they log off the unix machine and return to
the linux terminal it  has a command to print this file.  You
could just create an executable file called ClearPrinter or
something with the command lpr filename and use it
when your job didn't printout as expected. Hope this
helps
 Linda




-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Printers....geez printers...

1999-11-10 Thread Edward Dekkers

Mgoes to the queand doesn't get released until another printjob is sent
to that printer.any ideas on thisis there a way I can flush the
print que or make sure that all my jobs print...
Thanks,

You're sure the documents you're sending to the printer/queue contain an
end-of-file marker? Have you tried pressing page feed after your first print
job to see whether the second gets released?

Edward Dekkers (Director)
Triple D Computer Services Pty. Ltd.
T: (08) 9397-1040
F: (08) 9397-0548
E-Mail: [EMAIL PROTECTED]



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.