Got this error while installing a new package (on Xubuntu 20.04):
[SOLUTION]Error in file "/usr/share/applications/org.kde.kdeconnect_open.desktop": "*/*" is an invalid MIME type ("*" is an unregistered media type)
The '*/*' in that kdeconnect Desktop file seems to be syntactically incorrect and should be replaced by:
Code: Select all
MimeType=application/octet-stream;
https://invent.kde.org/network/kdeconne ... quests/327