FS#21416 - [freewrl] lacks the mozilla plugin
Attached to Project:
Community Packages
Opened by Giuseppe Borzi (gborzi) - Friday, 22 October 2010, 12:46 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 26 October 2010, 10:13 GMT
Opened by Giuseppe Borzi (gborzi) - Friday, 22 October 2010, 12:46 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 26 October 2010, 10:13 GMT
|
Details
Description: Freewrl lacks the mozilla plugin. In the
package available from the repo
/usr/lib/mozilla/plugins/libFreeWRLplugin.so is a dead link
to /usr/lib/libFreeWRLplugin.so, so the plugin don't work in
browsers. The current source package builds and correctly
installs libFreeWRLplugin.so under /usr/lib/mozilla/plugins,
but then this is overwritten by the dead link because of the
line
ln -s -f /usr/lib/libFreeWRLplugin.so $pkgdir/usr/lib/mozilla/plugins/libFreeWRLplugin.so at the end of PKGBUILD. Removing this line the package builds fine, including the plugin. Additional info: * package version(s) freewrl 1.22.9-1 * config and/or log files etc. Steps to reproduce: try to use the freewrl plugin on your browser; The command "file /usr/lib/mozilla/plugins/libFreeWRLplugin.so" returns /usr/lib/mozilla/plugins/libFreeWRLplugin.so: broken symbolic link to `/usr/lib/libFreeWRLplugin.so' |
This task depends upon
Comment by Giuseppe Borzi (gborzi) -
Friday, 22 October 2010, 14:09 GMT
I have just noticed that freewrl 1.2.10 has been released on Oct.
20th. Please update.