system-config-printer-kde applet traceback with network printers configured
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kdeadmin (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: kdeadmin
I have a printer configuration with several IPP network printers that I configured with the system-
This traceback (also attached) is:
Traceback (most recent call last):
File "/usr/share/
self.
File "/usr/share/
self.
File "/usr/share/
ppd.
AttributeError: 'bool' object has no attribute 'markDefaults'
A little investigation showed: ppd in this case is False, it is assigned in this code (line 992ff here):
try:
except cups.IPPError, (e, m):
# Some IPP error other than IPP_NOT_FOUND.
# Treat it as a raw queue.
where printer.getPPD() returns False. It seems that this is always a possibility, because self.ppd can also set to False in the error handler shown above -- it seems to represent a remote IPP queue.
ProblemType: Bug
Architecture: i386
Date: Wed Nov 11 22:55:10 2009
DistroRelease: Ubuntu 9.10
Package: system-
PackageArchitec
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=de_DE.UTF-8
SHELL=/bin/zsh
ProcVersionSign
SourcePackage: kdeadmin
Uname: Linux 2.6.31-14-generic i686
Could this be possibly a duplicate of bug #485867