View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008151CMakeQtDialogpublic2008-11-24 11:372010-12-14 18:45
Reportersimonh 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008151: Desktop file has invalid category "Application"
DescriptionThe ".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.
TagsNo tags attached.
Attached Filespatch file icon desktop.patch [^] (517 bytes) 2008-11-24 11:39 [Show Content]

 Relationships

  Notes
(0014165)
simonh (reporter)
2008-11-24 11:39

Patch attached.
(0014173)
simonh (reporter)
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 (developer)
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 (manager)
2010-12-14 18:45

Closing bugs that have been resolved for more than 3 months without any further updates.

 Issue History
Date Modified Username Field Change
2008-11-24 11:37 simonh New Issue
2008-11-24 11:39 simonh File Added: desktop.patch
2008-11-24 11:39 simonh Note Added: 0014165
2008-11-25 06:16 simonh Note Added: 0014173
2008-12-18 09:28 Clinton Stimpson Status new => assigned
2008-12-18 09:28 Clinton Stimpson Assigned To => Clinton Stimpson
2008-12-18 09:37 Clinton Stimpson Note Added: 0014395
2008-12-18 09:37 Clinton Stimpson Status assigned => resolved
2008-12-18 09:37 Clinton Stimpson Resolution open => fixed
2010-12-14 18:45 David Cole Note Added: 0024026
2010-12-14 18:45 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team