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:
parent
9cb4677509
commit
0c4c29edf2
Source/QtDialog
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue