Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321471 - www-client/opera-10.53_pre6330* needs pluginpath patch
Summary: www-client/opera-10.53_pre6330* needs pluginpath patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 17:49 UTC by Henning Schild
Modified: 2010-05-26 20:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henning Schild 2010-05-25 17:49:16 UTC
www-client/opera-10.53_pre6330 and -r1 both do not have "/usr/lib/nsbrowser/plugins" in the default pluginpath. The usr/share/opera/defaults/pluginpath.ini contains a special Gentoo section but that contains /usr/lib32/nsbrowser/plugins only. Seems to be for 64bit systems.

Reproducible: Always

Steps to Reproduce:
1. make a backup of ~/.opera
2. rm -rf ~/.opera
3. opera about:plugins


Actual Results:  
plugins available in /usr/lib/nsbrowser/plugins wont be loaded (i.e. flash)

Expected Results:  
opera should include all paths where gentoo puts plugins, i.e. if flash is installed it should work

this patch in src_prepare fixes the problem

--- usr/share/opera/defaults/pluginpath.ini.orig        2010-05-25 17:29:07.056602797 +0100
+++ usr/share/opera/defaults/pluginpath.ini     2010-05-25 16:55:14.216585126 +0100
@@ -73,3 +73,4 @@

 ; General path for gentoo
 /usr/lib32/nsbrowser/plugins=1
+/usr/lib/nsbrowser/plugins=1
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-05-26 20:27:36 UTC
Special Gentoo section? :)

Obviously that isn't going to work, but I'll work out a patch.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-05-26 20:28:46 UTC
Thank you for reporting this bug.

This should be fixed in 10.53_pre6330-r2 and 10.54_pre6340-r1. Please reopen this bug report if it doesn't work for you.