Created attachment 358555 [details] Bug report Description of problem: system-config-kickstart crashes while opening fedora-live-base.ks file from spin-kickstart. Version-Release number of selected component (if applicable): 2.7.22 How reproducible: Very Steps to Reproduce: 1. Start system-config-kickstart 2. File > Open File to open /usr/share/spin-kickstarts/fedora-live-base.ks OR 1. run system-config-kickstart /usr/share/spin-kickstarts/fedora-live-base.ks from the terminal. Actual results: Crashes with the following traceback: Component: system-config-kickstart Summary: TB9b18a952 basic.py:240:applyKickstart:ValueError: list.index(x): x not in list Traceback (most recent call last): File "/usr/share/system-config-kickstart/kickstartGui.py", line 315, in on_activate_open self.applyKickstart() File "/usr/share/system-config-kickstart/kickstartGui.py", line 339, in applyKickstart self.basic_class.applyKickstart() File "/usr/share/system-config-kickstart/basic.py", line 240, in applyKickstart self.timezone_combo.list.select_item(self.timezone_list.index(zone)) ValueError: list.index(x): x not in list Local variables in innermost frame: lang: Italian (Switzerland) ksLang: en_US self: <basic.basic instance at 0x9313c6c> zone: US/Eastern Expected results: Should be able to correctly parse the kickstart file and allow the user to customise it. Additional info:
*** This bug has been marked as a duplicate of bug 487390 ***