Topic: ugh. i did something stupid. openbox menu.xml
i started tweaking the openbox menu.xml file without first backing up the original. made some kind of syntax error and now i.ve lost the bottom section of the desktop context menu, including the openbox settings and system settings selections.
i was trying to author a shortcut for inkscape, which i was able to do, but insodoing i lost the bottom end of the menu. i tried deleting my new entry but that didn.t work. i have poured over the syntax and can.t find where i.ve made my mistake but OBVIOUSLY i am no coder. is there any kind of code syntax checker that i could use to discover my malfeasance?
don.t know if it will help/matter, but here is the section in question where i basically just followed the code that i saw for the other menu items. i entered it right after the gimp section... (what follows is the code after i deleted my inkscape entry):
<item label="Thunar File Manager (root)">
<action name="Execute">
<execute>
gksudo thunar
</execute>
</action>
</item>
</menu>
<menu id="graphics" label="Graphics">
<item label="GIMP">
<action name="Execute">
<execute>
gimp
</execute>
</action>
</item>
</menu>
<menu id="image viewer" label="Image Viewer">
<item label="Viewnior Image Viewer">
<action name="Execute">
<execute>
viewnior
</execute>
</action>
</item>
</menu>short of using a program to check for syntax errors, is there any chance somebody could post a standard openobox menu.xml file that i could copy/paste...?