How To: LXmenu Editor

Please post all general support questions for LXDE here.
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: How To: LXmenu Editor

Post by amjjawad »

Feel Free to contact me: http://amjjawad.net
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: How To: LXmenu Editor

Post 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
Feel Free to contact me: http://amjjawad.net
MG&TL
Posts: 8
Joined: Sat Oct 29, 2011 7:33 am

Re: How To: LXmenu Editor

Post by MG&TL »

Try:

Code: Select all

sh lxmenu-editor.sh
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: How To: LXmenu Editor

Post by amjjawad »

MG&TL wrote:Try:

Code: Select all

sh lxmenu-editor.sh

Code: Select all

sh: Can't open lxmenu-editor.sh
Feel Free to contact me: http://amjjawad.net
MG&TL
Posts: 8
Joined: Sat Oct 29, 2011 7:33 am

Re: How To: LXmenu Editor

Post 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
characters
Posts: 1
Joined: Wed Feb 15, 2012 8:30 am

Re: How To: LXmenu Editor

Post by characters »

note: you need to install zenity
sudo apt-get install zenity
Locked