PDA

View Full Version : Opening the loader


Rizareth
05-13-2007, 09:24 PM
Hey all. This is kinda sad, but what program do I open the loader with? it's a binary file, and when I double-click, it does nothing. Firefox doesn't work either, so I'm a bit lost. And, is the loader all that should be in the archive folder I downloaded? 'cuz that's all I got. Any ideas?

putkonen
05-13-2007, 10:57 PM
Open your terminal and go to where ever you downloaded that file an type ./rolauncher

lvviera
05-14-2007, 05:35 AM
you have to make it an executable first (at least with my linux). Select the file and click properties, somewere there has to be a "this file is executable" checkbox. After that type ./rolauncher in the console (you can double click it in the graphic mode but it downloads the files out of the folder)

Myxir
05-14-2007, 09:54 AM
try this in your terminal

cd /path/to/your/rolauncher
sudo chmod +x ./rolauncher
./rolauncher


The chmod has to be done only one time.
How to become root depends on your distribution I thnik... can be only su or something different.

€dit:
One question: what operating system do you use?