https://bugs.kde.org/show_bug.cgi?id=469457
Grzesiek11 <grzesie...@stary.pc.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grzesie...@stary.pc.pl --- Comment #3 from Grzesiek11 <grzesie...@stary.pc.pl> --- I am having the same issue on Debian Sid, Haruna 0.10.3. You can work around it by copying the desktop file for Haruna (/usr/share/applications/org.kde.haruna.desktop in Debian, probably the same for Ubuntu) to ~/.local/share/applications, then replacing `%u` in the `Exec` key with `%f`: > Exec=haruna %f This tells Dolphin Haruna can only open local files, thus forcing the use of KIO FUSE when opening files with it. In general, KIO FUSE should not be required at all to use Haruna or other KDE tools, since they implement support for KIO itself, so this is a deeper issue. However, forcing it to use KIO FUSE is a way to get this working for now. -- You are receiving this mail because: You are watching all bug changes.