Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#12506 - firefox 3.0 wont find the flash plugin.
Attached to Project:
Arch Linux
Opened by Campbell Barton (ideasman42) - Friday, 19 December 2008, 16:19 GMT
Last edited by Jan de Groot (JGC) - Sunday, 21 December 2008, 16:38 GMT
Opened by Campbell Barton (ideasman42) - Friday, 19 December 2008, 16:19 GMT
Last edited by Jan de Groot (JGC) - Sunday, 21 December 2008, 16:38 GMT
|
DetailsDescription:
installing adobe flash doesnt work with arch firefox-3.0 because it does not look in /usr/lib/mozilla/plugins/ Copying the plugins to ~/.mozilla/plugins makes firefox load with the plugins enabled. Attached strace output Additional info: * extra/flashplugin 10.0.15.3-1 * extra/firefox 3.0.4-1 * i686 up to date arch Steps to reproduce: * install firefox3 and flash nonfree, * start flash * navigate to a site with flash and try to view. |
This task depends upon
Closed by Jan de Groot (JGC)
Sunday, 21 December 2008, 16:38 GMT
Reason for closing: Not a bug
Additional comments about closing: Adding an profile.d script is the only solution. This "bug" affects all applications that can embed firefox plugins, it's a no-go to add a launcher script to every application.
Sunday, 21 December 2008, 16:38 GMT
Reason for closing: Not a bug
Additional comments about closing: Adding an profile.d script is the only solution. This "bug" affects all applications that can embed firefox plugins, it's a no-go to add a launcher script to every application.
firefox_3_strace.txt
if you install firefox for the first time and you want to test plugin is a wrong aproach.
you need to relogin to have a valid MOZ_PLUGIN_PATH
From /var/abs/extra/firefox/PKGBUILD
depends=('xulrunner=1.9.0.4' 'desktop-file-utils' 'shared-mime-info')
Should this become a firefox dependancy?
Note, that my arch install is only 1 week old, and I have only installed 10-20 package so far with minimal hand editing of config files.
The problem seems to be /etc/profile.d/mozilla-common.sh is not running
if I type this in a terminal, firefox starts with flash running.
". /etc/profile.d/mozilla-common.sh; firefox"
However opening a terminal (running standard bash), then run firefox, no flash plugin, MOZ_PLUGIN_PATH is not set as an environment variable.
What shell are you using btw?
There could be a few solutions to this problem.
* give a message once the flash package is installed that the user will need to logout/login - do packages support this?
* add some other way for the plugin path to be set (if there is no plugin env var, set it to /usr/lib/mozilla/plugins for eg)
I guess this is tecnically not a bug, however it is in the sense that you cant install firefox and flash and use them without logging out/in, which is not communicated to the user.
Usually /usr/bin/firefox is (or links to) a script setting up a proper envorinment.
I think that a script is better than a pacman message.