In ubuntu 11.04 how to make epiphany web browser open in new tab, not window.

Asked by oocevin

I have been trying for days to get icedtea6 to work in the new firefox 10 with now
head way. But it works in epiphany web browser. But I do not like clicking on a
url and it opens a new window. I do not see any thing in preference to change it.

Does any body know how.

Have to use it till they get that stupid firefox 10 right.

ooseven

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu epiphany-browser Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I have a script to give oracle java 1.7_02 if you want that in Firefox. Is your Ubuntu 32bit?

Revision history for this message
Sam_ (and-sam) said :
#2
Revision history for this message
oocevin (ccct007) said :
#3

That would be great actionparsnip, I want ff. But without pogo to work
for my wife I may even have to go to windows till they get it fixed.

AND I HATE WINDOWS!!

But I love my wife hahahaha

So please give me the script and in detail on how tos on doing it.

I know other people would like to know as well.

I know new releases has some bugs, but this one hit home with
the boss:-)

ooseven

Revision history for this message
Sam_ (and-sam) said :
#4

> So please give me the script

You've got it already.
https://answers.launchpad.net/ubuntu/+source/icedtea-web/+question/187360

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

What is the output of:

uname -a; lsb_release -a

Thanks

Revision history for this message
oocevin (ccct007) said :
#6

cevin@Cevin:~$ uname -a; lsb_release -a
Linux Cevin 3.0.0-15-generic-pae #26-Ubuntu SMP Fri Jan 20 17:07:31 UTC 2012 i686 athlon i386 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

cd $HOME
wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jre-7u2-linux-i586.tar.gz
sudo apt-get -y install unp
unp ./jre-7u2-linux-i586.tar.gz
rm ./jdk-7u2-linux-i586.tar.gz
sudo mkdir -p /usr/lib/jvm
cd /usr/lib/jvm
sudo mv ~/jre1.7.0_02/ .
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre1.7.0_02/bin/java 81
sudo update-alternatives --config java
cd /usr/lib/chromium-browser/plugins
sudo ln -s /usr/lib/jvm/jre1.7.0_02/lib/i386/libnpjp2.so .

Will add the plugin for Chromium.

Can you help with this problem?

Provide an answer of your own, or ask oocevin for more information if necessary.

To post a message you must log in.