OperaBrowser

Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2005-07-29 05:03:31
Size: 2159
Editor: S0106000d88b9f3db
Comment: Straight copy of Ubuntu Forum post, with some editing.
Revision 12 as of 2005-09-22 21:36:44
Size: 3777
Editor: c-67-166-167-125
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Opera Browser For Ubuntu = = Opera browser =
Line 3: Line 3:
Instructions to install & configure Opera 8 in Hoary, based off [http://www.ubuntuforums.org/showthread.php?t=40467 this Ubuntu Forum thread.] Instructions to install & configure Opera 8 in Hoary, based off [http://www.ubuntuforums.org/showthread.php?t=40467 this Ubuntu Forum thread.], updated for Opera 8.50
Line 9: Line 9:
Go to [http://www.opera.com/download/ Opera Download], make sure you choose the Ubuntu package, and pick a download mirror. (not all of Opera's mirrors have all the Linux packages, it seems) Go to [http://www.opera.com/download/ Opera Download Site], make sure you choose the Ubuntu package, and pick a download mirror. (not all of Opera's mirrors have all the Linux packages, it seems)

Or get the latest Preview from [http://snapshot.opera.com/unix/ Opera Preview and Betas]
Line 13: Line 15:
== Install Opera == == Installing Opera ==
Line 17: Line 19:
sudo dpkg -i Opera<tab>.deb sudo dpkg -i opera<Tab key>.deb
Line 21: Line 23:
Tab completion can be a major help with long, complex filenames. Provided you're in the correct directory, just typing "Opera" and then hitting the Tab key where it says <tab> in the above command should get Ubuntu to finish the filename for you. Note: Tab completion can be a major help with long, complex filenames. Provided you're in the correct directory, just typing "opera" and then hitting the Tab key where it says <tab> in the above command should get Ubuntu to finish the filename for you.
Line 25: Line 27:
== Ubuntu-izing Opera == == Ubuntu-izing Opera (Completing the install) ==
Line 27: Line 29:
Unlike most programs from Ubuntu's repositories, Opera won't add itself to Ubuntu's Application menu. That's easy to fix, though. We'll also get Opera to use Ubuntu's default file handler. Unlike many programs from Ubuntu's repositories, Opera will not add itself to Ubuntu's Application menu. That's easy to fix, though. We'll also get Opera to use Ubuntu's default file handler.
Line 34: Line 36:
And in gedit, type: In gedit, paste the following:
Line 52: Line 54:
mkdir ~/.opera
Line 61: Line 64:
Default File Handler=gnome-open exec,1
Default Directory Handler=gnome-open exec,1
Default File Handler=gnome-open ,1
Default Directory Handler=gnome-open ,1
Line 67: Line 70:
== Setting Opera as default browser ==

To set Opera as the system default browser and mailreader. Follow this steps:

 * Go to System -> Preferences -> Preferred Applications
 * Under the Web Browser tab select "Custom" and, in the Command box, enter:

{{{
opera -newpage "%s"
}}}

 * Under the Mail Reader tab select "Custom" and, in the Command box, enter:
{{{
opera -newmail "%s"
}}}

== Start the browser ==
Line 68: Line 89:

== Troubleshooting ==
=== Missing package ===
If you have choosen the qt-shared version, you need the libqt3c102-mt package. This is libqt3-mt in Ubuntu Breezy.

=== Operamotif problems ===
If you get any {{{operamotif}}} problems try the static version!

=== Java problems ===
If you start Opera from the console you may see the following error message if java doesn't work correctly:
{{{
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
}}}

To fix this, correct the Java path under {{{Tools -> Preferences -> Advanced Tab -> Content -> Java options}}}.
It should look similar to this:
{{{
/usr/lib/j2re1.5-sun/lib/i386/
}}}
Your actual java runtime version could be different from this one. Changes will not take effect until the browser is restarted.

Use [http://www.java.com/en/download/help/testvm.xml] to test your Java Virtual Machine (JVM).
----
CategoryDocumentation

Opera browser

Instructions to install & configure Opera 8 in Hoary, based off [http://www.ubuntuforums.org/showthread.php?t=40467 this Ubuntu Forum thread.], updated for Opera 8.50

Download the Latest Ubuntu Opera .deb

Opera now provides .deb files specifically for Ubuntu (Hoary only as of July 2005).

Go to [http://www.opera.com/download/ Opera Download Site], make sure you choose the Ubuntu package, and pick a download mirror. (not all of Opera's mirrors have all the Linux packages, it seems)

Or get the latest Preview from [http://snapshot.opera.com/unix/ Opera Preview and Betas]

Save the file to somewhere you can find it - either Desktop or your own home directory is best.

Installing Opera

Open a terminal. Type:

sudo dpkg -i opera<Tab key>.deb
password:

Note: Tab completion can be a major help with long, complex filenames. Provided you're in the correct directory, just typing "opera" and then hitting the Tab key where it says <tab> in the above command should get Ubuntu to finish the filename for you.

Opera will take a minute to install.

Ubuntu-izing Opera (Completing the install)

Unlike many programs from Ubuntu's repositories, Opera will not add itself to Ubuntu's Application menu. That's easy to fix, though. We'll also get Opera to use Ubuntu's default file handler.

Back in terminal:

sudo gedit /usr/share/applications/opera.desktop

In gedit, paste the following:

[Desktop Entry]
Encoding=UTF-8
Name=Opera Web Browser
GenericName=Web Browser
Comment=Simply the Best Internet Experience
Exec=opera %u
Terminal=false
MultipleArgs=true
Type=Application
Icon=/usr/X11R6/include/X11/bitmaps/opera.xpm
Categories=Application;Network
MimeType=text/html;image/gif;image/jpeg;image/png

Save this file, and go back to Terminal. Type:

mkdir ~/.opera
gedit ~/.opera/filehandler.ini

In gedit, paste the following:

Opera Preferences version 2.0
; Do not edit this file while Opera is running
; This file is stored in UTF-8 encoding
[Settings]
Default File Handler=gnome-open ,1
Default Directory Handler=gnome-open ,1

Save this file, and exit gedit.

Setting Opera as default browser

To set Opera as the system default browser and mailreader. Follow this steps:

  • Go to System -> Preferences -> Preferred Applications

  • Under the Web Browser tab select "Custom" and, in the Command box, enter:

opera -newpage "%s"
  • Under the Mail Reader tab select "Custom" and, in the Command box, enter:

opera -newmail "%s" 

Start the browser

You can now start up the best browser known to mankind by going Application menu --> Internet --> Opera Web Browser.

Troubleshooting

Missing package

If you have choosen the qt-shared version, you need the libqt3c102-mt package. This is libqt3-mt in Ubuntu Breezy.

Operamotif problems

If you get any operamotif problems try the static version!

Java problems

If you start Opera from the console you may see the following error message if java doesn't work correctly:

ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.

To fix this, correct the Java path under Tools -> Preferences -> Advanced Tab -> Content -> Java options. It should look similar to this:

/usr/lib/j2re1.5-sun/lib/i386/

Your actual java runtime version could be different from this one. Changes will not take effect until the browser is restarted.

Use [http://www.java.com/en/download/help/testvm.xml] to test your Java Virtual Machine (JVM).


CategoryDocumentation

OperaBrowser (last edited 2008-08-06 16:26:08 by localhost)