macles
October 16, 2008
Installing Opera on Aspire One Linux
Most Opera fans probably already installed their favourite browser on the AA1, but with a market share of only about 2% many AA1 users will probably not even know about it. Making them potential Opera users.

Opera is fast and usually spearheading the browser community when it comes to new features and adoption of new web standards. It was the first to use multiple windows in a single browser, which later turned into tabbed browsing. You can see an overview of all features here.

Since the market share is so low there are still web sites that don't work properly with Opera, or will look different compared to Firefox or WebKit (Chrome, Safari) based browsers. Opera uses the Qt framework, which also makes it look a little out of place on the AA1. I recommend to install the Tango skin to give it a more familiar look.

If you want to give it a try download the latest multi-language version 9.63 from an official mirror. You can also skip the terminal and just install it via this link instead.

wget "http://www.opera.com/download/get.pl?id=31881&location=270&nothanks=yes&sub=marine"
sudo rpm -i opera-9.63.gcc4-shared-qt3.i386.rpm


Unfortunately Opera only supplies a low resolution icon by default, but you can download a high resolution version and put it on the desktop with the commands below.

sudo wget -O /usr/share/pixmaps/opera.png http://promote.opera.com/logos/Opera1_t.png

sudo cp /usr/share/applications/linpus-web.desktop /usr/share/applications/opera.desktop
sudo sed -e'/Exec/cExec=opera' -e'/Icon/cIcon=opera' -i /usr/share/applications/opera.desktop
dca add 10 "file='/usr/share/applications/opera.desktop'"


If it wasn't for the icon the installation probably couldn't be more simple.
21
Robby
If you want a better Opera icon than the crappy default low resolution one, you can download one there : http://my.opera.com/community/opera/logos/

I use the 60x60 px Faux 3D alpha channel logo (Opera1_t.png) and it looks cute on my Linpus desktop :)
Oct 17, 2008 3:04:00 AM
Thanks, i'll add it to the article.
Oct 17, 2008 3:09:00 AM
Anonymous
I'm using this icon: http://upload.wikimedia.org/wikipedia/commons/f/f2/Opera.png which looks gorgeous on the acer desktop.

Thanks for the guide Macles.
Oct 17, 2008 4:52:00 AM
JhedRotten
macles please make a how-to on installing mozilla thunderbird that has check for updates enabled. i installed it via smart package manager and as usual it's locked. T_T
Oct 17, 2008 2:49:00 PM
Anonymous
Ooh yes, I second the Thunderbird with ubdates how-to. :)
Oct 17, 2008 3:54:00 PM
Anonymous
I've been using Opera for a month now. I have enjoyed its responsiveness, but there are major problems with it. After many tabs have been opened it can seize up the machine, requiring a hard reset and reboot. This is unacceptable for me.
Oct 19, 2008 5:53:00 AM
dr3as
Same problem as the guy above, after some use Opera takes over all the memory, and it still taken after closing opera.. Reboot needed.
Oct 19, 2008 4:25:00 PM
Anonymous
I've accidentally executed the command to place the Opera icon on desktop twice, now the duplicate hides beneath the mobile partner icon, how can i remove the duplicate opera icon?
Oct 20, 2008 10:05:00 AM
Edit the file and remove the duplicate line.

sudo mousepad /home/user/.config/xfce4/desktop/group-app.xml
Oct 21, 2008 3:12:00 AM
Anonymous
Thanks a lot for your help. I am completely new to Linux and thanks to your instructions I was able to update all important programs using yum. One more question: How can I link Thunderbird to my desktop?
Oct 21, 2008 7:47:00 AM
Anonymous
Hi Macles! Thanks Again, one question? Is there a way to optimize Soliddisk or to clean registry or something likethis on linpus?
Oct 22, 2008 2:14:00 AM
Anonymous
Hi, methinks mobile partner icon is taking index 7, had to correct it to 8 in group-app.xml entry for opera. Otherwise fine, so far. Maybe "Browser" name better was straight "Opera", as duplicates default one...
Oct 25, 2008 11:31:00 AM
Anonymous
What did I do wrong?

This is the screen output:

[user@localhost ~]$ sudo rpm -i opera-9.60.gcc4-shared-qt3.i386.rpm
audit_log_user_command(): Connection refused
package opera-9.60-2444.gcc4.shared.qt3 is already installed


Anyone able to help?
Regards, Rob
Oct 26, 2008 7:24:00 AM
Anonymous
I've installed opera 9.62, but cant find it anywhere? I can only see it as an executable fine in the file system and when i run it i get the following error message...Opera encountered a problem during plug-in setup.

Plug-ins will not work properly.

Check your installation.



Could not locate plug-in executable 'operapluginwrapper'

This executable is included in the install package.



Searched directory:


How do i fix this add opera to my network/desktop. Alternatively, how do i unistall/delete opera all together??
Nov 10, 2008 7:41:00 AM
rowl
Thanks for the great post on here, I'm a new Linux user, after years of Windows (was MS Certified!), but liking linux and lots of learning still to do!
But I could do with being able to print to my Canon Pixma IP5200, even if only text. I've searched and found lots of info on linux printing (CUPS,guten print etc..) but nothing specifically for Linpus on the AA0. Not even a generic Hot to install all these things!!!
Any one help?

Thanks
Feb 2, 2009 9:13:00 PM
Paul
Thanks so much for this howto. Opera has been my first choice browser for about 6 years, so I was missing it quite a lot on my new toy!

Any tips on copying my mail from Opera on a Mandriva installation? I suppose it must be pretty straightforward.

Thanks again
Feb 3, 2009 6:25:00 PM
zoestefaan
Thank you !
Installed with the nice icon and moved it to place 1 on the desktop-file.

I just love my wifes AA1 :)
Mar 31, 2009 2:22:00 AM
BA
when I try to run the comand: dca add 10... The computer tels med that it can't find dca? Any idea?
Apr 7, 2009 11:17:00 AM
Anonymous
I have the same problem... cant find dca..
Jul 20, 2009 11:01:00 PM
larkim
My interest in Opera has been raised due to the "turbo mode" capabilities in the new (beta) version 10.x which forces all traffic through an server run by Opera and downscales images etc to bring a faster browsing solution when on the road (e.g. using dialup over GPRS etc). Is it straightfoward to convert the wget / rpm instructions above to test out version 10.x on the AA1?
Aug 10, 2009 2:05:00 PM
Anonymous
Opera 10 works great as well. Thanks for the post. Also for the people with the dca exceptions it is a separate command. :)
Sep 3, 2009 3:04:00 AM