MantisBT - CMake
View Issue Details
0008151CMakeQtDialogpublic2008-11-24 11:372010-12-14 18:45
simonh 
Clinton Stimpson 
normalminoralways
closedfixed 
CMake-2-6 
 
0008151: Desktop file has invalid category "Application"
The ".desktop" file for CMake has the following Categories line:
Categories=Application;Development;

According to http://standards.freedesktop.org/menu-spec/latest/apa.html [^] "Application" is not a valid category.
No tags attached.
patch desktop.patch (517) 2008-11-24 11:39
https://public.kitware.com/Bug/file/1863/desktop.patch
Issue History
2008-11-24 11:37simonhNew Issue
2008-11-24 11:39simonhFile Added: desktop.patch
2008-11-24 11:39simonhNote Added: 0014165
2008-11-25 06:16simonhNote Added: 0014173
2008-12-18 09:28Clinton StimpsonStatusnew => assigned
2008-12-18 09:28Clinton StimpsonAssigned To => Clinton Stimpson
2008-12-18 09:37Clinton StimpsonNote Added: 0014395
2008-12-18 09:37Clinton StimpsonStatusassigned => resolved
2008-12-18 09:37Clinton StimpsonResolutionopen => fixed
2010-12-14 18:45David ColeNote Added: 0024026
2010-12-14 18:45David ColeStatusresolved => closed

Notes
(0014165)
simonh   
2008-11-24 11:39   
Patch attached.
(0014173)
simonh   
2008-11-25 06:16   
May be this isn't a bug ;)

Although the "Application" category is not part of the freedesktop standard, it is widely used and can be added via the desktop-file-utils package using:

desktop-file-install \
  --add-category Application \
  --add-mime-type application/x-cmakecache \
  --dir %{buildroot}%{_datadir}/applications \
  Source/QtDialog/CMake.desktop
(0014395)
Clinton Stimpson   
2008-12-18 09:37   
Its removed now.

/cvsroot/CMake/CMake/Source/QtDialog/CMake.desktop,v <-- CMake.desktop
new revision: 1.2; previous revision: 1.1
(0024026)
David Cole   
2010-12-14 18:45   
Closing bugs that have been resolved for more than 3 months without any further updates.