Bug 222490
| Summary: | media source setting not retained after apply button | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew <andrewz> | ||||
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 0.7.49-1.fc6 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-01-17 17:04:58 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 | ||||||
| Attachments: |
|
||||||
|
Description
Andrew
2007-01-12 21:22:31 UTC
I can't reproduce this. Please supply the PPD you are using (from /etc/cups/ppd). After I deleted and recreated the printer, I also could not reproduce the problem. Perhaps creating the printer with the earlier version of the system-config-printer software was the problem. Created attachment 145590 [details]
HP LaserJet 1320tn PPD (supplied by Fedora) from problematic system
To reproduce:
Enable 'Tray 3' in Installable Options
Select 'Tray 3' for Media Source in Printer Options
Enable 'Tray 1 (Manual)' in Printer Options
This is happening because we set the ManualFeed ('Tray 1 (Manual)') option after
the InputSlot ('Media Source') option, and CUPS treats these options specially
(in the ppdMarkOption() function).
I think this might need special treatment in the UI.
Fixed in update: system-config-printer-0.7.49-1.fc6 |