Bug 226703
| Summary: | system-config-printer goes on a traceback binge after a printer removal | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Jaegermann <michal> |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.52-1.fc6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-02-15 09:54:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 207681 | ||
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 1065,
in on_btnPMakeDefault_clicked
os.remove (tmpfname)
OSError: [Errno 2] No such file or directory: '/tmp/tmperqsQu'
I can see how this one happens, so I've fixed it.
As for the others, I can't see a way to reproduce it with the current code. :-/
Please re-open if you see them again.
Built in rawhide as 0.7.50-1.fc7. FC6 test update: 0.7.50-1.fc6. Fixed in update: system-config-printer-0.7.52-1.fc6 |
Description of problem: Trying to figure out why I am getting an output scaled down by a factor of 0.8 I removed the only configured printer and tried to configure one from scratch. Actually of a precisely the same type and configuration as the one which was there previously. 'system-config-printer' decided to throw many errors while doing that. To wit: Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2298, in on_tvNPMakes_cursor_changed self.NPMake = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2298, in on_tvNPMakes_cursor_changed self.NPMake = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2298, in on_tvNPMakes_cursor_changed self.NPMake = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 2342, in on_tvNPModels_cursor_changed pmodel = model.get(iter, 0)[0] TypeError: iter must be a GtkTreeIter /usr/lib/cups/filter/foomatic-rip: found Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 1065, in on_btnPMakeDefault_clicked os.remove (tmpfname) OSError: [Errno 2] No such file or directory: '/tmp/tmpF56Yyw' Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 1065, in on_btnPMakeDefault_clicked os.remove (tmpfname) OSError: [Errno 2] No such file or directory: '/tmp/tmp-w7DUI' Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 1065, in on_btnPMakeDefault_clicked os.remove (tmpfname) OSError: [Errno 2] No such file or directory: '/tmp/tmperqsQu' After all that noise I got a configured printer back. There is only one on that system. Version-Release number of selected component (if applicable): system-config-printer-0.7.49-1.fc7 How reproducible: no idea