Monday, August 31, 2015

LightSpark Flash Player Alternative


Try traditional installation
$sudo add-apt-repository ppa:sparkers/ppa
$sudo apt-get update

$sudo apt-get install lightspark browser-plugin-lightspark



Make link to library or copy to plugin directory
$sudo cp /usr/lib/lightspark/liblightsparkplugin.so ~/.mozilla/plugins/
$sudo cp /usr/lib/lightspark/liblightsparkplugin.so /usr/lib/mozilla/plugins/

or
$ln -s /usr/lib/lightspark/liblightsparkplugin.so ~/.mozilla/plugins/liblightsparkplugin.so


Note: try run $locate libflashplayer.so , for know where is the plugin directory















No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...