piątek, 1 lipca 2011

How to get flash player working on BT5 Gnome / KDE x64

1. Remove flash player and library
apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
rm -f /usr/lib/firefox/plugins/libflashplayer.so
rm -f /usr/lib/mozilla/plugins/libflashplayer.so
rm -f /usr/lib/mozilla/plugins/flashplugin-alternative.so
rm -f /usr/lib/mozilla/plugins/npwrapper*flash*so
rm -f ~/.mozilla/plugins/*flash*so
2. Download Flash Player and Flash Square
wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz

Get from http://get.adobe.com/flashplayer/completion/?installer=Flash_Player_10.2_for_Linux_%28.tar.gz%29
Link: http://labs.adobe.com/downloads/flashplayer10_square.html
Link: http://get.adobe.com/flashplayer/otherversions/


3. Install Flash Square
tar xvfz flashplayer10_2_p3_64bit_linux_111710.tar.gz
chown root:root libflashplayer.so
chmod 0644 libflashplayer.so
cp -f libflashplayer.so /usr/lib/mozilla/plugins/
rm -rf libflashplayer.so
ln -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox/plugins


4. Install Flash Player again.
tar xvfz install_flash_player_10_linux.tar.gz
mkdir ~/.mozzila/plugins
mv -f libflashplayer.so ~/.mozilla/plugins/

BT5 start KDE

vi /etc/rc.local
na koncu ma być tak:

kdm
exit 0