Bug 31770 - bluefish create menu entry without icon.
Bug#: 31770 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: hanno@gentoo.org Reported By: mario_vazq@hotmail.com
Component: Applications
URL: 
Summary: bluefish create menu entry without icon.
Keywords:  
Status Whiteboard: 
Opened: 2003-10-22 13:31 0000
Description:   Opened: 2003-10-22 13:31 0000
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 From Mario Vazquez 2003-10-22 13:35:34 0000 -------
Created an attachment (id=19636) [details]
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 From Hanno Boeck 2003-11-02 03:27:41 0000 -------
Done.