Created attachment 158756 [details] logs The network folder (smb) is connected via dolphin. When opening a media file (mp3/mp4, etc) nothing happens, no significant errors in the logs. I attached the logs. haruna.logs Version Haruna 0.10.3 (deb) Operating System: Kubuntu 23.04 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 Kernel Version: 6.2.0-20-generic (64-bit) Graphics Platform: Wayland Processors: 4 × Intel® Core™ i5-7200U CPU @ 2.50GHz Memory: 15.5 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 620 Manufacturer: HP Product Name: HP ProBook 450 G4
It works for me, even though it didn't in the past. If you don't have kio-fuse installed, install it and try again?
Thanks for the response. I checked with the kio-fuse package installed. dpkg -l | grep fuse ii fuse3 3.14.0-3 ii fuseiso 20070708-3.2build1 ii gvfs-fuse 1.50.4-1 ii kio-fuse 5.0.1-1 ii libfuse2:amd64 2.9.9-6 ii libfuse3-3:amd64 3.14.0-3 ii libsquashfuse0:amd64 0.1.105-1 ii python3-fuse 2:1.0.5-1build2
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.