Press Alt+F2 to show the Run program window. Check Run in terminal and click Run, which opens a terminal. If you're not familiar with the Linux command line just follow the instructions step by step. The easiest way is to simply paste the commands into the terminal with Ctrl+Shift+V. Most of them will only give feedback if an error occurs.
The first command uses wget to download Firefox 3.5.2 from an official mirror. You can edit the lang variable at the end, in this case en-US, if you'd like another language. All available languages are listed here, just hover over the download link to get the language code from the status bar.
wget "http://download.mozilla.org/?product=firefox-3.5.2&os=linux&lang=en-US"The next step extracts the just downloaded file and modifies a link to point to it. In a few cases a connection refused error message may be triggered by sudo, which is not an error but a bug in sudo and can be safely ignored.
sudo tar -jxf firefox-3.5.2.tar.bz2 --directory /opt
sudo chown user -R /opt/firefox
sudo ln -fs /opt/firefox/firefox /usr/bin/firefoxThe next step links all plug-ins (not to be confused with extensions) to it.
sudo ln -s /usr/lib/mozilla/plugins/* /opt/firefox/pluginsLaunch the profile manager using the command below. Create a new profile, name it anything you like and select it. If you want to keep your bookmarks export them via the bookmark manager first. You can then delete the old default profile.
firefox -profilemanager -no-remoteAs a bonus you can also change the icon to the official Firefox icon.
sudo sed '/Icon/ s/acs_//' -i /usr/share/applications/linpus-web.desktopFinally reboot the AA1 to make the desktop aware of the new icon and browser location.


Only one thing - the new firefox 3 installed still doesn't allow "check for updates" to be selected. Did I somehow miss something? Thanks for the great post.
it isn't "In" or "1n" it's "ln". It's a lowercase L, for link. Hope that helps.
Thanks for the great site. It's such a pity that Acer/Linpus didn't do most of this stuff by default.
Sweet :D
Thanks - plebism
dwayne
I can get see the ///opt/firefox//opt/firefox/firefox... issue but don't know how to open it in a way that will let me save it. Also is there a way I can delete the other "browser"s?
Worked perfectly for me. Thanks. How do I get rid of the old version? Or should I keep it?
Jon
At the end of your guide you state that it's possible to change the icon to show the official FF logo. Could you also supply the code so that I can revert it back to Acer's one please =)
Second : I want to know if you can make a post for changing the acer mail box into thunderbird(in the desktop too)
thx from noobs on linux (like me)
Alex from France
Could you please help me with another problem. I need a serial port on my
AA1. I have an ArkMicroChips USB to serial cable. I guess I need the ARK3116.ko file compiled for the Linpus version. I can not find it anywhere.
Thanks Jan
sudo chown user -R /opt/firefox
sudo mousepad /usr/share/applications/linpus-web.desktop
Execopt/=/opt/firefox/firefox/firefox/firefox
Icon=firefox.png
Think that's too many firefoxes?
Thanks a bunch! You're doing a real service to us Linux newbies :). If you had a donate link, I'd use it!
any help appreciated
Cheers
You can then run opera from the terminal by typing:
opera &
The "connection refused error message" worried me a bit but everything is working perfect.
btw I have installed Personal menu and classic compact theme that go very nice with the one
Carles
would really like to have ff3. I had installed a theme onto the browser but it wasn't even in use when i got the error msg that said ff was reverting
Thanks soo much.
After a few weeks of owning the AA1 I am tired of the browser and attempted to install Firefox3.0.1 as per the posted instructions.However I now have no browser! Any suggestions?
Thank You & Regards
Lloyd Le Blanc
I get "no such file or directory.
Firefox 3.0.1 is in my download file.
Thank You
Lloyd
Retried everything and ... IT WORKS GREAT !!!!
Thank You & Best Regards,
Lloyd Le Blanc
3 seconds job and you can go back to firefox2 if firefox3 is (like in my case) too memory hungry.
Jeffrey
Total newbie to all this but it seems to have worked apart from "Check for updates" is still greyed out so I can't update from 3.0.1? I've added a new profile and deleted the old one. What to do?!?
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property 'GtkTreeView:odd-row-color' of type 'GdkColor' from rc file value "((GString*) 0xb6f8a350" of type 'GString'
What have I done wrong here?
I'll be very happy if you can help me wtih this :-)
The Google G next to the search bar brings up a menu with more default engines and the ability to add custom ones. If you downloaded the en-GB version eBay UK should already be preconfigured.
Do you have any idea whats wrong?
That didnt work though, no it doesnt launch firefox at all. /opt/firefox/firefox in command does still work.. :)
Thank you so much. I tried initially manually writing in the code but then followed what you said and copied and pasted. It worked smoothly from thereon. I even have the firefox logo!
Thank you so much. Now I wish I could find equally good instructions to install aMSN!
thanks
Karen
I'm using the 'real' XFCE desktop, I copied /opt/firefox/firefox to /usr/bin as advised above and and the default browser setting went wonky. I got an I/O error when using the applications menu entry, and a 'Mozilla libs not found' when I ran it from a command prompt. I resolved this by softlinking from /usr/bin instead:
mv /usr/bin/firefox /usr/bin/firefox2
ln -s /opt/firefox/firefox /usr/bin/firefox
(the first line avoids overwriting the old start script so that I can revert to FFox2 more easily in an emergency)
Thanks
Sorry, I'm new to Linux.
Thanks
I recently installed installed FF 3.O.1 after your great advice and it works great.My AA1 is the 16G SSD and I would like to install XP that I now have loaded on a flash drive.My primary reason is that I will be travelling in North America for the first 3 months of next year and would like to use the AA1 in my car as a GPS.I have the GPS version of Streets & Trips.
Any advice would be appreciated.
Thank You & Regards
Lloyd
Could you please write another one for us newbies on upgrading OpenOffice to the latest version as well?
And how to install thunderbird as default email application?
Please ...
:)
I have FF3 working out of /opt/firefox/firefox directory. And can run it by going there manually or typing it in from the terminal.
I have advanced mode on. After I type in all the commands...FF3 is running. I can right click on the web browser in the advanced mode and it opens ff3. However the second i close the terminal after the commands are all entered ff3 closes as well and then the icons all revert back to FF2 and it does this finding plugins shit for ff2 and everything is back to ff2 again.
I'm not sure what I'm doing wrong.
It stalls at the end of edesktop/* in the terminal and has a blinking |.
I can still type in the profile part and it opens ff3 etc. the next command to overwrite the icon on the desktop on my aspire one didn't do anything after 3 reboots.
HEEELLLPPP!!!
How is this to be fixed?
Change the Icon= line to use either acs_firefox.png or just firefox.png, with the former being the original icon and the latter the official firefox icon.
Thanks. Gary van Steenbergen Amsterdam The Netherlands
I've followed your instructions to the letter, and I could launch the profile manager but it's impossible for me to launch firefox 3.
I've disabled desktop icons so I'm trying to access firefox 3 by running /opt/firefox/firefox in the terminal. This brings up firefox, but it is firefox 2.
How do I get to firefox 3?
been wondering how to get this firefox update for a while now!!
brilliant!!
R
and i writes /opt/firefox/firefox in the terminal but it dont work
I have some package which run through a browser, they are math packages for tracking the path of the sun etc but they require Adobe Shockwave. Is there an alternantive which does the samne or can replace this?
using "sudo" before any command gives you all the rights on your machine.
Just be carefull...
Regards
After playing with it and also wanting to upgrade a few items on there, I found this link to upgrade the browser. Now to my question: considering some of the problems some new folks have had with following your directions, is there some means of backing up the system just in case I FUBAR the existing browser? I mean, I'm not a complete idiot, but I have never played with Linux at all, and it seems a little weird that I need to do what amounts to coding in order to update a couple of programs. For that reason, I'm a little leery of cutting and pasting lines that I have absolutely no idea what they do.
thanks
I've just followed the instructions, changing 3.0.1 to 3.0.4 and language en-GB and hey presto I'm up to date. Thanks for such a clear description....
Rolf
Failed to execute child process "vlc" (No such file or directory) "
Any idea how to run VLC on my Acer one ? Its installed already.
Copied and Pasted commands.
Many thanks.
Also with the provided FF3 is there a way to enable the updates for it? ie will the command in the comments above work still?
Jeff
Hello, I'm new to the Linux OS; recently I bought an Acer AspireOne 150 (blue case, 120Gb HD, 512Mb RAM, etc) with Acer Linpus Lite pre-installed. I only need the One for mailing and Web access while travelling so no great demands being made of it.
I should have left well alone but decided I wanted to upgrade the Firefox V2 browser for Firefox V3.0; big mistake – I quickly found that Linux is not Windows XP! Having followed the instructions set down in (URL http://macles.blogspot.com/2008/07/installing-firefox-3-on-acer-aspire-one.html) I know find that I'm unable to access the Internet from the Aspire One's 'Connect Browser' desktop icon; indeed I cannot connect to the Internet at all as the link from the icon to the Firefox application is broken. I can use all other functions – Messenger, E-mail, etc., so I'm sure web access is there but not for the Firefox browser.
This should be the time I decide to give up on Linux and load XP Home but in the main I'm more than happy with the performance of Linpus Lite and would like to keep it. I also don't want to do a clean install from the OS restore DVD as I feel sure that my One is not 'broken' enough to justify that. What stops a repair is my TOTAL LACK of Linux experience and a lack of familiarity with the command line approach.
So what I'd like is a SIMPLE step by step guide showing me how I can get back to my original Firefox V2 web browser via the Browser icon. I imagine the Firefox V2 code is still there on my HD somewhere but of course my 'upgrade' attempt may well have deleted it but I have no way of telling. I did try /opt/firefox/firefox from 'Terminal – user@localhost' but it returned the message “No such file or directory”.
For now I will leave the move to Firefox V3 to future editions of Acer's Live Update scheme. Ideally the repair process should be such that I can copy and paste any command line code I'm given in to the appropriate part of the One's utilities: - terminal, Xfce or whatever. If the process could be copied to a USB stick from my other PC and then run automatically by the Aspire One so much the better.
Thanks for your help.
Geoff
wget "http://download.mozilla.org/?product=firefox-3.0.1&os=linux&lang=en-US"
in to Terminal but got message: .......Resolving download.mozilla.org... 63.245.209.58 connecting to download.mozilla.org|63.245.209.58| :80.... connected.
HTTP request sent, awaiting response.... 404 Not Found
18:03:58 ERROR 404: Not Found.
Not sure what this means.
Geoff
Go to http://support.acer-euro.com/drivers/notebook/as_one_150.html
Download by Applications (firefox3.sh)
extract and install the patch
thats all
I would truly detest using Windows on my Aspire but it's how I work while away from the office; and I definitely DO NOT want to install a VPN client and a VNC viewer.
Otherwise, what a great little PC ! ! !
It worked perfectly with me. So good that I would like to know if I could translate to portuguese and publish in a friend's blog (with the according copyright and link to the original, of course).
Thanks!
Erick Pessôa
I thought I has followed your instructions to the letter. However, when I try to start firefox (any version, any method of starting) I get a warning.
It is headlined "Close Firefox"
The body text is flanked by a diamond containing a question mark and tells me; "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system."
I can't find any evidence that Firefox is running and restarting the computer doesn't help.
Any idea what I have done wrong? Any suggested fix?
cheers, Geraint.
Thanks for the guidance.
Geraint.
Thanks!
-K
Um, strange problem.
I thought I has followed your instructions to the letter. However, when I try to start firefox (any version, any method of starting) I get a warning.
It is headlined "Close Firefox"
The body text is flanked by a diamond containing a question mark and tells me; "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system."
I can't find any evidence that Firefox is running and restarting the computer doesn't help.
Any idea what I have done wrong? Any suggested fix?
cheers, Geraint.
How did u fix this problem man. Im having the same problem right now???
Andy
Re: this post
Um, strange problem.
I thought I has followed your instructions to the letter. However, when I try to start firefox (any version, any method of starting) I get a warning.
It is headlined "Close Firefox"
The body text is flanked by a diamond containing a question mark and tells me; "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system."
I can't find any evidence that Firefox is running and restarting the computer doesn't help.
Any idea what I have done wrong? Any suggested fix?
cheers, Geraint.
How did u fix this problem man. Im having the same problem right now???
Bill
1) there's no danger of conflict between FF2 and FF3 is there?
2) can I get Thunar (and perhaps other built-in helps that access the internet) to use FF3 by default (it is already set as the main browser).
Icon=firefox.png
tq
Ilmaormaa
this worked but I cannot bookmark anything. once I save a bookmark, it disappears after a restart?
1) I've already installed FF3 using the 'official' Acer download. If I now want to install it using the macles method (which I'd like to do to get the update facility) can I expect problems because of the previous update? Do I need to uninstall anything first?
2) The current version of Firefox (ignoring the new beta) is 3.0.7. If I adjust the macles script to get this version (the filename with 3.0.7 certainly exists on the Firefox site), will the script work equally well? I think it should, but I'd like to check before I download.
I installed the update in an attempt to fix a problem with Firefox crashing. Everything worked fine and FF3 loads from the new icon(a big thank you), except that the crashes persist. FF crashes occur just as one tab has loaded and the second nears the end of its download period.
The Firefox notification went off, but si there anything I could do in the short term.
did this and now the acer has no more wireless (and yes, I tried the little switch),
systems no longer offers "add new software" and terminal keeps telling me:
"-bash: sudo: command not found"
system reinstall?
guy
Thanks for all the great advice - I've got Firefox 3.0.8 running on my Linpus Lite Acer One at the mo.
The only problem is that I can no longer watch videos on websites such as Youtube.
It says that I need to download Flash Player - that would be easy enough on a system running Windows, but I'm afraid I get rather lost when attempting to do this.
I'd be grateful for any help in getting vids to work again.
....spoke to soon!
I'm finding that some links (i.e. the search bar from the Aspire desktop tool/start screen) and Acrobat are still linked to the old 2.0.0.14 version.
Any ideas?
Thanks
Tony
sudo ln -fs /opt/firefox/firefox /usr/bin/firefox
Just use the following command.
sudo ln -fs /opt/firefox/firefox /usr/bin/firefox
"
excellent...worked fine...after a quick reboot...the only setting still linked to the old version (that i've found so far) is in the Adobe Acrobat reader v8 preferences pointing to this:
/usr/lib/firefox-2.0.0.14
Even though I've worked with unix for a few years, i'm not yet used to the underlying directories of linux...
so...suggestions for what to update this to?
Thanks again
Tony
As a side subject, I've been looking into antivirus for this...and, yes, I know linux isn't particularly vulnerable, but being used to windows am still itching to install something...is there a thread on this site somewhere regarding this (rather than posting here) as I've found this: http://www.bitdefender.com/PRODUCT-80-en--BitDefender-Antivirus-Scanner-for-Unices.html
but unsure as to whether its suitable?
thanks
Tony
any ideas?
I have a problem....maybe it is trivial, but I' not fixing it. After typing:
sudo tar -jxf firefox-3.0.9.tar.bz2 --directory /opt
the system answer is:
tar: You must specify one of the '-Acdtrux' option
Could you please help me?
i've a complete novice, ive tried to follow the above instructions but i think i've not quite understood this step
"Launch the profile manager using the command below. Create a new profile, name it anything you like and select it. If you want to keep your bookmarks export them via the bookmark manager first. You can then delete the old default profile.
firefox -profilemanager -no-remote"
How exactly do i create a new profile? name it? select it? then delete the old profile?
thank you in advance :)
i'm using the the netbook now with firefox3 to type this, i think i had tried to be smart but hadn't actually downloaded firefox3 (thought i'd downloaded the english uk version which clearly i hadnt) but i just thought cut and paste exactly what you wrote and it has worked without a prob, now gonna try to download and install VLC
Thanks.
Cheers
how i know which Firefox version i got
help me plz
Fabby doo, worked as advertised. Thanks for that. Now... Open Office, stick or twist... hmmmm.
Cheers,
David
Cheers,
Ade.
Unfortunately, I had a strange problem on the second AAO. Both have Linpus as OS but on this second one I use KDE 3.5 as desktop manager. Installation went fine but when I start Firefox, it opens, begins loading the home page and suddenly freezes. I can't do anything or try any settings other than (trying to) kill the process. The strange part is that I had Firefox 3.0.3 installed before upgrading to 3.5 and it worked fine. Also, the other web browser embedded in KDE 3.5 (Konqueror, that I don't like) still works fine.
I repeated the installation three times to make sure that the file downloaded was not corrupt and that I ahd not missed any line of command in the procedure. I tried installation both in Xfce session and in KDE session. Same result: Firefox freezes on startup.
Sorry for the long description, I was not able to better summarize...
Could anyone provide me with suggestions or possible remedies?
Cheers,
Franco
Thanks
Have I missed something when upgrading to Firefox 3.5?
Thanks
Linux users are great people and tremendously helpful but they often are hard for us newbies to understand.
You, in contrast, were perfectly easy to follow! Thanks so much. My old version of Firefox was crashing a lot -- especially on media files.
Thanks again.
I'm gonna bookmark your blog, for sure.
I am a total linux beginner,having had windows all my life and only got this netbook a couple of days ago. Ive heard such good things that ive decided to stick with linux and make it work for me. People like you help my transition go all that bit smoother. Easy to follow tutorials like this allow us to use out netbooks to their full potential. As time goes on i hope to understand words like rpm, kernal, sudo etc,
Thanks again, all went perfectly
Fionnuala in Ireland x
thanks for your continuous help.
I still seem to have Adobe tucked away in a folder but as a complete linux novice I don't know how to get it to work. Help please, I can't read my .pdf files
David
http://www.mozilla.com/products/download.html?product=firefox-3.5.2&os=linux&lang=en-US
Regards,
Ian
I've installed Firefox 3.5.2 on my AA1 in a different dir in case something went wrong (usr/bin/firefox352/firefox). The new browser is working fine, but I have to use the file manager to start the new Firefos. In fact the icon on my desktop is not connected. How can I connect the Icon to the right version / dir?
Regards, Jan
does same update instructions will work
they don't have update in firefox3
can you help
I wish i found this like 5 months ago i've been trying to update it ever time i've been on my netbook
cheers
Thank you!!!
I copied & pasted everything to the letter & it worked! So happy now :)
< 1 – 200 of 212 >