Ignore:
Timestamp:
Nov 6, 2012, 6:22:25 PM (13 years ago)
Author:
Alex Taylor
Message:

Eliminate need for RINSTPRN. Try to import PPD from \cups\etc\cups\ppd if it doesn't exist in OS/2 driver. Some minor UI-related fixes.

File:
1 edited

Legend:

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

    r15 r17  
    11CUPSWIZ - CUPS printer-creation wizard
    2 Version 0.95
     2Version 0.96
     3
     4  This program is simple graphical front-end for creating CUPS-based printers
     5  under OS/2.
     6
     7  Without this program, creating a CUPS printer under OS/2 is something of a
     8  headache.  First, you need to go into the CUPS web GUI and go through its
     9  (often agonizingly slow) creation wizard.  Then you need to make sure support
     10  for your printer has been imported into the OS/2 CUPS printer driver (which
     11  may require you to manually prep and then import a PPD file yourself).  Then
     12  you have to create a new OS/2 CUPS port and point it to the CUPS queue you
     13  created earlier.  Finally, you have to create an actual OS/2 printer object
     14  for your applications to print to.  This may be fine for a few expert users,
     15  but the average person just wants to create a printer quickly and simply.
     16
     17  This program attempts to automate most of these steps.  The basic idea is
     18  that you select your printer make/model from the list of those supported
     19  (which will depend on your installed CUPS setup), or import a special CUPS
     20  PPD file which defines your printer, indicate how the printer is connected
     21  (whether via USB or one of a number of types of network connection), give
     22  it a name and description, and the program does the rest.
     23
     24  Some of the highlights:
     25   - When you create the printer, both the CUPS printer queue and a
     26     corresponding OS/2 printer object are created; the CUPS port linking
     27     the two is also created and configured automatically.  (You can also
     28     opt to only create the CUPS queue if you wish.)
     29   - You can also select an existing CUPS printer queue (locally or on a
     30     remote server), in which case a corresponding OS/2 printer object will
     31     be created for it.
     32   - The appropriate model in the OS/2 PM printer driver (ECUPS.DRV or
     33     ECUPS-HP.DRV) is automatically identified and installed in the new OS/2
     34     printer object.  If an exact match is not found (and no PPD is available
     35     - see next point) you will offered a list of similar models, or allowed
     36     to select generic support.
     37   - When installing a printer which is not currently defined in the OS/2
     38     printer driver, if a PPD exists for the new printer it will be imported
     39     automatically.  (If not, you will be prompted as above.)
     40
     41  As this program is still under development, it is not yet as smooth as it
     42  could be.  See the 'Limitations & Known Problems' section below for more.
    343
    444
     
    2464   Other required files (all included out of the box with eComStation;
    2565   other versions of OS/2 may or may not have them installed):
    26      - RINSTPRN.EXE (OS/2 printer CID installer, usually located in \OS2)
    2766     - VROBJ.DLL (VX-REXX standard runtime; must be in the LIBPATH)
    2867     - GZIP.EXE (GNU gzip; must be on the PATH)
     
    71110    to change them, you will have to do so from the CUPS administration GUI.
    72111  - This program is currently available in English only.
    73   - There is no help or documentation.
     112  - There is no help.
    74113  - There may well be undiscovered bugs; please report any you find.
    75114
Note: See TracChangeset for help on using the changeset viewer.