Browse Source

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 <[email protected]>
Johannes Huber 11 years ago
parent
commit
0c4c29edf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QtDialog/CMake.desktop

+ 1 - 1
Source/QtDialog/CMake.desktop

@@ -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