Fix kdeconnect_open MimeType

This changes the MimeType handler of the kdeconnect_open desktop file from an invalid "*/*" to the (hopefully) appropriate "application/octet-stream;" as discussed [here](https://bugs.launchpad.net/ubuntu/+source/kdeconnect/+bug/1878400)(including this solution), [here](https://github.com/clearlinux/distribution/issues/1906) and [here](https://bugs.archlinux.org/task/65865).
This commit is contained in:
Thomas Staudinger 2020-10-04 21:03:03 +00:00 committed by Thomas Staudinger
parent e05769e6de
commit f1ce22124c

View file

@ -97,7 +97,7 @@ Comment[uk]=Відкрити на з'єднаному пристрої за до
Comment[x-test]=xxOpen on a connected device using KDE Connectxx Comment[x-test]=xxOpen on a connected device using KDE Connectxx
Comment[zh_CN]= KDE Connect Comment[zh_CN]= KDE Connect
Comment[zh_TW]=使 KDE Comment[zh_TW]=使 KDE
MimeType=*/*; MimeType=application/octet-stream;
Exec=kdeconnect-handler --open %U Exec=kdeconnect-handler --open %U
Icon=kdeconnect Icon=kdeconnect
Type=Service Type=Service