Topic: Trouble Adding a shell script to Openbox Menu
I'm having some trouble getting a shell script to execute from the Openbox menu. The script runs fine from Thunar. Here is the section in question from my menu.xml:
<item label="MOOS Project Viewer">
<action name="Execute">
<execute>
/home/tj/.MOOS/MOOS.sh
</execute>
</action>
</item>