Page 2 of 2

Re: How To: LXmenu Editor

Posted: Tue Nov 01, 2011 8:11 pm
by amjjawad

Re: How To: LXmenu Editor

Posted: Tue Nov 01, 2011 9:13 pm
by amjjawad
There is http://lxmed.sourceforge.net/index.html

It requires JRE (Java Runtime Environment).

This might be helpful too?
http://wiki.lxde.org/en/LXDE:Questions#LXPanel

Re: How To: LXmenu Editor

Posted: Wed Nov 02, 2011 9:43 pm
by MG&TL
Try:

Code: Select all

sh lxmenu-editor.sh

Re: How To: LXmenu Editor

Posted: Wed Nov 02, 2011 9:46 pm
by amjjawad
MG&TL wrote:Try:

Code: Select all

sh lxmenu-editor.sh

Code: Select all

sh: Can't open lxmenu-editor.sh

Re: How To: LXmenu Editor

Posted: Wed Nov 02, 2011 10:02 pm
by MG&TL
Try:

Code: Select all

cd <directory containing bash script>
sh lxmenu-editor.sh
If it still doesn't work, and you've checked the spelling of the filename, try adding:

Code: Select all

#!/bin/bash
at the top of the code. (it must be on first line), then:

Code: Select all

chmod +x lxmenu-editor.sh
./lxmenu-editor.sh

Re: How To: LXmenu Editor

Posted: Wed Feb 15, 2012 8:46 am
by characters
note: you need to install zenity
sudo apt-get install zenity