View Single Post
Old 30-09-2007, 07:31 PM   #4 (permalink)
QwertyManiac
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: create a desktop shortcut for a script

Yes it is Emerald with the default green theme and Window Reflections turned on.

Sorry that the above didn't work .. But I think you need to make a bash script file for running this.

Add this to a file named cube.sh on your desktop:
Code:
#!/bin/bash
cd /usr/bin/local/games/cube
./cube_unix
Make it executable (chmod +x cube.sh or simply do it via Properties > Permissions) and tell me if it executes well?
QwertyManiac is offline