Konqueror & Flash HowTo
Prerequisites
FreeBSD 5.5-RELEASE/i386 or later.
For KDE versions older than KDE 3.4.0, you also you need to install the konqueror-nsplugins port
Installing Flash
Since the Flash Player from Macromedia is only distributed in binary form and only for Linux, we need to install a wrapper to make it accessible for Konqueror. Install nspluginwrapper and the actual Flash Player linux-flashplugin7 from ports:
cd /usr/ports/www/nspluginwrapper && make install clean cd /usr/ports/www/linux-flashplugin7 && make install clean
Setting up nspluginwrapper
Run
nspluginwrapper -v -a -iThis command lets nspluginwrapper search for installed plugins and generate wrapper libraries in ~/.mozilla/plugins. These wrapper libraries will also be visible to and usable by native FreeBSD builds of Firefox, Mozilla and Seamonkey.
Setting up Konqueror
In order for Konqueror to find the plugin for the Flash Player, you might have to add an additional search-path to the plugins-section of Konqueror's settings.
- Open Konqueror.
- In the Konqueror menubar, traverse the submenus until you arrive at:
Settings -> Configure Konqueror -> Plugins - Proceed to the Scan tab.
- Select the Scan for New Plugins button.
Plugins are now searched and if everything worked well, you should see an entry for the Flash-plugin when you switch to the Plugins tab.
The installation is finished and you can check if everything works at the Adobe Flash Website.
[ Edit ]
KDE on FreeBSD