Bug 229378
| Summary: | server settings aren't saved when using "Apply changes" warning dialog | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Hutař <jhutar> |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6 | CC: | peter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.52.1-2.fc6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-04-16 16:51:20 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 | ||
|
Description
Jan Hutař
2007-02-20 18:44:36 UTC
Fixed in CVS. Moving to 'devel' as discussed on https://www.redhat.com/archives/fedora-devel-list/2007-March/msg00095.html. I'm still getting this issue, and I noticed the following traceback when I run
it from a terminal window:
$ system-config-printer
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 1099,
in on_btnApply_clicked
err = self.apply()
File "/usr/share/system-config-printer/system-config-printer.py", line 1110,
in apply
return self.save_serversettings()
File "/usr/share/system-config-printer/system-config-printer.py", line 3109,
in save_serversettings
self.cups.adminSetServerSettings(setting_dict)
RuntimeError: Failed to set settings
The application continues to run, but nothing is actually changed.
Thanks.
Fixed in update: system-config-printer-0.7.52.1-2.fc6. (In reply to comment #4) > Fixed in update: system-config-printer-0.7.52.1-2.fc6. Will a similar update hit Rawhide/Development soon? Thanks. Peter, this fix went into system-config-printer-0.7.53-1.fc7 so if you're still seeing the problem it isn't completely fixed. Are you sure you're clicking on a printer (and getting an apply dialog) rather than just clicking the 'Apply' button on the settings screen? If you're clicking the Apply button on the settings screen it's a different problem, and I would greatly appreciate a separate bug report for it.. Tim, Thanks for your further inquiry. I looked into it a bit more and found out that I couldn't even print at all! I double-checked my config files and - wouldn't you know it - my earlier fiddling actually *was* saved...so I had accidentally denied access to every user...How odd. Anyway, I retweaked the files to allow access again and it seems to work as it should (from my brief testing). Thanks for the fix! |