create lnk for sh scriptForum: DSL Embedded Topic: create lnk for sh script started by: merlin565656 Posted by merlin565656 on Sep. 11 2006,18:45
I need to create a desktop icon that executes my sh script.i tried creating a lnk file and it shows up on the desktop. it is set to launch 'sh /home/dsl/file.sh' but nothing happens.. Posted by mikshaw on Sep. 11 2006,19:29
What happens when you use that same command in a shell? Any error messages?What does the lnk file look like? What does the script look like? Posted by merlin565656 on Sep. 11 2006,21:12
this fixed it..changed 'sh /home/dsl/file.sh' to rxvt +rv -fn fixed -T "Sh" -e /bin/sh /home/dsl/file.sh |