From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040312 Description of problem: Any Mouse type selection other than `Probe' causes an exception to be thrown from system-config-kickstart Preview or Save commands. Version-Release number of selected component (if applicable): system-config-kickstart-2.5.8-1 How reproducible: Always Steps to Reproduce: 1.Start system-config-kickstart 2.Choose on File -> Preview 3.Change Mouse type 4.Try again 5.Change Mouse type to Probe 6.Once more Actual Results: For 2 and 4: Traceback (most recent call last): File "/usr/share/system-config-kickstart/kickstartGui.py", line 292, in on_activate_save_options if self.getAllData() != None: File "/usr/share/system-config-kickstart/kickstartGui.py", line 245, in getAllData if self.basic_class.getData(doInstall) is None: File "/usr/share/system-config-kickstart/basic.py", line 190, in getData self.kickstartData.setMouse([self.mouseLookup(self.mouse_combo.entry.get_text())]) File "/usr/share/system-config-kickstart/basic.py", line 279, in mouseLookup a, b, c, d, protocol = self.mouseDict[args] ValueError: unpack tuple of wrong size Expected Results: Should work. Additional info:
Ah, this broke with the rhpl changes. Should be (a, b, c, d, e, protocol) = ...
Fixed in cvs. I'll build system-config-kickstart-2.5.9-1 as soon as I finish some other features that I've been working on.