| Summary: | KIO::highlightInFileManager does not respect default file manager preference when chosen app does NOT implement the FileManager1 DBus protocol | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Till Schäfer <till2.schaefer> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bugseforuns, kde, kdelibs-bugs-null, montel, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.49.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Till Schäfer
2018-06-19 15:53:03 UTC
We use: KIO::highlightInFileManager(mUrls); Please report it against kio package thanks Krusader does not implement the org.freedesktop.FileManager1 interface. Only Dolphin (and Nautilus) do and are autostarted by DBus when a call is placed. Maybe a fallback would be good, that just starts the application if the current choice does not implement the DBUS interface. There may be a ton of other (maybe obscure) file managers or custom scripts (e.g., just drop to a shell) that do not implement the DBUS interface. Interestingly, the device manager respects my choice of file manager. Do they use KIO as well? Maybe, they have implemented a workaround? *** This bug has been marked as a duplicate of bug 397953 *** |