The Encoding key is now deprecated by the FreeDesktop standard and all strings are required to be encoded in UTF-8. This desktop entry explicitly specified an Encoding of UTF-8, which is harmless but no longer necessary. See http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html for details. Patch from Modestas Vainius. See issue #9659.
13 lines
243 B
Desktop File
13 lines
243 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Name=CMake
|
|
Comment=Cross-platform buildsystem
|
|
Exec=cmake-gui %f
|
|
Icon=CMakeSetup.png
|
|
Terminal=false
|
|
X-MultipleArgs=false
|
|
Type=Application
|
|
Categories=Development;
|
|
StartupNotify=true
|
|
MimeType=application/x-cmakecache;
|