Bug 469457 - Media from a network folder won't open.
Summary: Media from a network folder won't open.
Status: REPORTED
Alias: None
Product: Haruna
Classification: Applications
Component: generic (show other bugs)
Version: 0.10.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: george fb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-07 20:38 UTC by Ilya Rodin
Modified: 2023-05-17 23:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
logs (1.00 KB, text/plain)
2023-05-07 20:38 UTC, Ilya Rodin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Rodin 2023-05-07 20:38:35 UTC
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
Comment 1 george fb 2023-05-10 00:16:50 UTC
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?
Comment 2 Ilya Rodin 2023-05-10 17:42:36 UTC
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
Comment 3 Grzesiek11 2023-05-17 23:42:18 UTC
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.