View previous topic :: View next topic |
Author |
Message |
gw Apprentice


Joined: 03 Dec 2006 Posts: 215
|
Posted: Sun Sep 26, 2010 12:44 pm Post subject: SOLVED: Lost all my firefox plugins |
|
|
Hi,
During my last update world, firefox was upgraded to www-client/firefox-3.6.9-r1.
Now all my plugins disappeared, about:plugins shows nothing.
Yet I also emerged flash and java, and plugins are there:
Quote: | ll /usr/lib/nsbrowser/plugins
lrwxrwxrwx 1 root root 60 2. Apr 20:52 javaplugin.so -> //usr/share/java-config-2/nsplugin/sun-jdk-1.6-javaplugin.so
lrwxrwxrwx 1 root root 41 24. Sep 12:11 libflashplayer.so -> /opt/Adobe/flash-player/libflashplayer.so
lrwxrwxrwx 1 root root 30 24. Sep 04:16 nppdf.so -> /opt/netscape/plugins/nppdf.so
|
But the new firefox version apparently wouldn't check this directory (plugins are only registered if I copy the files into ~/.mozilla/plugins, even symbolic linking to them doesn't work).
Fixes anyone?
thanks
gw
Last edited by gw on Thu Sep 30, 2010 10:42 am; edited 1 time in total |
|
Back to top |
|
 |
johnlu Apprentice


Joined: 22 Aug 2004 Posts: 242 Location: Córdoba, España
|
Posted: Sun Sep 26, 2010 9:05 pm Post subject: |
|
|
Same problem with www-client/firefox-3.6.9
I don't know what to do with this, I tried to re-emerge, to change USE related to adobe-flash, revedep-rebuild... |
|
Back to top |
|
 |
Xzarr n00b

Joined: 14 Mar 2009 Posts: 12
|
Posted: Mon Sep 27, 2010 1:09 pm Post subject: |
|
|
Had a simliar problem a short time back when this happened.
Quote: | *adobe-flash-10.2.161.22_pre20100915 (17 Sep 2010)
17 Sep 2010; Jim Ramsay <lack@gentoo.org>
+adobe-flash-10.2.161.22_pre20100915.ebuild:
Adobe Square (10.2 now with 64-bit support!) pre-release (Bug #337542)
|
Didn't work for me until I unmerged then emerged flash again. (No idea why it worked but it did) |
|
Back to top |
|
 |
johnlu Apprentice


Joined: 22 Aug 2004 Posts: 242 Location: Córdoba, España
|
Posted: Mon Sep 27, 2010 1:54 pm Post subject: |
|
|
Xzarr wrote: | Had a simliar problem a short time back when this happened.
Quote: | *adobe-flash-10.2.161.22_pre20100915 (17 Sep 2010)
17 Sep 2010; Jim Ramsay <lack@gentoo.org>
+adobe-flash-10.2.161.22_pre20100915.ebuild:
Adobe Square (10.2 now with 64-bit support!) pre-release (Bug #337542)
|
Didn't work for me until I unmerged then emerged flash again. (No idea why it worked but it did) |
This didn't work for me. |
|
Back to top |
|
 |
johnlu Apprentice


Joined: 22 Aug 2004 Posts: 242 Location: Córdoba, España
|
Posted: Wed Sep 29, 2010 1:43 am Post subject: |
|
|
I solved this problem doing this:
Code: | # emerge -Caq firefox-bin firefox
# rm -rf /usr/lib64/firefox
# emerge -q firefox |
Make sure that you don't have any files in /usr/lib64/firefox belonging to any installed app, if they are, unmerge those apps before deleting /usr/lib64/firefox.
I figure it out because when I emerged firefox, portage complained about:
Quote: | * Detected file collision(s):
*
* /usr/lib64/firefox/plugins
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s). |
|
|
Back to top |
|
 |
gw Apprentice


Joined: 03 Dec 2006 Posts: 215
|
Posted: Thu Sep 30, 2010 10:41 am Post subject: |
|
|
johnlu wrote: | I solved this problem doing this:
Code: | # emerge -Caq firefox-bin firefox
# rm -rf /usr/lib64/firefox
# emerge -q firefox |
|
Thanks, but unfortunately re-emerging didn't help in my case.
What did help, was the following:
3.6.9-r1 introduced some weird incompatibility with regard to my local .mozilla. Erase every instance of pluginreg.dat under ~/.mozilla! I had several stray copies of it. Once all of them deleted, firefox registered all plugins of /usr/lib/nsbrowser/plugins.
gw |
|
Back to top |
|
 |
Cthulhu666 Apprentice


Joined: 02 Apr 2004 Posts: 195
|
Posted: Sun Nov 07, 2010 12:52 pm Post subject: |
|
|
@gw: Thanks for the advice, it solved all my plugin problems.  _________________ A certified Gentoo lover!
Got 4 Gentoo boxes (2 desktops, 1 laptop and a server/MythTV HTPC).
Bought a computer bundled with windows? Don't want to use windows? Demand a refund! |
|
Back to top |
|
 |
|