How To: LXmenu Editor
Re: How To: LXmenu Editor
Feel Free to contact me: http://amjjawad.net
Re: How To: LXmenu Editor
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
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
Re: How To: LXmenu Editor
Try:
Code: Select all
sh lxmenu-editor.sh
Re: How To: LXmenu Editor
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
Re: How To: LXmenu Editor
Try:
If it still doesn't work, and you've checked the spelling of the filename, try adding:
at the top of the code. (it must be on first line), then:
Code: Select all
cd <directory containing bash script>
sh lxmenu-editor.sh
Code: Select all
#!/bin/bash
Code: Select all
chmod +x lxmenu-editor.sh
./lxmenu-editor.sh
-
- Posts: 1
- Joined: Wed Feb 15, 2012 8:30 am
Re: How To: LXmenu Editor
note: you need to install zenity
sudo apt-get install zenity
sudo apt-get install zenity