dslreports logo
 
    All Forums Hot Topics Gallery
spc
uniqs
16

DSLvis
join:2009-01-29

DSLvis

Member

Re: Linux - Install FF 14 on EeePC

OK got it unzipped (untarred) into a folder.
There is a file named run-mozilla.sh. Double clicked on it but doesn't do anything (run-mozilla.sh: Cannot execute .)

No_Strings

join:2001-11-22
The OC

No_Strings

make the file executable - it's probably not by default - by doing this:

cd whatever the directory name is
chmod +x run-mozilla.sh

Then, try to execute it with:

./run-mozilla.sh

Assuming that works, you can make a shortcut in your task bar or on the desktop to act as a launcher.

graysonf
MVM
join:1999-07-16
Fort Lauderdale, FL

graysonf to DSLvis

MVM

to DSLvis
said by DSLvis:

OK got it unzipped (untarred) into a folder.
There is a file named run-mozilla.sh. Double clicked on it but doesn't do anything (run-mozilla.sh: Cannot execute .)

The file you want to run is named firefox

No_Strings

join:2001-11-22
The OC

No_Strings

D'OH! Sorry for pointing to the wrong file. I think that's the install script.

DSLvis, other than my file name stupidity, the other instructions apply.