Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204132 - net-p2p/azureus fails to find flash
Summary: net-p2p/azureus fails to find flash
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-02 23:19 UTC by George Retsinas
Modified: 2008-01-03 03:33 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 George Retsinas 2008-01-02 23:19:58 UTC
As of Azureus 3 (codenamed Vuze) a new interface has been introduced. This includes flash content for previewing videos and for some banners. However, Azureus fails to find flash's installation path and, as a result, complains that it is not installed and should be in order to view the corresponding content.

Reproducible: Always
Comment 1 George Retsinas 2008-01-02 23:22:42 UTC
The fix for this is to export the MOZ_PLUGIN_PATH variable before running azureus, so adding the line export MOZ_PLUGIN_PATH="/usr/lib/nsbrowser/plugins" at the file ~/.azureus/gentoo.config should fix it.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-01-03 03:33:27 UTC
(In reply to comment #1)
> The fix for this is to export the MOZ_PLUGIN_PATH variable before running
> azureus, so adding the line export MOZ_PLUGIN_PATH="/usr/lib/nsbrowser/plugins"
> at the file ~/.azureus/gentoo.config should fix it.
> 

java-pkg_register-environment-variable is for situations like this. Fixed in 3.0.4.2-r1. Also added instructions how to fix between different UIs.