You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
application/xml is automatically inserted by KDE on SuSE. Adding the MIME type causes the existence of two identical lines in the property panel of .desktop file.
The tested configuration is:
MimeType=text/xml;application/xml;
I tested this on my Fedora 32.
Removing application/xml from mime types does nothing bad.
BUT - in "Open with..." dialog of file manager (pcmanfm-qt) QXmlEdit stands in 2nd place after Geany (agains 1st place with "application/xml" in QXmlEdit.desktop).
So double clicking on xml file opens it in Geany.
Problem is that Geany has "application/xml" (and has no "text/xml") in mime types.
So, maybe good choice will be to replace text/xml with application/xml.
Requires testing.
Another way - to use desktop-file-install instead of dumb copying of *.desktop.
QXmlEdit.desktop: MimeType += application/xml
The text was updated successfully, but these errors were encountered: