You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had no problem installing it (although I did have to add the python bindings for GTK - sudo apt-get install python-gtk2), but I have a hard time finding the layout I am trying to edit. It's called Russian (US - phonetic); and I only find the 'ru' layout in the usr/share/x11/xkb/symbols folder. Can anybody help me find it? Thanks line 18:2 required (...)+ loop did not match anything at input u'replace' line 18:2 required (...)+ loop did not match anything at input u'replace' Traceback (most recent call last): File "./KeyboardLayoutEditor", line 831, in col1_toggled_callback included_files[toggle_layout]["xml"]) File "./KeyboardLayoutEditor", line 852, in select_include_variant variant) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 342, in parse_layout_controller self.parse_layout_recursive(store_keydict, xkbfilename, variantname, start = True) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 363, in parse_layout_recursive True) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 363, in parse_layout_recursive True) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 347, in parse_layout_recursive parsed_layout = self.parse_layout_slave(xkbfilename, variantname) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 503, in parse_layout_slave 'variants': extraction_result['variants'], TypeError: 'NoneType' object has no attribute '__getitem__'
The text was updated successfully, but these errors were encountered:
I had no problem installing it (although I did have to add the python bindings for GTK - sudo apt-get install python-gtk2), but I have a hard time finding the layout I am trying to edit. It's called Russian (US - phonetic); and I only find the 'ru' layout in the usr/share/x11/xkb/symbols folder. Can anybody help me find it? Thanks
line 18:2 required (...)+ loop did not match anything at input u'replace' line 18:2 required (...)+ loop did not match anything at input u'replace' Traceback (most recent call last): File "./KeyboardLayoutEditor", line 831, in col1_toggled_callback included_files[toggle_layout]["xml"]) File "./KeyboardLayoutEditor", line 852, in select_include_variant variant) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 342, in parse_layout_controller self.parse_layout_recursive(store_keydict, xkbfilename, variantname, start = True) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 363, in parse_layout_recursive True) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 363, in parse_layout_recursive True) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 347, in parse_layout_recursive parsed_layout = self.parse_layout_slave(xkbfilename, variantname) File "/home/hcss/keyboardlayouteditor/ParseXKB.py", line 503, in parse_layout_slave 'variants': extraction_result['variants'], TypeError: 'NoneType' object has no attribute '__getitem__'
The text was updated successfully, but these errors were encountered: