You need to sign in or sign up before continuing.
Desktop file does not validate because it lacks Actions=preferences.
Mousepad 0.5.5 desktop file fails to validate because the new [Desktop Action preferences] requires an Actions=preferences; in [Desktop Entry].
Current:
[Desktop Entry]
Version=1.0
_Name=Mousepad
_Comment=Simple Text Editor
_GenericName=Text Editor
Exec=mousepad %F
Icon=org.xfce.mousepad
Terminal=false
StartupNotify=true
Type=Application
Categories=Utility;TextEditor;GTK;
MimeType=text/plain;
[Desktop Action preferences]
_Name=Mousepad Preferences
Exec=mousepad --preferences
Fixed:
[Desktop Entry]
Version=1.0
_Name=Mousepad
_Comment=Simple Text Editor
_GenericName=Text Editor
Exec=mousepad %F
Icon=org.xfce.mousepad
Terminal=false
StartupNotify=true
Type=Application
Categories=Utility;TextEditor;GTK;
MimeType=text/plain;
Actions=preferences;
[Desktop Action preferences]
_Name=Mousepad Preferences
Exec=mousepad --preferences