You are not logged in.
Pages: 1
Hi,
I installed flash, java, and the mplayer-plugin following this wiki page: http://wiki.archlinux.org/index.php/Firefox#Plugins
However, my about:plugins reports no plugins installed, even after chmodding the /usr/lib/mozilla directory like it says. I've restarted Firefox as well, still no luck.
Any idea as to what's wrong?
Last edited by vertimyst (2008-12-13 19:41:02)
-Vert ![]()
---------
Free webhosting@http://shadowserve.ath.cx - Currently and soon to go through many changes, still alive! - June 29, 2009
Offline
Do you have a 'plugins' directory in your '.mozilla' folder ?
If not, just create one and try Firefox again.
Deej
Offline
Offline
I just checked about:plugins, and they're all listed now. Maybe rebooting fixed it; I hadn't thought of trying that, and I turned my computer off for the night.
Thanks anyway, though. ![]()
-Vert ![]()
---------
Free webhosting@http://shadowserve.ath.cx - Currently and soon to go through many changes, still alive! - June 29, 2009
Offline
I just had the same issue on a clean install.
I installed flashplugin and mplayer-plugin, I did chmod 755 as per the wiki, the permissions in /usr/lib/mozilla/plugins are correct, the files are actually in the plugins folder, the about:buildconfig is looking in /usr/lib for the mozilla folder, I created a blank plugins dir in ~/.mozilla, and ran "ps ax" when restarting firefox to make sure it was dead.
I ended up having to symlink the plugins dir into my home dir, which is a bit hacky, but at least it works.
ln -s /usr/lib/mozilla/plugins ~/.mozilla/
Offline
I just had the same issue on a clean install.
I installed flashplugin and mplayer-plugin, I did chmod 755 as per the wiki, the permissions in /usr/lib/mozilla/plugins are correct, the files are actually in the plugins folder, the about:buildconfig is looking in /usr/lib for the mozilla folder, I created a blank plugins dir in ~/.mozilla, and ran "ps ax" when restarting firefox to make sure it was dead.
I ended up having to symlink the plugins dir into my home dir, which is a bit hacky, but at least it works.
ln -s /usr/lib/mozilla/plugins ~/.mozilla/
That is increddible ugly. Specially since you could simply have logged out/in or source /etc/profile.d/mozilla-common.sh
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Pages: 1