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
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
Code: Select all
sh lxmenu-editor.sh
I think he wants it so that he can launch stuff in the GUI with a .desktop?Paddy Landau wrote:
- ~/.bashrc -- but that works only for the current terminal session, not for the entire login session.
Code: Select all
[Desktop Entry]
Type=Application
Exec=PATH=${PATH}:/mynew/path