Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105562 - dev-java/bsh-2.0_beta4: minor fix for .desktop icon path
Summary: dev-java/bsh-2.0_beta4: minor fix for .desktop icon path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 19:39 UTC by Matthew Kennedy (RETIRED)
Modified: 2005-09-11 04:44 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 Matthew Kennedy (RETIRED) gentoo-dev 2005-09-10 19:39:33 UTC
The .desktop file doesn't point to the correct path for the .png icon.  Attached
patch fixes this.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2005-09-10 19:39:56 UTC
diff -u -r1.4 bsh-2.0_beta4.ebuild
--- bsh-2.0_beta4.ebuild        9 Jul 2005 16:00:08 -0000       1.4
+++ bsh-2.0_beta4.ebuild        11 Sep 2005 02:39:25 -0000
@@ -71,5 +71,6 @@
        insinto /usr/share/icons/hicolor/scalable/apps
        doins ${DISTDIR}/beanshell-icon.png beanshell.png

-       make_desktop_entry bsh-console "BeanShell Prompt" beanshell
+       make_desktop_entry bsh-console "BeanShell Prompt" \
+               /usr/share/icons/hicolor/scalable/apps/beanshell-icon.png
 }
cvs diff: Diffing files
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2005-09-11 04:44:58 UTC
fixed by using newicon