Bug 120180 - printconf-gui generates incorrect printers.conf
Summary: printconf-gui generates incorrect printers.conf
Keywords:
Status: CLOSED DUPLICATE of bug 117943
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-printer
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-04-06 16:49 UTC by Michael Styne
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:02:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael Styne 2004-04-06 16:49:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040312

Description of problem:
According to the printers.conf file, the Info tag for a printer is
supposed to be used like this:

#<Printer sample>
#
# Info: the description for the printer.
#
                                                                     
          
#Info Acme LaserPrint 1000

etc;

However, FC2T2, (and FC1, as well) generate a printers.conf that looks
like this:

<DefaultPrinter cx5200>
Info Created by redhat-config-printer 0.6.x
DeviceURI usb:/dev/usb/lp0
Location Epson CX5200

etc;

The "Info" line is supposed to be a description of the Printer. So
when the printer is shared to other computers, it shows up as "Created
by redhat-config-printer 0.6.x", instead of the much more useful
"Epson CX5200" -- which for some unknown reason is placed in the
"Location" field. Even swapping the two would make more sense, but
this "Created by" line has no real place in the printer definition.
People using a shared printed don't really care what application
created the configuration file for cups.

Ideally, something like this would be generated:

# Created by redhat-config-printer 0.6.x
<DefaultPrinter cx5200>
Info Epson CX5200
DeviceURI usb:/dev/usb/lp0
Location Accounting



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Start printconf-gui
2. Add a printer
3. Share the printer
4. View the shared queue from another machine

    

Actual Results:  I saw that a printer called Created by
redhat-config-printer 0.6.x was shared by the server.

Expected Results:  I wanted to see that a printer called Epson CX5200
was shared by the server.

Additional info:

The only current workaround is to edit /etc/cups/printers.conf by
hand, and then re-edit it by hand every time printconf-gui is used.

Comment 1 Tim Waugh 2004-04-06 16:53:07 UTC

*** This bug has been marked as a duplicate of 117943 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:02:26 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.