Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55735 - Nicotine doesn't have an icon or .desktop file
Summary: Nicotine doesn't have an icon or .desktop file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Ian Leitch (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 17:53 UTC by Adam Hewgill
Modified: 2005-08-14 12:37 UTC (History)
2 users (show)

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


Attachments
Nicotine Icon, looks good in the gnome application menu (nicotine-n.png,8.27 KB, image/png)
2004-06-30 17:54 UTC, Adam Hewgill
Details
.desktop file for gnome (nicotine.desktop,176 bytes, text/plain)
2004-06-30 17:55 UTC, Adam Hewgill
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Hewgill 2004-06-30 17:53:26 UTC
I have created a .desktop file and grabbed an icon off the web for nicotine
under Gnome.  These can be added to the nictine ebuild somehow (not sure
how it works myself)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Adam Hewgill 2004-06-30 17:54:30 UTC
Created attachment 34533 [details]
Nicotine Icon,  looks good in the gnome application menu
Comment 2 Adam Hewgill 2004-06-30 17:55:13 UTC
Created attachment 34534 [details]
.desktop file for gnome
Comment 3 Adam Hewgill 2004-06-30 17:56:57 UTC
Sorry forgot to say where the two files belong on a gnome system.

the icon should go in /usr/share/pixmaps/nicotine-n.png
and the .desktop file goes in  /usr/share/applications/nicotine.desktop

Thanks  :o)
Comment 4 Stephane Loeuillet 2004-09-03 08:53:40 UTC
desktop-file-validate nicotine.desktop
nicotine.desktop: error: required key "Encoding" not found
nicotine.desktop: warning: boolean key "Terminal" has value "0", boolean values should be "false" or "true", although "0" and "1" are allowed in this field for backwards compatibility

so, add "Encoding=UTF-8" after line 1
and replace "Terminal=0" by "Terminal=false"

to have a compliant .desktop file
Comment 5 Ian Leitch (RETIRED) gentoo-dev 2005-08-14 12:37:17 UTC
In CVS, thanks.