https://bugs.kde.org/show_bug.cgi?id=423313

--- Comment #3 from Méven Car <meven....@enioka.com> ---
As Alexander noticed nautilus has two .desktop files, one for when in GNOME and
the other one elsewhere using the `OnlyShowIn` filter.

The KCM ignores the `OnlyShowIn` here on purpose to be able to select any
installed File manager, but perhaps should not. And once we select it
KServiceTrader ignores such a selected application with "OnlyShowIn!=KDE".

The issue in fact first arises with `nautilus.desktop` file that has no
Mimetype field at all, and the KCM uses `MimeType=inode/directory` to find file
managers.

So the issue could be that we should exclude `OnlyShowIn!=KDE` and the other
one that we should relax the `MimeType=inode/directory` expectations,
alternatively accepting `Category=FileManager`.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to