Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108212 - dev-java/blackdown-jre does not install .desktop in correct location
Summary: dev-java/blackdown-jre does not install .desktop in correct location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 12:13 UTC by Dave Shanker
Modified: 2005-10-06 13:35 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 Dave Shanker 2005-10-05 12:13:07 UTC
While the ebuild provides sun_java.desktop and sun_java.png, it's installed in
/opt/blackdown-jre-1.4.2.02/plugin/desktop where it's not seen by any WM.
Additionally, the .desktop file needs to be modified with the correct file
locations of the icon and binary. It looks as though blackdown developers
intentionally left it up to the packager to modify it as they see fit.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
The sun_java.desktop should be edited with correct path locations and installed
in /usr/share/applications and and sun_java.png should be installed
/usr/share/pixmaps where it would be recognized by a WM.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2005-10-06 13:35:16 UTC
The functions from eutils.eclass are now used in the ebuild. Thanks for reporting.