Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146788 - net-p2p/azureus: console UI does not work
Summary: net-p2p/azureus: console UI does not work
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: 2006-09-07 20:46 UTC by Craig Andrews
Modified: 2006-10-28 17:40 UTC (History)
1 user (show)

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 Craig Andrews gentoo-dev 2006-09-07 20:46:50 UTC
After changing azureus.gentoo to use the console ui, azureus does not use the console ui.

I found that the /usr/bin/azureus script has some errors, mostly likely caused by the changes in the how java works on gentoo recently.

Here are the required fixes in /usr/bin/azureus:
1.) change gjl_main to "org.gudy.azureus2.ui.common.Main" on line 2.
2.) add "--ui=${UI}" to the last line, making it:
source /usr/share/java-config-2/launcher/launcher.bash --ui=${UI}

Those two changes fix the problem.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2006-09-09 09:50:16 UTC
Fixed in 2.5.0.0-r1. Thanks for the report.