View Single Post
  #13  
Old 07-10-2009, 01:54 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Open a terminal, and run these commands:

NPC Code:
cd ~/.graal/graal4/rc/
mv rc rc_bin
nano rc



Then paste this:
NPC Code:
#!/bin/sh

cd ~/.graal/graal4/rc/
exec ~/.graal/graal4/rc/rc_bin



Ctrl+X, and follow the prompts at the bottom of the terminal


Then, when you're out of nano, back in the terminal, run this commands:
NPC Code:
chmod +x rc




And now when you run ./rc from any directory it should work with the images.
Reply With Quote