Kjobviewer not working

Ciro Iriarte cyruspy at gmail.com
Sat Feb 26 11:54:26 CET 2005


ok, here it is

ServerName localhost
LogLevel debug
PreserveJobHistory Yes
MaxJobs 50
Port 631
BrowseAllow 127.0.0.1
BrowseAllow 10.129.*
SystemGroup sys

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 127.0.0.2
Allow From 10.129.*
</Location>

<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.129.*
</Location>


Ciro


On Mon, 21 Feb 2005 10:36:41 +0100, Goffioul Michael <goffioul at imec.be> wrote:
> >
> > Situation: I have configured a laser printer and works find, can send
> > print jobs and manage them with cups' web interface. I would like to
> > use kjobviewer to manage print jobs and spools, but it doens't show
> > jobs, current or past (they are shown in the web interface), just
> > shows the empty screen and greyed buttons. Played already but all the
> > menus and can't find something to make it work.
> >
> > Distro: Suse Pro 8.2
> > KDE: 3.1.1
> >
> > PS: Realy never used the GUI, now i'm interested because of the
> > advanced spool management
> 
> 1) make sure KDEPrint uses CUPS as print system:
>         KControl -> Peripherals -> Printers: combo box at the bottom
> 
> 2) it happened that default CUPS config file under SuSE was quite
> restrictive and prevented KDEPrint to work; the common workaround,
> in case of a stand-alone setup with local CUPS server, is to
> set ServerName to localhost in /etc/cups/cupsd.conf file
> 
> Michael.
>


More information about the kde-print mailing list