Bug 103558 - Add Menu Entry for Boinc Manager.
Bug#: 103558 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: CLOSED Severity: normal Priority: P2
Resolution: FIXED Assigned To: cryos@gentoo.org Reported By: tonymurray@fastmail.fm
Component: Ebuilds
URL: 
Summary: Add Menu Entry for Boinc Manager.
Keywords:  
Status Whiteboard: 
Opened: 2005-08-24 01:03 0000
Description:   Opened: 2005-08-24 01:03 0000
Simply add the two lines to the ebuild in the install section.  There is only
bmps in the boinc source, so I took the boinc128.bmp file and added alpha and
saved it as an xpm.  You could convert the icon from the source but you would
still end up with an ugly white background (unless you know voodoo I don't ;).

It would be preferable to put the boinc.xpm into the SRC_URI instead of portage,
but I don't have anywhere to host it to get it off the ground...

doicon ${FILESDIR}/boinc.xpm
make_desktop_entry boinc_gui "BOINC Manager" boinc.xpm "Science;" /var/lib/boinc/

------- Comment #1 From Tony Murray 2005-08-24 01:04:27 0000 -------
Created an attachment (id=66722) [details]
boinc icon

The icon I gussied up...

------- Comment #2 From Marcus D. Hanwell 2005-10-29 07:55:43 0000 -------
Added a make_desktop_entry to the latest version. 

------- Comment #3 From Tony Murray 2005-10-31 08:09:29 0000 -------
Thanks.