Ignore:
Timestamp:
Oct 8, 2012, 10:43:30 PM (13 years ago)
Author:
Alex Taylor
Message:

Try to fix occasional problems creating local printer object - no longer relying on RINSTPRN to install the printer driver.
Add support for systems without a local CUPS installation (requires providing a PPD).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/printer/cupswiz/readme.1st

    r12 r14  
    11CUPSWIZ - prototype CUPS printer-creation wizard
    2 Test release 3
     2Version 0.95
    33
    44Make sure cupsport.exe is either in the current directory or in the PATH.
     
    77(e.g. "cupswiz f:\cups")
    88
    9 <path-to-cups> can be omitted if cupswiz.exe is on the same drive as CUPS.
     9<path-to-cups> can be omitted if cupswiz.exe is on the same drive as CUPS, or
     10if OS2.INI defines the CUPS path in the key "eCups" -> "CUPS".
    1011
    1112Requirements:
    1213 - CUPS, including ECUPS.DRV and CUPS.PDR, must be installed and working.
    1314   The CUPS daemon must be running. 
    14  - CUPS.PDR should have a bldlevel of 1.03 (February 2011) or later.  If
    15    not, the created WPS printer object will not work properly until the
    16    WPS is restarted.
     15 - CUPS.PDR should have a bldlevel of 1.03 (February 2011) or later.  If not,
     16   the created WPS printer object will not work properly until you reboot
     17   (possibly restarting the WPS will also work, but I'm not sure about that).
    1718 - GNU gzip.exe must be installed (somewhere on the PATH).
    1819 - RINSTPRN.EXE (included with OS/2 MCP/ACP & eComStation, not sure about
    19    earlier verions) must also be somewhere on the PATH.
     20   earlier versions) must also be somewhere on the PATH.
    2021 - VROBJ.DLL (included in eComStation or available on Hobbes) is required.
    2122
    2223Current limitations:
    2324 - The CUPS printer is always created with default job options.
    24  - If your %TMP% directory has spaces in the pathname, the program will
    25    almost certainly fail to work properly.  The same applies to your
    26    %LOGFILES% directory.
     25 - There is no way to go 'back'; if you need to go back and change a previous
     26   selection, you must cancel and start over.
     27 - The program has only been tested with Gutenprint, HPLIP, and (to a limited
     28   extent) foomatic-rip based printers.  Other drivers packages such as SpliX
     29   or foo2qpdl may work but this is not guaranteed.
     30 - If your %TMP% directory has spaces in the pathname, the program will almost
     31   certainly fail to work properly.  The same applies to your %LOGFILES%
     32   directory.
    2733 - No internationalization support (yet).
    2834 - No help or documentation.
Note: See TracChangeset for help on using the changeset viewer.