Custom Query (29 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 29)

1 2 3 4 5 6 7 8 9 10
Ticket Resolution Summary Owner Reporter
#6 fixed installation script of cups-base-1_4_8.wpi uses wrong LIBPATH bart estellnb
Description

cups-base-1_4_8.wpi always tries to search for dlls in the first line of config.sys that contains the word LIBPATH= even if it is a line commented out with rem. I have corrected the issue by adding the following line 2 to the installation script:

1: DO i = 1 TO match.0 2: IF left(strip(match.i),length('LIBPATH='))=='LIBPATH=' THEN DO 3: PARSE UPPER VAR match.i 'LIBPATH=' _lpath 4: IF _lpath <> THEN LEAVE 5: END 6: END

Futhermore I had to crop the optional package dependency with no 99 (error message: invalid package dep. no or similar)

#21 invalid eCS Printer Manager Alex Taylor diver
Description

The eCS Printer Manager lacks (imho) the possibility to create a PDF writer. Having the possibility to create a PDF writer (pmpdf or ePDF) the same way as we create other writers would really help a lot. Also for customer support.

#27 invalid cups-filters 1.13.3-2 print only single copies from pmview, ignoring specified 'number of copies' Gerry Prosser
Description

about 2 weeks ago, anpm applied updates to cups filters, to version 1.13.3-2, since when pmview has been unable to print multiple copies

1 2 3 4 5 6 7 8 9 10
Note: See TracQuery for help on using queries.