http://qa.mandrakesoft.com/show_bug.cgi?id=3447
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-04-08 17:25 -------
mozilla now uses /usr/lib/mozilla/plugins to story its plugins..
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
I searched for new plugins in Konqueror.
It didn't found the plugins installed in /usr/lib/mozilla-1.3/plugins.
In the default directory list
where Konqueror have to search for plugins,
there is the /usr/lib/mozilla-1.3/plugins entry
but no /usr/lib/mozilla/plugins entry.
Since some plugin installers install plugins
in /usr/lib/mozilla-1.3/plugins directory,
I suggest to create a symbolic link:
cd /usr/lib; ln -s mozilla-1.3 mozilla;
This fix the problem of Konqueror mozilla plugins detection.