Bug 709366

Summary: [abrt] terminator-0.95-3.fc15: prefseditor.py:1362:set_layout_item:KeyError: 'None'
Product: [Fedora] Fedora Reporter: Pau Aliagas <linuxnow>
Component: terminatorAssignee: Dominic Hopf <dmaphy>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: dmaphy, steve
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:043e8b69b5bd990095b975ec3d5150aa11eae53a
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-18 11:38:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Pau Aliagas 2011-05-31 14:01:27 UTC
abrt version: 2.0.1
architecture:   x86_64
cmdline:        /usr/bin/python /usr/bin/terminator --sm-config-prefix /terminator-fJD4IC/ --sm-client-id 104e1b0fcb9204c735127788789795921600000027190033 --screen 0
comment:        configuring profiles it crashed
component:      terminator
executable:     /usr/bin/terminator
kernel:         2.6.38.6-27.fc15.x86_64
os_release:     Fedora release 15 (Lovelock)
package:        terminator-0.95-3.fc15
reason:         prefseditor.py:1362:set_layout_item:KeyError: 'None'
time:           Tue May 31 10:18:52 2011
uid:            500
username:       pau

backtrace:
:prefseditor.py:1362:set_layout_item:KeyError: 'None'
:
:Traceback (most recent call last):
:  File "/usr/lib/python2.7/site-packages/terminatorlib/prefseditor.py", line 1130, in on_layout_item_selection_changed
:    self.layouteditor.on_layout_item_selection_changed(selection)
:  File "/usr/lib/python2.7/site-packages/terminatorlib/prefseditor.py", line 1340, in on_layout_item_selection_changed
:    self.set_layout_item(item)
:  File "/usr/lib/python2.7/site-packages/terminatorlib/prefseditor.py", line 1362, in set_layout_item
:    chooser.set_active(self.profile_profile_to_ids[layout_item['profile']])
:KeyError: 'None'
:
:Local variables in innermost frame:
:layout: {'child1': {'profile': 'None', 'type': 'Terminal', 'parent': 'window0', 'command': '', 'position': '', 'size': ['-1', '-1']}, 'window0': {'type': 'Window', 'parent': '', 'profile': 'default', 'command': '', 'position': '', 'size': ['-1', '-1']}}
:item_name: 'child1'
:self: <terminatorlib.prefseditor.LayoutEditor instance at 0x273d200>
:chooser: <gtk.ComboBox object at 0x273c280 (GtkComboBox at 0x2bc62e0)>
:command: <gtk.Entry object at 0x273c050 (GtkEntry at 0x2a4e4d0)>
:layout_item: {'profile': 'None', 'type': 'Terminal', 'parent': 'window0', 'command': '', 'position': '', 'size': ['-1', '-1']}

Comment 1 Dominic Hopf 2011-06-01 22:48:42 UTC
Hi Pau,

is it possible for you to provide some more detailed steps on how to reproduce this issue? I'm afraid otherwise I'm not able to fix this issue.

Regards,
Dominic