I just installed obkey-git from the AUR repo . but it fails to start here is the output :
Traceback (most recent call last): File "/usr/bin/obkey", line 40, in <module> ob.load(path) File "/usr/lib/python2.6/site-packages/obkey_classes.py", line 1599, in load self.keyboard = OBKeyboard(keyboard) File "/usr/lib/python2.6/site-packages/obkey_classes.py", line 1564, in init self.chainQuitKey = xml_parse_string(cqk) File "/usr/lib/python2.6/site-packages/obkey_classes.py", line 934, in xml_parse_string return elt.firstChild.nodeValue AttributeError: 'NoneType' object has no attribute 'nodeValue'
Comment #1
Posted on Apr 8, 2009 by Quick BearShould be fixed now. commit a53e717966b935e83291
Status: Fixed
Labels:
Type-Defect
Priority-Medium