Remove old Encoding field from CMake.desktop
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.
This commit is contained in:
parent
a0e63cff1d
commit
4e1d610224
@ -1,6 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Encoding=UTF-8
|
|
||||||
Name=CMake
|
Name=CMake
|
||||||
Comment=Cross-platform buildsystem
|
Comment=Cross-platform buildsystem
|
||||||
Exec=cmake-gui %f
|
Exec=cmake-gui %f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user