You are not logged in.
Pages: 1
bash-3.2$ obmenu
Traceback (most recent call last):
File "/usr/bin/obmenu", line 582, in <module>
app.init()
File "/usr/bin/obmenu", line 489, in init
self.menu.loadMenu(self.menu_path)
File "/usr/lib/python2.5/site-packages/obxml.py", line 153, in loadMenu
self.dom = xml.dom.minidom.parseString(fil.read())
File "/usr/lib/python2.5/xml/dom/minidom.py", line 1923, in parseString
return expatbuilder.parseString(string)
File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 940, in parseString
return builder.parseString(string)
File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: no element found: line 1, column 0
Can someone point me in the right direction?
Thanks!
-Shane
Last edited by sjb933 (2008-08-15 07:36:29)
Offline
Let me ask you this?
Did at least copy the menu.xml over?
cp /etc/xdg/openbox/menu.xml ~/.config/openbox
Offline
That's a negative good buddy.
Sigh.. it's been a long night. Thanks for the fix -- thought it'd be an easy one
-Shane
Offline
Pages: 1