The Encoding=UTF-8 is no longer needed and is now deprecated by the FreeDesktop standard and all strings are required to be encoded in UTF-8. This means if I package it as a deb file as is then lintian complains about it. I use a debian patch to remove this line btw.
Lintian also complains about "This .desktop file does not contain a 'Keywords' entry". So I patch that as well and add
Keywords=text;editor; InitialPreference=6
The Encoding=UTF-8 is no longer needed and is now deprecated by the FreeDesktop standard and all strings are required to be encoded in UTF-8. This means if I package it as a deb file as is then lintian complains about it. I use a debian patch to remove this line btw.
Lintian also complains about "This .desktop file does not contain a 'Keywords' entry". So I patch that as well and add
Keywords=text;editor; InitialPreference=6