cmake-gui: Fix desktop file icon configuration

Drop the icon file extension.  This fixes the desktop file validation
message:

 "CMakeSetup32.png" for key "Icon" in group "Desktop Entry" is an icon
 name with an extension, but there should be no extension as described in
 the Icon Theme Specification if the value is not an absolute path

Applied-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
Johannes Huber 2014-05-07 13:43:58 +02:00 committed by Brad King
parent 9cb4677509
commit 0c4c29edf2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Version=1.0
Name=CMake
Comment=Cross-platform buildsystem
Exec=cmake-gui %f
Icon=CMakeSetup32.png
Icon=CMakeSetup32
Terminal=false
X-MultipleArgs=false
Type=Application