<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: cups under mozilla in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042163#M76206</link>
    <description>Stuart,&lt;BR /&gt;  I did restart cups.  Actually I rebooted my machine due a kernel upgrade after that.  So, that is not the problem.&lt;BR /&gt;&lt;BR /&gt;  /etc/printcap is modified by cupsd.  /etc/cups/printers.conf did have my printer configured.  &lt;BR /&gt;&lt;BR /&gt;  I think I have to change some mozilla settings to gather the printer info from cups.&lt;BR /&gt;&lt;BR /&gt;  When I select print from mozilla and subsequently the properties, the info displayed is&lt;BR /&gt;lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}&lt;BR /&gt;&lt;BR /&gt;  Anything needs to be changed here?&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Aug 2003 03:08:46 GMT</pubDate>
    <dc:creator>Umapathy S</dc:creator>
    <dc:date>2003-08-06T03:08:46Z</dc:date>
    <item>
      <title>cups under mozilla</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042161#M76204</link>
      <description>Guys,&lt;BR /&gt;  I have a RH9 distro.  I configured Cups1.1 for a HP Jetdirect printer.  I dont know the way to include that in Mozilla.  Mozilla doesnt seem to understand the printer configured under cups1.1.  Anyone knows the solution?&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 02:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042161#M76204</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-08-06T02:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: cups under mozilla</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042162#M76205</link>
      <description>From memory (haven't used Cups in a while), Cups should dump out an /etc/printcap for use with 'other' programs.&lt;BR /&gt;&lt;BR /&gt;Does that have the listing for your printer in it?&lt;BR /&gt;&lt;BR /&gt;You've tried restarting the Cups daemon?</description>
      <pubDate>Wed, 06 Aug 2003 03:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042162#M76205</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-06T03:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: cups under mozilla</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042163#M76206</link>
      <description>Stuart,&lt;BR /&gt;  I did restart cups.  Actually I rebooted my machine due a kernel upgrade after that.  So, that is not the problem.&lt;BR /&gt;&lt;BR /&gt;  /etc/printcap is modified by cupsd.  /etc/cups/printers.conf did have my printer configured.  &lt;BR /&gt;&lt;BR /&gt;  I think I have to change some mozilla settings to gather the printer info from cups.&lt;BR /&gt;&lt;BR /&gt;  When I select print from mozilla and subsequently the properties, the info displayed is&lt;BR /&gt;lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}&lt;BR /&gt;&lt;BR /&gt;  Anything needs to be changed here?&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 03:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042163#M76206</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-08-06T03:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: cups under mozilla</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042164#M76207</link>
      <description>That line is saying that if there is a printer defined in that environment variable (MOZ_PRINTER_NAME), pass '-P&lt;PRINTER&gt;' to the 'lpr' command.&lt;BR /&gt;&lt;BR /&gt;Otherwise it should just use the default printer.  Do you have a default printer set up?&lt;BR /&gt;&lt;BR /&gt;Can you do the simple test:&lt;BR /&gt;&lt;BR /&gt;date | lpr&lt;BR /&gt;&lt;BR /&gt;and have it come out?&lt;BR /&gt;&lt;BR /&gt;If not, try setting MOZ_PRINTER_NAME up in your .profile or something to be the device name of your printer.&lt;/PRINTER&gt;</description>
      <pubDate>Wed, 06 Aug 2003 03:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042164#M76207</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-06T03:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: cups under mozilla</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042165#M76208</link>
      <description>Stuart,&lt;BR /&gt;  I changed the whole with qtcups which indeed opened the printer dialog box.  I get cannot open temporary file.  I think I need to specify a tmp dir to write the files.  &lt;BR /&gt;&lt;BR /&gt;  I tried to make these changes permanent but insted corrupted the /usr/lib/mozilla-1.3.1/defaults/prefs/unix.js file.  Now, I dont get any standard dialog boxes of mozilla for the whole print section of the File Menu.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 05:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042165#M76208</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-08-06T05:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: cups under mozilla</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042166#M76209</link>
      <description>*cringe* ugh :( very un-nice :(</description>
      <pubDate>Wed, 06 Aug 2003 06:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-under-mozilla/m-p/3042166#M76209</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-06T06:01:54Z</dc:date>
    </item>
  </channel>
</rss>

