Java Desktop System Release 2 Troubleshooting Guide

2.2.4 Blank Pages Print Out From Ghostscript

Problem  

Bug ID: 4984611 

Blank pages print out when CUPS is used through Ghostscript.

Solution  

Because CUPS accounting information is usually not necessary, you can disable the accounting functionality in the cupsomatic filter. Perform the following steps:

  1. Log in as root user.

  2. Open the following file: /usr/lib/cups/filter/cupsomatic

  3. Change the following line:

    my $ps_accounting = 1;

    To:

    my $ps_accounting = 0;

If you use/etc/foomatic/filter.conf, disable ps_accounting in that location.