Hallo,
hatte bisher selten Probleme mit dem beliebten nspluginwrapper. Bei der Neuinstallation hatte ich nun aber folgendes Phänomen - kennt Ihr das:
Zitat:
$ nspluginwrapper -v -a -i
...
Auto-install plugins from /usr/local/lib/npapi/linux-f10-flashplugin
Looking for plugins in /usr/local/lib/npapi/linux-f10-flashplugin
Install plugin /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
... already installed system-wide, skipping
...
|
Dieses "system-wide" scheint erstmal zu stimmen, weil ich nspluginwrapper schon als root aufgerufen hatte und dabei dies korrekt passierte:
Zitat:
# nspluginwrapper -v -a -i
...
Auto-install plugins from /usr/local/lib/npapi/linux-f10-flashplugin
Looking for plugins in /usr/local/lib/npapi/linux-f10-flashplugin
Install plugin /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
into /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so
...
|
In den Browsern wird das Plugin in dem "system-wide" Plugin-Ordner aber offenbar nicht berücksichtigt. Erst ein symlink nach ~/.mozilla/plugins/ ließ das vorhandene Flashplayer-Plugin auch im Browser erscheinen.
Heißt das, dass dieses "system-wide" einfach nicht funktioniert? Dann müsste der Port wohl angepasst werden, damit immer auch eine user-spezifische Anwendung von nsplusinwrapper funktionert und nicht mit dem Hinweis, dass das ja schon system-wide installiert ist, ausbleibt.