Bug 82267

Summary: Changes made through cups admin interface don't propagate back
Product: [Retired] Red Hat Public Beta Reporter: Owen Taylor <otaylor>
Component: cupsAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: phoebe   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-22 14:25:54 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:

Description Owen Taylor 2003-01-20 17:58:57 UTC
If you change a printer configuration through the http admin
interface for CUPS, they don't show up in redhat-config-printer.

A minimal step would probably to just detect that this occurred
and put up a warning dialog.

Comment 1 Tim Waugh 2003-01-20 18:02:43 UTC
This is generally hard to figure out.  Some experimental code is in
/usr/share/printconf/util/cups_import.py though.  Try running that and see if it
gives any good results.

What changes did you make?  Changes to a redhat-config-printer-managed print
queue will get overwritten (don't do that); new queues should be unaffected (but
the cups_import code could try to propagate it back).

Comment 2 Tim Waugh 2003-01-21 11:52:24 UTC
(Incidentally, this will all get much better once we drop alchemist.)

Comment 3 Owen Taylor 2003-01-21 16:05:26 UTC
What I did was to change a redhat-config-printer managed queue. Can
we manage to somehow display in the CUPS admin interface 
"this queue was created by redhat-config-printer, editing is not
recommended." or something?


Comment 4 Tim Waugh 2003-01-22 13:41:23 UTC
How about if we put that in the 'description' field?  Currently it just says
'Created by redhat-config-printer 0.6.x', but it can be changed.

Comment 5 Tim Waugh 2003-01-22 14:25:54 UTC
Please take a look at cups-1.1.17-8, which has (I think) a neat way of doing this.