0c4c29edf2
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>
13 lines
241 B
Desktop File
13 lines
241 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Name=CMake
|
|
Comment=Cross-platform buildsystem
|
|
Exec=cmake-gui %f
|
|
Icon=CMakeSetup32
|
|
Terminal=false
|
|
X-MultipleArgs=false
|
|
Type=Application
|
|
Categories=Development;
|
|
StartupNotify=true
|
|
MimeType=application/x-cmakecache;
|