smb should be removed from X-KDE-Protocols
Description:
According to FS#69798 - [ffmpeg] Add Samba support, mpv relies on ffmpeg to provide smb support, which requires --enable-libsmbclient that is not included in default ffmpeg build.
Currently, smb is included in X-KDE-Protocols of mpv's desktop entry. When tryingto play a video file from a smb server, Dolphin will tell mpv to directly use smb:// as target instead of using kio, so that MPV will fail to play the video. Removing it will let Dolphin fallback to kio, which works well for me.
Additional info:
- package version(s):
1:0.38.0-2 - config and/or log files:
- link to upstream bug report, if any:
Steps to reproduce:
- connect dolphin to a samba server
- click any video to open with mpv
- mpv crashes