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
Re: How To: LXmenu Editor
Posted: Wed Nov 02, 2011 9:43 pm
by MG&TL
Re: How To: LXmenu Editor
Posted: Wed Nov 02, 2011 9:46 pm
by amjjawad
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:
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