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 328030 - Add GTK category to the .desktop file
Add GTK category to the .desktop file
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal trivial
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
Depends on:
Blocks:
 
 
Reported: 2006-01-21 17:58 UTC by Behdad Esfahbod
Modified: 2006-02-18 09:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes missing "GTK;" and adds MimeType handling (gnome-2.8+) (667 bytes, patch)
2006-01-25 15:21 UTC, Stephane Loeuillet
committed Details | Review

Description Behdad Esfahbod 2006-01-21 17:58:50 UTC
The .desktop file should have GNOME;GTK; instead of GNOME; in it's Categories, according to the standard:

  http://standards.freedesktop.org/menu-spec/latest/apa.html
Comment 1 Stephane Loeuillet 2006-01-25 15:21:24 UTC
Created attachment 58099 [details] [review]
fixes missing "GTK;" and adds MimeType handling (gnome-2.8+)

trivial, please apply
Comment 2 Behdad Esfahbod 2006-01-25 15:53:01 UTC
devhelp devels, may I commit?
Comment 3 Richard Hult 2006-02-17 22:18:04 UTC
Yes, please do.
Comment 4 Behdad Esfahbod 2006-02-18 09:02:46 UTC
2006-02-18  Behdad Esfahbod  <behdad@gnome.org>

        * devhelp.desktop.in.in: Categorize as GTK too, and add MimeType.
        Patch from Stephane LOEUILLET. Fixes bug #328030.