for friends of the acer aspire one
July 22, 2008
Installing Firefox 3.5 on Aspire One Linux
Acer has interwoven Firefox 2 with the rest of the system, that's why a quite unusual approach is required to install the newest version. The benefit of using an official release is a working update feature, which is disabled in the version already installed on the system.

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/firefox


The next step links all plug-ins (not to be confused with extensions) to it.

sudo ln -s /usr/lib/mozilla/plugins/* /opt/firefox/plugins

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

As a bonus you can also change the icon to the official Firefox icon.

sudo sed '/Icon/ s/acs_//' -i /usr/share/applications/linpus-web.desktop

Finally reboot the AA1 to make the desktop aware of the new icon and browser location.
212
<   1 – 200 of 212  >


Anonymous
Thanks for the post. I spent the last eight hours online trying to figure this out. Great job!
Aug 20, 2008 2:38:00 AM



I followed the instructions to the letter, and I keep getting a connection refused error. Now I have no browser at all! HELP!
Aug 20, 2008 6:22:00 AM



Neil
umm... great now I was following this tutorial and now my internet does not work at all! If you have no experiance with Linux don't but this computer!
Aug 21, 2008 10:40:00 PM



kevin
Great post! I followed the instructions to the letter and everything worked perfectly including the change of icon on the desktop.

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.
Aug 23, 2008 3:43:00 PM



It may be that you're still using your old profile. Launch the profile manager and make sure the new profile you created is selected.

Aug 24, 2008 12:14:00 AM



"sudo In " and "sudo 1n" it show in terminal as wrong command! pls help here! cant complete the process
Aug 28, 2008 7:05:00 AM



kenlim:
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.
Aug 28, 2008 6:33:00 PM



work first timee

Sweet :D

Thanks - plebism
Sep 1, 2008 9:43:00 PM



Thanks. Firefox 3 installed fine. But. just like in the original Acer version, Java does not function properly. For example, the GoToMyPC login applet does not start. I have not seen any solution to this.
Sep 2, 2008 1:11:00 AM



Anonymous
Excellent - thank you so much for the help. Worked perfectly first time even though I am a complete novice
Sep 2, 2008 10:58:00 PM



Anonymous
Hey. I was able to install firefox 3 and now its my default browser. I was also able to have the firefox icon on the desktop. BUT, when I click the icon, nothing happens...i.e., the program does not launch. I have to right click and find the firefox app to launch it manually. Any ideas? What did I do wrong?
dwayne
Sep 3, 2008 3:06:00 AM



Anonymous
followed instruction and firefox icon wont launch it, but when creating a new profile, firefox 3 opens, only once...
Sep 3, 2008 6:37:00 AM



You have to restart for the changes to be effective. The browser is there, but the desktop must reload the configuration to become aware of it.

Sep 3, 2008 6:44:00 AM



Anonymous
Its working after the Line 39 change...it was all duplicted...looked like ///opt/firefox//opt/firefox/firefox...once I changed it to //opt/firefox/firefox-bin or something it worked.
Sep 3, 2008 6:55:00 AM



It appears you used the sed command twice. I've changed it slightly now to catch that.

Sep 3, 2008 7:48:00 AM



Anonymous
I think I did the same thing. Have a number of "Brower"s in usr/share/applications.

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?
Sep 3, 2008 5:29:00 PM



Use sudo mousepad /usr/share/applications/linpus-web.desktop to open it, and change everything after the = on line 38 to /opt/firefox/firefox it should work then after a restart.

Sep 3, 2008 5:58:00 PM



Anonymous
Works now. Thanks!
Sep 3, 2008 6:20:00 PM



Anonymous
Hi,
Worked perfectly for me. Thanks. How do I get rid of the old version? Or should I keep it?

Jon
Sep 6, 2008 4:57:00 PM



You can't remove the old version because a few other applications depend on its libraries. It's only about 40MB anyway and does no harm.

Sep 6, 2008 5:05:00 PM



Anonymous
This has been a great help for me as this was the first thing I wanted to do as soon as I fired my One up.

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 =)
Sep 6, 2008 8:37:00 PM



Thank you Thank you Thank you !!!
Sep 6, 2008 9:03:00 PM



Anonymous
I've done it!! Al last I have update my firefox to 3. I don't know anything about linux. I would like to continue practising. Thanks, great post.
Sep 7, 2008 12:53:00 AM



Anonymous
First: BIG Thank you for this blog.

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
Sep 8, 2008 2:24:00 AM



Anonymous
Well thanks. Hadn't a clue what I was doing but it seems to work fine!
Sep 10, 2008 4:57:00 PM



Anonymous
I followed these instructions to the letter yet if I click the Firefox icon nothing happens. If I open firefox from the advanced menu it only opens firefox2. I checked line 38 of linpus-web.desktop and it is already set to /opt/firefox/firefox. please help, I don't want to have to restore my system to get the icon working again.
Sep 11, 2008 3:19:00 PM



Anonymous
Great info. It worked at first time. Thank you very much Macles. Just the "Check for Updates" is still not active.

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
Sep 11, 2008 7:41:00 PM



Anonymous
All works fine but how do you enable the Check for Updates menu item?
Sep 14, 2008 8:07:00 PM



Use the line below if the menu is disabled.

sudo chown user -R /opt/firefox

Sep 14, 2008 9:55:00 PM



Anonymous
Perfect! Many thanks for the article and quick reponses.
Sep 15, 2008 5:23:00 PM



James
Hello! I followed all the coding and I have the old Firefox icon on my desktop but when I click it no brower comes up, but I can get FIrefox 3 to load in the terminal. How can I get the Browser link on the desktop to link to the firefox 3 application?
Sep 20, 2008 5:36:00 PM



Enter the following command in the terminal and paste the lines that start with Exec= and Icon= here, should be line 38 and 39.

sudo mousepad /usr/share/applications/linpus-web.desktop

Sep 20, 2008 6:18:00 PM



James
It says:

Execopt/=/opt/firefox/firefox/firefox/firefox
Icon=firefox.png

Think that's too many firefoxes?
Sep 20, 2008 7:11:00 PM



Change the line to Exec=/opt/firefox/firefox and it should work after a reboot.

Sep 20, 2008 7:15:00 PM



James
hmm, now it just shows the "working" spinning aura thing for a while and doesn't do anything, but I can still open Firefox 3 via the Profile Manager.
Sep 20, 2008 7:31:00 PM



James
Nevermind, problem solved! I added an extra slash at the backend.

Thanks a bunch! You're doing a real service to us Linux newbies :). If you had a donate link, I'd use it!
Sep 20, 2008 7:37:00 PM



Darryl
Worked like a dream first time faaaaaaaaaaantastic!
Sep 22, 2008 1:20:00 PM



Darryl
well it was fantastic...... became unstable, spat its dummy out and restarted without the back and forward icons in the toolbar....HELP!
Sep 24, 2008 5:20:00 PM



Thankz for help,no problem installing,auto updates enabled.......runs as it should although i did lose my bookmarks...:)
Sep 27, 2008 2:12:00 AM



how do i uninstall FF 2?When i open hotmail from the connect panel it loads with FF2 even though FF3 is the default
any help appreciated
Sep 27, 2008 2:43:00 AM



Anonymous
thanks a lot
Sep 27, 2008 7:20:00 PM



Adam
Could I use similar code to install a Linux based version of Opera?

Cheers
Sep 27, 2008 7:56:00 PM



Grim Squeaker
Opera is easily installed by downloading & installing the rpm for Fedora Core 8 from the opera website. Firefox will automatically ask you if you wish to install it when downloading.

You can then run opera from the terminal by typing:
opera &
Sep 27, 2008 9:46:00 PM



Anonymous
Thanks
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
Sep 28, 2008 12:04:00 AM



Darryl
Any help on my toolbar problem? (see 6 posts up)
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
Sep 29, 2008 1:36:00 PM



Anonymous
wow..... worked first time... I have just used Linux.. I am soo smart.. S.M.R.T.
Thanks soo much.
Oct 4, 2008 2:10:00 AM



Anonymous
Hello,
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
Oct 7, 2008 1:59:00 AM



What happens if you run /opt/firefox/firefox from the terminal?

Oct 7, 2008 2:25:00 AM



Anonymous
Hello,
I get "no such file or directory.
Firefox 3.0.1 is in my download file.

Thank You

Lloyd
Oct 7, 2008 11:41:00 AM



It seems that the second command didn't work. Restart from there and paste all the commands into the terminal to avoid typos.

Oct 7, 2008 3:06:00 PM



Anonymous
Hello Again,

Retried everything and ... IT WORKS GREAT !!!!

Thank You & Best Regards,

Lloyd Le Blanc
Oct 8, 2008 3:15:00 AM



Anonymous
Just do a backup for your firefox symlink as firefox.old in /usr/bin as su. Then symlink to your newly installed firefox3.

3 seconds job and you can go back to firefox2 if firefox3 is (like in my case) too memory hungry.

Jeffrey
Oct 8, 2008 4:17:00 PM



That's the way the instructions used to be, but it caused a few problems like with #1 here. The less intrusive approach works better. You can go back to Firefox 2 either way.

Oct 8, 2008 4:31:00 PM



Anonymous
Hi,

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?!?
Oct 8, 2008 7:14:00 PM



I've followed your procedure and tried to run the profile manager, and then I get this error message:

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?
Oct 9, 2008 3:08:00 PM



That's not an error. When you run Firefox from the terminal it will display debug information. All the messages in the background can be ignored.

Oct 9, 2008 3:13:00 PM



Anonymous
hey, thanks a bunch for this tutorial. gee, am a noob in linux and a lot research paid me off with my AA1. from skype to ff3. :) everything is working well now, i have one problem with my aa1 though, in acer messenger, voice call does not seem to be working with my YAHOO ACCOUNT. is there any chance that you know how to tweak this? thanks!
Oct 9, 2008 3:33:00 PM



Anonymous
one problem, I can't watch youtube videos with firefox 3 replacing firefox 2 in AAO. :( it says install adobe flash player. I tried installing the .rpm file but it showed "adobe flash player is already installed" what should I do? :(
Oct 9, 2008 4:22:00 PM



Regarding the Gtk "error"-message from yesterday: I forgot to say that ff3 doesn't start when I issue the command. It's just the Gtk-message, and nothing else...

I'll be very happy if you can help me wtih this :-)
Oct 10, 2008 10:25:00 AM



Paul
Thanks for this, fantastic. Followed instructions and works fine. One quick query, does anyone know how to add search engines to the search bar. I.e. Ebay UK. On windows you get an option to "add this search" whilst on the site, but don't seem to have that option. Thanks again.
Oct 10, 2008 4:02:00 PM



It only launches a small window, maybe it gets launched in the background. If the message is displayed then it is actually running. Try to close any other Firefox before you run the command.

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.

Oct 10, 2008 5:13:00 PM



Adrian
thanks for your help macles. I managed to install everything as u said however the Search the internet icon from the home page of the acer aspire one desktop still uses the version 2 of firefox. how can I also update that link??? thanking you in advance
Oct 12, 2008 11:32:00 AM



Adrian
oops sorry about that i should have read other users messages before...all is working fine now.. just one questiion.. if acer update the firefox from the liveupdate...what will happen??
Oct 12, 2008 12:04:00 PM



Nothing will happen. The worst that can happen is that you'll have to re-run the three sed commands if Acer decides to modify the desktop files.

Oct 13, 2008 12:49:00 AM



I have followed your instructions and innstalled FF3 with succsess. FF3 runs if i run /opt/firefox/firefox in the command, but it cant make it run FF3 by default when i press alt-F2 and type "firefox" or using the firefox icon in the right click menu, both fires FF2. I have a Xfce desktop setup. I have tried all your fixes above, but none did the trick.

Do you have any idea whats wrong?
Oct 13, 2008 4:21:00 PM



Andtho
Thanks, I am a real newbie at this. I Havent used Linux before getting this aspire one.

That didnt work though, no it doesnt launch firefox at all. /opt/firefox/firefox in command does still work.. :)
Oct 14, 2008 8:03:00 AM



Andtho
I realized now that I have got a new icon just below the firefox icon in the right click menu that says "browser" and this launches FF3. The "firefox web browser" icon does still not work though..
Oct 14, 2008 8:23:00 AM



Anonymous
The 1st command seemed to go fine but when I tried the 2nd, the 4 line command, nothing has happened. Help!!
Oct 17, 2008 1:26:00 AM



Karen
Hello
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
Oct 18, 2008 6:48:00 PM



Macles* - Thanks for this - it's working like a dream! I'm very happy to have found your instructions after weeks of searching! - Polka Dot Girl
Oct 19, 2008 8:40:00 PM



I've got FF3 (3.0.3) now, very happy thanks!

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)
Oct 21, 2008 8:25:00 PM



Anonymous
I know this is a trivial question, but I was wondering how I could change from the Firefox icon from the last step of your instructions back to the original icon?

Thanks
Oct 27, 2008 8:21:00 PM



Anonymous
The Install worked perfectly expect I ran into a problem where I now have no icon for the Browser, can any help me restore the original Icon?

Sorry, I'm new to Linux.

Thanks
Oct 28, 2008 10:19:00 PM



Hello,

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
Oct 31, 2008 11:10:00 AM



Thanks, I just copied and pasted via the xterm that's accessible from advanced mode. It worked perfectly well, thank you!
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 ...
:)
Nov 1, 2008 10:18:00 PM



Anonymous
Thanks for all your words of advice. I can now run Firefox 3 on my Aspire One. I am new, and I have tried to find the answer to this questions in the comments above, but the only way I can get to Firefox 3 is by the /opt/firefox/firefox command in terminal, or in the run program command line. How can I get an icon on the home munu to work with 3? Again, thanks for your time and effort here...
Nov 1, 2008 10:51:00 PM



Clint
I'm having the same issue with the guy above.

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.
Nov 4, 2008 1:07:00 AM



senninha
i followed all the steps but now i ca not go no more on internet!!!when i click on the browser nothing appens..

HEEELLLPPP!!!
Nov 4, 2008 6:43:00 PM



Anonymous
Firefox 3.0.3 installed and works fine, when started from desktop. However, when I start a link from within Skype, I get the error: Failed to execute default Web Browser. Failed to execute child process "Firefox" (No such file or directory). When I start a link from a message from within Aspire one Mail, nothing happens at all. Probably due to the same cause.
How is this to be fixed?
Nov 5, 2008 4:18:00 PM



Anonymous
This worked perfectly for me on my brand you Acer Aspire One. Love you man :) and thanks you very much. Keep the tutorials coming :)
Nov 5, 2008 4:32:00 PM



Anonymous
Great. Thanks!
Nov 9, 2008 11:33:00 AM



Anonymous
I used these prompts and everything was working smoothly until I rebooted my system and clicked on my normal 'web browser surf the internet' world icon hoping to see the new firefox 3 and able to use features that I wasent able to use with firefox 2 and they still didnt work! I clicked on 'help' on the toolbar and to 'about mozilla firefox' which still said it was 'firefox 2'and when looking at 'check for updates' it was still greyed out. Argh, can someone help me???
Nov 10, 2008 3:08:00 AM



I followed the steps and I now have FF3 installed. I also have no AA1 Connect browser icon. I just have the word 'Browser'. It's clickable and brings up FF3, but I liked the icon better. I tried the instruction above to restore the original icon, but that didn't work either. I did re-boot between changes. Also the right-click menu - Web Browser still brings up FF2. Any thoughts on this? Thanks.
Nov 11, 2008 2:24:00 AM



sudo mousepad /usr/share/applications/linpus-web.desktop

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.

Nov 11, 2008 3:13:00 AM



Perfect! I opted for the official one. Thanks.
Nov 12, 2008 12:53:00 AM



Anonymous
Thanks! The offical one worked well.
Nov 16, 2008 8:50:00 PM



Anonymous
Thanks for the tutorial! It worked. The only thing I encountered was that the hotmail icon doesn't work anymore. Is there anything I should alter to make the hotmail icon work again?

Thanks. Gary van Steenbergen Amsterdam The Netherlands
Nov 16, 2008 9:43:00 PM



Anonymous
Please help!
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?
Nov 17, 2008 7:53:00 AM



Anonymous
cannot get ff3 to save in opt folder, it saves in desktop HELP PLEASE I cant pate in opt
Nov 19, 2008 7:17:00 AM



Anonymous
Nothing happen it just a blank screen when i put in the code for extracting plz help!
Nov 19, 2008 6:28:00 PM



Many Many thanks for this brilliant and easy walk through!!

been wondering how to get this firefox update for a while now!!

brilliant!!


R
Nov 19, 2008 10:22:00 PM



Anonymous
Thank you for this post! I have never done anything with Linux, and this worked instantly and without problems. Very helpful!
Nov 20, 2008 6:47:00 PM



Anonymous
thanks for the contribution, it works great, sudos from Mexico
Nov 22, 2008 5:03:00 PM



Anonymous
Genius- worked first time for a Linux Newbie. Very much appreciated
Nov 23, 2008 2:38:00 PM



Anonymous
i've done everything it says, can someone make a video of how to do it?

and i writes /opt/firefox/firefox in the terminal but it dont work
Nov 23, 2008 7:35:00 PM



rANDY
How can I get access to OPT folder? It wont let me save to OPT
Nov 26, 2008 12:28:00 AM



FF3 At last

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?
Nov 26, 2008 8:33:00 PM



Randy
Cmon someone must know how to get permission to opt folder???
Nov 27, 2008 6:50:00 PM



arentoine
Hello Randy,

using "sudo" before any command gives you all the rights on your machine.

Just be carefull...

Regards
Nov 30, 2008 12:54:00 PM



Randy
what command would i need to send my ff3 file loacted in my documents to opt folder sudo plus what?
Nov 30, 2008 7:55:00 PM



Your tutorial didnt go as planned. Something happens to the security when I try to open firefox. Doing a fresh recovery as we speak. Im not a noob at Linux but Im not a power user either. So I dont know what happened, I copied and pasted your code...wtf!?
Dec 3, 2008 6:31:00 AM



Anonymous
Just recently purchased an Aspire One for portability. Had planned on possibly getting the Windows version (so I would have compatibility with my desktop PC), but a friend said I should be able to file share documents between the two, so I took the plunge and got a Linux system instead.

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.
Dec 8, 2008 4:11:00 PM



Anonymous
hi this was massively helpful im very greatful thanks
Dec 8, 2008 4:52:00 PM



Anonymous
hi, as well as this being massivelky helpful, i then went back and tried to edit my browser logo to teh firefox logo and instead i have lost all logos for it! :(
thanks
Dec 8, 2008 5:21:00 PM



Anonymous
Super!! :-)
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
Dec 9, 2008 6:47:00 AM



Anonymous
I followed your instructions for adding firefox 3.0.1 and all went well including the desktop icon, however everytime I click on the Icon I get the software license agreement. I am thinking I must have missed a step or something. Have any ideas to the problem? Thank you.
Dec 10, 2008 8:39:00 PM



Anonymous
Thanks so much for the great hack. I have now updated to firefox 3 and all works well. The previous time when I tried it I neglected to delete the old profile and when I retried everything worked as expected. Thanks for everything.
Dec 13, 2008 3:09:00 AM



Early Xmas Pressie
Worked a treat, many thanks.
Dec 24, 2008 10:08:00 PM



Anonymous
the terminal closes after its dun the first step, then it carnt find the file
Dec 25, 2008 11:09:00 AM



Anonymous
" The command "vlc" failed to run:
Failed to execute child process "vlc" (No such file or directory) "
Any idea how to run VLC on my Acer one ? Its installed already.
Dec 29, 2008 2:22:00 AM



Anonymous
Perfection!!!
Copied and Pasted commands.
Many thanks.
Dec 30, 2008 9:19:00 PM



Thanks for the instruction. Everything work fine the first time.
Dec 31, 2008 2:27:00 AM



Anonymous
Great thanks, just upgraded to 3.0.5.
Dec 31, 2008 2:11:00 PM



FF3 (a modified version of 3.0.3) is available on Acer's support pages.
Jan 1, 2009 3:36:00 PM



I am brand new to Linpus and i think this is a great job!
Jan 2, 2009 12:22:00 AM



Anonymous
Hi, I installed the FF3 3.0.3 provided by Acer (40 MB, why?) but every now and then the browser shuts down viewing some pages, perhaps some bug solved in the new realease available. Now is there a way to upgrade the patched version of Acer ? It's better to remove it and then install the newer version in /etc/opt/ or can I upgrade simply giving as installation dir /usr/lib/ (I can see there the folder firefox-3.0.3)? Thank for your help.
Jan 2, 2009 4:51:00 PM



Installed the FF3.0.3 provided by Acer and now I cannot get rid of the google toolbar. I prefer the firefox toolbar over it. Any ideas on that?

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
Jan 6, 2009 4:58:00 AM



i need to install it please
Jan 12, 2009 8:50:00 PM



ff3 -profilemanager -no-remote dosnt work
Jan 13, 2009 6:35:00 PM



Anonymous
Following on from all of the above can anyone help? My problem is as follows:

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
Jan 19, 2009 5:59:00 PM



Anonymous
Following on from my post I decided I would try again so entered:

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
Jan 19, 2009 6:16:00 PM



Anonymous
Easy way:
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
Jan 20, 2009 12:04:00 PM



Anonymous
If I am in the USA can I use this patch??
Jan 20, 2009 1:27:00 PM



Yes, but the version provided by Acer cannot be updated. If you still want to use it you can find general instructions for the applications here.

Jan 21, 2009 3:51:00 AM



Or alternatively... for people who don't want to dive in at the command line... acer provide a convenient update package that will install FF3 automatically -- you'll find it here: www.acer.com/aspireone/updates.
Jan 24, 2009 10:14:00 AM



Anonymous
Well, finally got FF3 installed and WORKING, after changing the EXEC = to point to the proper location. Now, if I could only get the Java applet to start with my GOTOMYPC I would truly be happy. I've tried everything I've seen published plus following directions from the GOTOMYPC support people. Anyone got any ideas?
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 ! ! !
Jan 24, 2009 10:36:00 PM



The solution to your problem may be here.

Jan 24, 2009 11:01:00 PM



Hello there!

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
Jan 25, 2009 3:10:00 PM



Sure, just add a link to the original article for reference.

Jan 26, 2009 3:40:00 AM



Anonymous
Can you believe it? My system just got updated by Acer and they reinstalled the OLD firefox!
Jan 28, 2009 11:21:00 PM



Anonymous
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.
Feb 5, 2009 7:48:00 AM



Anonymous
Ignore the above post - fixed it.

Thanks for the guidance.

Geraint.
Feb 5, 2009 4:16:00 PM



Anonymous
You're my hero of the day. Please consider a donation link or a free beer next time you visit Uppsala, Sweden.

Thanks!
-K
Feb 8, 2009 6:42:00 PM



Anonymous
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???
Feb 13, 2009 8:04:00 PM



Anonymous
Awesome post - seem to have worked fine for me just by cutting and pasting
Andy
Feb 15, 2009 6:30:00 PM



Anonymous
Worked great, icons and all! Having a hard time setting it as my default browser, however (FF2 is currently set). Sorry, I'm dumb.
Feb 16, 2009 4:41:00 PM



Mishele
hey thnks for the browser..but im havin problms.....the link on the desktop wont open..it'll just show tht timer thing and thn stop as if nothin happnd.....if i launch it thru alt+f2 firefox 2 opens.....sumtymes firefox 3 opens if i launch thru its folder, but now whnvr it opens it gets stuck...i tried reinstalling, but same problem...help please..
Feb 16, 2009 5:22:00 PM



Anonymous
HELP!!!!!!!!!!!!!! Im having the same problem as this posted by a few other guys on here. Is there a solution????


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
Feb 21, 2009 8:30:00 PM



I've successfully installed FF3 as per your instructions - thanks for these. However, Thunar Help continues to access FF2 (if FF3 is not running). When it does, FF2 checks plug-ins etc. then launches. On resuming FF3 it does the same. So
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).
Feb 22, 2009 10:28:00 AM



Anonymous
For those of you considering downloading the .firefox3.sh from acer, be advised that you get google toolbar into the bargain whether you want it or not. It refuses to be uninstalled or even inaktivated so to all intents and purposes it is a virus,
Feb 25, 2009 10:30:00 PM



Anonymous
Thank you very much. I just followed your instructions to the letter as a Linux ignorant and BINGO I now have Firefox 3, even its logo on my desktop...and everything else works. Thanks once more Macles
Feb 28, 2009 9:57:00 PM



Anonymous
hi thanks for all the post, somehow or rather, lost the firefox3 on home desktop. how 2 recover it again. sudo mousepad /usr/share/applications/linpus-web.desktop

Icon=firefox.png

tq
Mar 12, 2009 4:55:00 AM



Anonymous
thank you so much! followed ur instruction(copied & pasted) and every thing run smoothly. I have installed it in less than 10 minutes. Thanks for the great help!!!
Ilmaormaa
Mar 15, 2009 2:48:00 PM



Anonymous
Hi
this worked but I cannot bookmark anything. once I save a bookmark, it disappears after a restart?
Mar 15, 2009 5:06:00 PM



grahamt
Two questions:

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.
Mar 18, 2009 4:11:00 PM



Anonymous
Hi,

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.
Mar 18, 2009 8:00:00 PM



You can uninstall the download provided by Acer in the Live Update installer. The version number in the URL can be changed, otherwise Firefox will prompt you to update to the newest version anyway.

Mar 19, 2009 12:45:00 AM



guy
aaargh,
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
Mar 25, 2009 2:17:00 PM



Caligari
Hi!

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.
Apr 4, 2009 4:46:00 AM



Anonymous
Worked 1st time! Spot on!
Apr 9, 2009 8:07:00 PM



Anonymous
Worked 1st time! Spot on!
....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
Apr 9, 2009 11:06:00 PM



Just use the following command.

sudo ln -fs /opt/firefox/firefox /usr/bin/firefox

Apr 9, 2009 11:14:00 PM



Anonymous
this was fab and worked very easily. well done and big thanks sir
Apr 11, 2009 5:20:00 PM



Anonymous
"
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
Apr 11, 2009 10:54:00 PM



That must be left the way it is because that specific library is not included in Firefox 3 anymore. It is only used to render a few HTML elements within Adobe Reader itself anyway. One of them is Adobe Help, so if that works everything is fine.

Apr 11, 2009 11:26:00 PM



Anonymous
Fine...thanks for the advice.

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
Apr 13, 2009 8:24:00 PM



When i paste the bit for the plug-ins it says this is not a directory
any ideas?
Apr 16, 2009 10:43:00 PM



Michele
Hi,
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?
Apr 26, 2009 12:03:00 PM



Anonymous
Perfection! I'm a total noob although generally feel comfortable with computers. I was a little nervous but I dove in and it all worked perfectly. Faster than previous version and pages render better (anyone else experience tons of white space at the top of Facebook profiles? Updated firefox renders them correctly and resolves this). Was also able to use automatic update to get 3.0.10 Thanks!
May 2, 2009 7:26:00 PM



Chris S
hi, I'm having trouble with getting messenger to work after the firefox 3 update, when I click on the messenger icon it does nothing it doesn't even show any signs that its trying to load, the email client doesn't work either, other then those 2 programs not working everything runs fine including firefox itself so any help would be greatly appreciated, thanks in advance
May 15, 2009 1:02:00 AM



Anonymous
chris s, my laptop (aspire one linux) does this regulary the only cure i have found so far is resetting it, with the disc that came with it
Jun 5, 2009 12:39:00 AM



Anonymous
hi

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 :)
Jun 18, 2009 11:18:00 PM



When you run the command to launch the profile manager it will do just that. All the required operations can then be made within the profile manager. It's only a small window, so you might not have noticed it.

Jun 19, 2009 12:19:00 AM



Anonymous
Worked fine for me so far, thanks for the post.
Jun 20, 2009 10:52:00 AM



Anonymous
THANK YOU SOOOOOOOOOOOOO MUCH - you're an absolute start :-)

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
Jun 21, 2009 10:58:00 PM



Anonymous
BTW with ff3 when I log into secure accounts there's not lock on the address bar like with ff2 but all the security settings seem to be on, i can assume it's still safe to use e.g. paypal etc?
Jun 21, 2009 11:00:00 PM



Linus
Great tutorial. Thanks.
Jun 26, 2009 2:23:00 AM



Anonymous
This works for Firefox 3.5 too. Just substitute firefox-3.5 for firefox-3.0.9 in the above instructions
Jul 1, 2009 10:31:00 PM



I updated the instructions to the newest Firefox version.

Jul 3, 2009 3:45:00 PM



excellent! so easy. thanks!!
Jul 3, 2009 7:55:00 PM



hazza
macles is the any way i can find out where firefox was saved to??
Jul 3, 2009 8:57:00 PM



Anonymous
Is it quite safe to do this for 3.5 if you'd already updated to 3.0.3 via Acer Live Update...?

Thanks.
Jul 4, 2009 7:39:00 PM



It's safe, yes. You can also skip creating a new profile in that case.

Jul 4, 2009 8:39:00 PM



Anonymous
Worked first time with no problems,
Cheers
Jul 5, 2009 11:23:00 AM



Anonymous
my live update is showing up-to-date but yahoo page shows get firefox3
how i know which Firefox version i got
help me plz
Jul 5, 2009 11:34:00 PM



Anonymous
"It's safe, yes. You can also skip creating a new profile in that case. "

Fabby doo, worked as advertised. Thanks for that. Now... Open Office, stick or twist... hmmmm.

Cheers,
David
Jul 6, 2009 7:53:00 PM



Anonymous
Thanks a lot for that. It worked perfectly first time.

Cheers,

Ade.
Jul 8, 2009 11:50:00 AM



Anonymous
Thanks for the great post. It worked smoothly and perfectly on one of my two AAO 110 twins and works great.

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
Jul 9, 2009 2:21:00 PM



Anonymous
THNX ! Great Stuff !
Jul 10, 2009 9:29:00 AM



Anonymous
This is awesome FF3.5 installed in 5 minutes ;-) and with new icon sweet.

Thanks
Jul 10, 2009 10:10:00 PM



Anonymous
I have upgraded to Firefox 3.5 and still have the Mail/RSS working, however when I click a link in an email or RSS feed it doesn't do anything. It used to jump straight to the internet browser for that site/article.

Have I missed something when upgrading to Firefox 3.5?
Jul 12, 2009 5:11:00 PM



Anonymous
thanks! just got an AA1, and installed FF3.5 with no problems! great resource, please keep it up
Jul 14, 2009 1:20:00 AM



Anonymous
Thanks Macles. Successfully installed Firefox 3.5.1 using your instructions. Absolutely no problems at all following your guides.
Jul 19, 2009 10:09:00 PM



Thanks! Firefox 3.5.1 installed.
Jul 26, 2009 6:52:00 PM



Anonymous
I have the same problem as someone else where both 3.5 and 3.5.1 freezes on startup when trying to bring up a page. Running FireFox through the command line I get someone glibc invalid pointer exceptions and then it freezes. Anyone resolve this? I have the pretty much standard installation with Open Office and before Firefox 3.0.8 which worked fine.

Thanks
Jul 29, 2009 2:50:00 AM



Anonymous
Like everybody else, thanks for this info.

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.
Jul 30, 2009 12:52:00 AM



Macles, you are amazing!


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
Jul 30, 2009 1:26:00 PM



Anonymous
Its ridiculous that uninstalling firefox should try and uninstall xfce or other components. The way that Yum calculates dependencies is seriously wack. But thanks for the tip ;-)
Aug 4, 2009 11:58:00 PM



Anonymous
You are the man.
thanks for your continuous help.
Aug 8, 2009 9:49:00 PM



I've had my AA1 for a couple of months & am running ff3.5.2 & thunderbird all thanks to 'macles'. My problem is I've suddenly lost Adobe. When I try to open a .pdf file I get the Adobe 8 initialisation screen, which asks me to accept the licence agreement. I do - & nothing happens.
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
Aug 12, 2009 11:17:00 AM



Hi, the download link for Firefox 3.5.2 needs updating. The new link is:

http://www.mozilla.com/products/download.html?product=firefox-3.5.2&os=linux&lang=en-US

Regards,

Ian
Aug 14, 2009 2:58:00 PM



Sorry, I forgot to say thanks for this excellent guide.
Aug 14, 2009 3:00:00 PM



Anonymous
Hello Macles,

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
Aug 14, 2009 4:34:00 PM



Anonymous
Great!! Thank you
Aug 14, 2009 11:26:00 PM



I updated the instructions to the newest Firefox version, but Firefox does automatically update to the newest version anyway if you install a previous version. So I probably won't be making any further updates to it.

Aug 15, 2009 5:01:00 AM



kevin
i want to change easy peasy from linpus
does same update instructions will work
they don't have update in firefox3
can you help
Aug 16, 2009 9:55:00 PM



David
Thank you so much for this. Like so many others I found running Firefox 2 very frustrating and some sites wouldn't load correctly. Just followed your instructions, which were so straightforward and now I'm up and running on 3.5.2.
Aug 17, 2009 10:17:00 PM



WORKED 100%

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
Aug 21, 2009 4:08:00 PM



Anonymous
Excellent, worked first time (and I'm not very technical)

Thank you!!!
Aug 22, 2009 2:37:00 PM



Anonymous
Big big thanks from a clueless linux user!

I copied & pasted everything to the letter & it worked! So happy now :)
Aug 22, 2009 3:40:00 PM


<   1 – 200 of 212  >