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.
