https://bugs.kde.org/show_bug.cgi?id=523058
--- Comment #2 from Damglador <[email protected]> --- Created attachment 194303 --> https://bugs.kde.org/attachment.cgi?id=194303&action=edit The duplicate entries in Dolphin context menu There is a misunderstanding, the other bugs report multiple Krita entries in "Open With" dialog, which in Dolphin is launched from context menu in "Open with > Other apps". I meant the "Open With" context menu, which I believe would be exactly what the doc describes by "This can be useful to e.g. associate this application with MIME types, so that it gets launched from a file manager (or other apps), without having a menu entry for it (there are tons of good reasons for this, including e.g. the netscape -remote, or kfmclient openURL kind of stuff)." As multiple desktop files are associated with the same file time, they all get displayed in the context menu, which seems like the intended behavior to me, but Krita has multiple desktop files which associate with the same MIME types, perhaps some because of the MIME type inheritance like how json is a sub-class of text/plain. For example both krita_qimageio.desktop and krita_webp.desktop have image/webp in the MimeType list. While all the tiff/raw duplication seem to be because of the inheritance, as for example krita_raw defines image/x-nikon-nef by itself in its MimeType, while image/x-nikon-nef is a sub-class of image/tiff, which is defined in krita_tiff, so both are displayed. -- You are receiving this mail because: You are watching all bug changes.
