Search found 1 match

by ionmich
Fri Mar 23, 2012 9:01 pm
Forum: LXTerminal
Topic: run bash/sh from desktop (double click)
Replies: 5
Views: 22965

Re: run bash/sh from desktop (double click)

Create a script_name.desktop file. Inside this file write: [Desktop Entry] Type=Application Icon=script_icon_name Name=script_name GenericName=script_name Exec=lxterminal --working-directory=/path/to/your/script/directory -e ./your_script.sh StartupNotify=true Terminal=true the most importatnt part...