Bradley Reed wrote:

On Tue, 18 Feb 2003 17:49:30 -0600
Mike White <[EMAIL PROTECTED]> wrote:


Can someone tell me how to get my left-button menu to work?  I'm using
the Enlightenment 0.16.5 RPM with Mandrake 9.0.
--

Unfortunately, In recent versions of Mandrake, including 9.0, the Regenerate Menus option has been removed from the maintenance menu. (I don't know why.)

But if you create a file named file.menu in the ~/.enlightenment directory you can put whatever yo want in it.

Basic format is:
First line: "Title of Menu"
All other lines: "Menu entry name" NULL(or path to icon) exec "command you want to run"

for example:
"My Menu"
"Eterm" "/usr/share/icons/mini/Eterm.png" exec "Eterm -v"
"Sylpheed" NULL exec "sylpheed"

you can replace the exec with menu to have a submenu there.
"KDE" NULL menu "kde.menu"
but of course there has to be a kde.menu where enlightenment can find it.

HTH,
Brad


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

.

Thanks. That worked. I tried this after RTM, but I didn't have the format right I guess.

--
Mike White
Linux User #193432
Lorena, TX USA



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to