FirefoxAMD64FlashJava

Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2006-01-03 04:08:06
Size: 3655
Editor: 169
Comment:
Revision 9 as of 2006-01-03 04:13:55
Size: 3785
Editor: 169
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
You can run Flash and Java plugins in AMD64 bits computers with Firefox, just follow these easy steps :
==
You can run Flash and Java plugins in AMD64 bits computers with Firefox, just follow these easy steps : ==
Line 7: Line 9:
Line 8: Line 11:
Line 11: Line 15:
Line 12: Line 17:
Line 15: Line 21:
Line 17: Line 24:
'''3 - Untar the downloades file like you allways do in Ubuntu, and go inside the directory :'''
'''3 - Untar the downloaded file like you allways do in Ubuntu, and go inside the directory :'''
Line 20: Line 29:
Line 21: Line 31:
Line 24: Line 35:
Line 25: Line 37:
Line 26: Line 39:
Line 29: Line 43:
Line 31: Line 46:
Line 32: Line 48:
Line 38: Line 55:
Line 39: Line 57:
Line 42: Line 61:
Line 43: Line 63:
Line 49: Line 70:
Line 50: Line 72:
Line 53: Line 76:
Line 55: Line 79:
Line 56: Line 81:
Line 57: Line 83:
Line 60: Line 87:
Line 61: Line 89:
Line 64: Line 93:
Line 65: Line 95:
Line 66: Line 97:
Line 67: Line 99:
Line 68: Line 101:
Line 69: Line 103:
Line 70: Line 105:
Line 73: Line 109:
Line 74: Line 111:
Line 77: Line 115:
Line 79: Line 118:
Line 80: Line 120:
Line 81: Line 122:
Line 83: Line 125:
Line 84: Line 127:
Line 86: Line 130:
Line 87: Line 132:
Line 88: Line 134:
Line 89: Line 136:
Line 91: Line 139:
Line 92: Line 141:
Line 99: Line 149:
Line 100: Line 151:
Line 101: Line 153:
Line 103: Line 156:
Line 104: Line 158:
Line 105: Line 160:
Line 106: Line 162:
Line 107: Line 164:
Line 110: Line 168:
18 - Enjoy the net !
'''
18 - Enjoy the net !'''

Firefox 1.5, Flash and Java in amd64 Ubuntu Breezy installations

You can run Flash and Java plugins in AMD64 bits computers with Firefox, just follow these easy steps :

What we are going to do is install 'Firefox 1.5 32 bits version', using linux32 execution command. (Without the complicated 'chroot' method)

With this method you can't use the original 'Firefox' from Ubuntu, and this new installation, but this is not a problem because you won't use the default navigator anymore Wink ;)

1 - Install suport for 32 bits applications :

  • sudo apt-get install ia32-libs ia32-libs-gtk linux32

2 - Download firefox 32 bits version from www.getfirefox.com

3 - Untar the downloaded file like you allways do in Ubuntu, and go inside the directory :

  • cd ~/Desktop/firefox

    (or go where the uncompressed file is)

4 - Create a folder for the 32 bits firefox installation, and copy firefox there :

  • mkdir /usr/local/firefox32 cp -r -p ./* /usr/local/firefox32/

5 - Prepare pango to use firefox 32 bits :

  • sudo gedit /etc/pango32/pangorc &

6 - Write the next italic text to this file :

[Pango] ModuleFiles=/etc/pango32/pango.modules [PangoX] AliasFiles=/etc/pango/pangox.aliases

7 - Create the execution file for firefox of 32 bits :

  • sudo gedit /usr/local/bin/firefox32 &

8 - Write the next italic text to this file :

#!/bin/sh export GTK_PATH=/usr/lib32/gtk-2.0 export PANGO_RC_FILE=/etc/pango32/pangorc linux32 /usr/local/firefox32/firefox $@

9 - Make it executable :

  • sudo chmod +x /usr/local/bin/firefox32

10 - Check if your new 32 bits firefox is working :

  • firefox32 &

    (it says warnings but doesn't matter)

11 - To install flash, download linux 32 bits flash player from and untar it :

12 - Install flash player :

  • sudo bash apt-get install gsfonts apt-get install gsfonts-x11 cd ~/Desktop/ linux32 ./install_flash_player_7_linux/flashplayer-installer

    (When the installer asks you for the 'navigator path', write : /usr/local/firefox32/)

13 - Check if your new Firefox is working with flash, you can visit : http://wwww.macromedia.com

14 - To install Java player to run applets, go to http://www.java.com, and download the linux self stracting file for 32 bits linux computers (I was surprised to see than this file works in amd64 bits Breezy installation) :

15 - To install java :

  • sudo bash chmod 777 ./jre-1_5_0_06-linux-i586.bin

    (this file name will depend on the java version you download)

  • /jre-1_5_0_06-linux-i586.bin

    (say yes when asked) mkdir /usr/local/java32 cp -r -p ./jre1.5.0_06/* /usr/local/java32 cd /usr/local/firefox32/plugins/ ln -s /usr/local/java32/plugin/i386/ns7/libjavaplugin_oji.so .

16 - Restart firefox32 and check if java is working :

17 - Add an icon at the top tool bar to start this 'cool' browser :

  • Click with the right button at the top tool bar Choose : Add to panel Choose : Custom application launcher
    • Name : firefox32 Generic name : Firefox 1.5 32 bits Comment : Firefox with 'Flash' and 'Java' Command : firefox32 Type : Application Icon : /usr/share/pixmaps/mozilla-firefox.png

18 - Enjoy the net !

FirefoxAMD64FlashJava (last edited 2008-08-06 17:00:39 by localhost)