Aaron
MDK 7.2 doesn't create the left click menu. You can do it yourself by placing
a file called file.menu in your $HOME/.enlightenment directory, and then put
entries in it that you want. The first line of the file is what appears as
the menu title. Here's an example (with two submenus):
"Apps"
"Konsole" NULL exec "konsole"
"Konqueror" NULL exec "konqueror"
"Development" NULL menu "dev.menu"
"Mandrake" NULL menu "etc/X11/enlightenment/menus/mandrake.menu"
Format is pretty self explanatory. First entry on each line is the text
displayed in the menu, followed by NULL or the path to an icon file, followed
by exec --command or menu --menu file name.
HTH
Ian
--
[EMAIL PROTECTED]
"If the Lord Almighty had consulted me before embarking on the Creation,
I would have recommended something simpler"
- Alfonso X of Castile
>
> It appears that everything is there... its just been shuffled around. The
> menu I really miss is the User Menu that was available with a left
> click. You could put your commonly used programs in it and they are just
> one click away. Now you have to navigate through 3 levels of menus to
> launch something. If someone could tell me how to launch the menu box
> with my left button I can cofigure the menu myself.