Home » » [SOLVED] Install Flash Plugin on BT5 64 bit

[SOLVED] Install Flash Plugin on BT5 64 bit

Mozilla released an browser specially for 64-bit arch called "Nightly". I personally used it for default browser. Its work nice on my BT 5 R3 64 bit gnome.

What you need:

1- Latest Nightly 64 bit(linux)
2- Latest Flash 64 bit(linux)
*Grab the "bz2" files
3- Nightly icon(eg=http://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Nightly_icon_2011.png/42px-Mozilla_Nightly_icon_2011.png)

Close firefox & here the steps:

pkill firefox
mkdir /tmp/fox
cd /tmp/fox
rm -rf /opt/firefox/*
rm -rf /usr/lib/mozilla/plugins/*
rm -f /usr/share/icons/mozicon128.png
mkdir /usr/lib/mozilla/plugins
mkdir /opt/firefox

#unpack
tar -xvf "nightly"
tar -xvf "flash"

#install
cp -R firefox/* /opt/firefox
cp libflashplayer.so /usr/lib/mozilla/plugins/




#Change icon
cp -f 42px-Mozilla_Nightly_icon_2011.png /usr/share/icons/mozicon128.png

Restart browser or what needed

0 comments:

Post a Comment