Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31770 - bluefish create menu entry without icon.
Summary: bluefish create menu entry without icon.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-22 13:31 UTC by Mario Vazquez
Modified: 2003-11-02 03:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch that fix menu icon (bluefish-icon-gentoo.patch,454 bytes, patch)
2003-10-22 13:35 UTC, Mario Vazquez
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Vazquez 2003-10-22 13:31:04 UTC
After emerging bluefish, the menu entry for bluefish is created under the Office
group, but the icon is missing from the menu.

Reproducible: Always
Steps to Reproduce:
1. Emerge bluefish (tested from 0.9 up to 0.11).
2. Look at it's menu entry.


Actual Results:  
The menu entry is created, but with no icon.

Expected Results:  
The menu entry should display its icon.

Done a patch that fix that.  Will include later.
Comment 1 Mario Vazquez 2003-10-22 13:35:34 UTC
Created attachment 19636 [details, diff]
Patch that fix menu icon

Patch modifies file data/bluefish.desktop.in.  The change the patch make
is:
-Icon=ICONDIR/bluefish-icon.png
+Icon=bluefish-icon.png
Comment 2 Hanno Böck gentoo-dev 2003-11-02 03:27:41 UTC
Done.