After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329744 - gnome desktop menu item 'Evolution' misses description
gnome desktop menu item 'Evolution' misses description
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.6.x (obsolete)
Other Linux
: Normal trivial
: ---
Assigned To: André Klapper
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-02-03 09:09 UTC by André Klapper
Modified: 2013-09-13 00:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2006-02-03 09:09:40 UTC
quoting luis from http://tieguy.org/blog/index.cgi/552 :

Did a fresh dapper install at work today [...] Was really disappointed to see 'Ekiga' and 'Evolution' in the menus, bare, with no description of what they are, nearly a full year after Miguel talked about the problem with Evolution's menu item at GUADEC.[...]

so i guess we need a string change in
/evolution/data/evolution.desktop.in.in

current state:
_Name=Evolution
_Comment=The Evolution Groupware Suite

my proposal:
_Name=Evolution Groupware Suite
_Comment=The Evolution Personal Information Manager and Email Client

any comments appreciated.
luis, CC'ing you, any proposals?
Comment 1 Luis Villa 2006-02-03 23:03:30 UTC
What you need is _GenericName=Groupware Suite , I believe. see the spec:
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
Comment 2 André Klapper 2006-02-04 16:25:24 UTC
ah, thanks for the link. :-)

ok, so according to
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#id2449331
i also don't get why we use "_Name" instead of "Name" (same with "_Comment").
Comment 3 André Klapper 2006-02-07 13:08:13 UTC
i am not happy yet with the Comment "The Evolution Groupware Suite" because stoopid /me still does not know that i can send emails with this application (does every user know what a groupware suite is? no!), but i at least added the _GenericName to cvs:
http://cvs.gnome.org/viewcvs/evolution/data/evolution.desktop.in.in?r1=1.10&r2=1.11

so now it looks like:

_Name=Evolution
_GenericName=Groupware Suite
_Comment=The Evolution Groupware Suite

closing this as fixed, i'm going to take care to improve the _Comment though. 

seems like this is already fixed in ekiga:
http://cvs.gnome.org/viewcvs/ekiga/ekiga.desktop.in.in?rev=1.1&view=markup

thanks luis for pointing on this, see you at guadec. :-)
Comment 4 André Klapper 2006-02-13 13:34:50 UTC
quoting harish from irc: "'The Evolution PIM and Email Client' looks better".
now we have
    _Name=Evolution
    _GenericName=Groupware Suite
    _Comment=The Evolution PIM and Email Client
in cvs:
http://cvs.gnome.org/viewcvs/evolution/data/evolution.desktop.in.in?r1=1.12&r2=1.13

thanks everybody.