io.crow_translate.CrowTranslate.desktop: unidentified character
Created by: linxon
Version: 2.3.0
* QA Notice: This package installs one or more .desktop files that do not
* pass validation.
*
* /usr/share/applications/io.crow_translate.CrowTranslate.desktop: error: file contains group "Desktop Action ?opyTranslatedSelection", which has an invalid action identifier, only alphanumeric characters and '-' are allowed
* /usr/share/applications/io.crow_translate.CrowTranslate.desktop: error: first group is not "Desktop Entry"
* /usr/share/applications/io.crow_translate.CrowTranslate.desktop: error: value "TranslateSelectedText;SpeakSelection;SpeakTranslatedSelection;StopSpeaking;Open;?opyTranslatedSelection;" for key "Actions" in group "Desktop Entry" contains invalid action identifier "?opyTranslatedSelection", only alphanumeric characters and '-' are allowed
*
how to fix:
you need to replace russian character С
to latin C
sed -i -e "s/С/C/g" dist/unix/generic/io.crow_translate.CrowTranslate.desktop
thank you