FS#3959 - add mozilla plugins dir path into Opera's config
Attached to Project:
Arch Linux
Opened by Not Important (pholie) - Monday, 13 February 2006, 09:37 GMT
Last edited by Dale Blount (dale) - Monday, 13 February 2006, 12:51 GMT
Opened by Not Important (pholie) - Monday, 13 February 2006, 09:37 GMT
Last edited by Dale Blount (dale) - Monday, 13 February 2006, 12:51 GMT
|
Details
In Opera installation tarball there is a file
ini/pluginpath.ini. It is used for telling Opera where to
search for plugins. Apparently the devs want to make sure
that most of the plugins installed in system will be found
and used by O. The last few lines are:
; Since Mozilla supports NS plugins, there might ; be some in the Mozilla plugin directory. /usr/lib/mozilla/plugins=1 /usr/X11R6/lib/mozilla/plugins=1 /usr/lib/browser-plugins=1 But they can't know Arch uses different location for mozilla plugins. I suggest adding the following line to the config. IMO it won't hurt if we patch, because that's the way developers intented it to work: /opt/mozilla/lib/plugins=1 |
This task depends upon