Bug 377143

Summary: flash player does not auto-hookup with nspluginwrapper
Product: [openSUSE] openSUSE 11.0 Reporter: Marcus Meissner <meissner>
Component: FirefoxAssignee: Stanislav Brabec <sbrabec>
Status: RESOLVED FIXED QA Contact: E-mail List <nld10-bugs-qa>
Severity: Normal    
Priority: P5 - None CC: dmueller
Version: Factory   
Target Milestone: Alpha 3plus   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Marcus Meissner 2008-04-04 11:33:01 UTC
on a fresh installed 11.0 alpha3 both flash-player and nspluginwrapper
are installed, but the nsplugin wrapped flashplayer is not activated.

No idea how this is done, but i see no triggers or similar.

after running nspluginwrapper -i /usr/lib/browser-plugins/libflashplayer.so
flash starts working, but I expected this to be done by a script.
Comment 1 Stanislav Brabec 2008-04-04 11:47:26 UTC
It may be a side effect of bug 304963.

Maybe it could be good to change triggers to do full update of the plugin database.
Comment 2 Marcus Meissner 2008-04-04 12:09:34 UTC
i do rpm -e flash-player ; rpm -Uvh flash-player   

and nothing happens in /usr/lib64
With rpm -v -v -Uvh i see nspluginwrapper -a -u called.


I guess nspluginwrapper -a -u   is broken

Comment 3 Stanislav Brabec 2008-04-04 12:45:58 UTC
Me too. I hope that this could fix it:

Fri Apr  4 14:38:13 CEST 2008 - sbrabec@suse.cz
...
- Call full plugin cache rebuild in trigger.
- Trigger plugin cache rebuild on glibc update to attempt to fix
  glibc post-crash brokenness (bnc304963#c22).

Wed Apr  2 12:49:19 CEST 2008 - sbrabec@suse.cz
...
- Call full plugin update after any package installation.
Comment 4 Stanislav Brabec 2008-06-24 09:36:32 UTC
nspluginwrapper -a -u is not used any more. This bug seems to be fixed as a side effect of the bug 304963 work-around.