From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041228 Firefox/1.0 Fedora/1.0-8 Description of problem: When I start system-config-printer and try to edit a HP LaserJet 5MP system-config-printer freezes with the output below Version-Release number of selected component (if applicable): system-config-printer-0.6.119-1 How reproducible: Always Steps to Reproduce: 1. start system-config-printer 2. select HP laserprinter 3. click edit Additional info: ... p = foomatic_match_printer (alias[a], model) File "/usr/share/printconf/util/printconf_conf.py", line 1871, in foomatic_match_printer p = foomatic_match_printer (alias[a], model) File "/usr/share/printconf/util/printconf_conf.py", line 1871, in foomatic_match_printer p = foomatic_match_printer (alias[a], model) File "/usr/share/printconf/util/printconf_conf.py", line 1870, in foomatic_match_printer if make.lower () == a.lower (): RuntimeError: maximum recursion depth exceeded in cmp
Created attachment 109866 [details] /usr/share/printconf/util/printconf_conf.py Thanks for the report. Please try this replacement printconf_conf.py.
Fixed the problem. Thanks.
Great. Fixed in CVS. Thanks for testing.