falldown wrote:@Anarchy.. I believe that you can just add the path to the directory (typing program exe) by configuring the menu.xml by
sudo gedit ~/.config/openbox/menu.xml
Just my 2¢ worth here but sudo is not required to edit ~/.config/openbox/menu.xml
gedit ~/.config/openbox/menu.xml
works just fine, and in fact I'd simply not recommend using 'sudo' where it is not required. But that's me. Any l33t h4xx0r's agree with me?
lcafiero wrote:I just did this with another program this afternoon. You can do it with the command line, but you can also do it through
Settings > Openbox > GUI Menu
Which brings up something called Obmenu (I think). From there, you can add a new menu or a new item to a menu (I don' t know under which category you'd put Wine, but that's up to you), but you need to know what you want to call the menu item -- to put under the label -- and the name/path of the file to put in the field under execute.
Yup, you get 33 l33t h4xx0r points for pointing that out too. 
There is a "gotchya" though. OBMenu cannot create the
<separator label="SR11 Ops Centre"/>
<separator label="SR11 Cockpit"/>
<separator label="Ground Crew"/>
<separator label="Debriefing"/>
section titles I have in my OB Menu, it only sees them as a common separator.
The top one:
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
<menu id="root-menu" label="Openbox 3">
<separator label="SR11 Ops Centre"/>
<menu id="s12" label="SR12 Ops Rm">

As you see in the image, the highlighted separator is in fact: <separator label="SR11 Cockpit"/>
Since coming to Linux I have learned not to be afraid of the command line and not to be embarrassed bu using GUI's. I agree with you 100% someone created them to make a computer easier to use, and besides a TRUE l33t h4xx0r still uses "punch cards" ... we all know that. 
I recall when I was still running Win 3.11 for WorkGroups some guy on the Internet was crapping all over people in a forum that was a support forum for HomeSite HTML Editor. He was telling everyone that they were NOT "Web Masters" if they used any "dedicated web authoring tool" to create a web sites. TRUE web masters used "Notepad"
My response was:
YEA! RIGHT! And I suppose you've told your boss that all his secretaries must stop using Word, or WordPerfect and start using Notepad for his office correspondence too. Get real, a computer is a "tool" to make our lives easier, and if John Q. Programmer wants to spend hundreds of hours perfecting a "tool" to help me make HTML pages, organize them into sites, check the code, just WHO are you to tell me I have to use something as archaic as Notepad or I'm not a "Web Master". I guess I'll have to tell my boss that he has to change my job description when I get my next paycheck.
He never did respond and in fact disappeared from the forum, the stupid twit! He's probably out there using a hammer and chisel working on his CV because it finally dawned on him Notepad was written by John Q. Programmer's cousin.
I recommend a nice blend of both, terminal & GUI, whatever you're comfortable with when you're comfortable with it.