Bug 411633 - can't play videos with mplayer or mpv anymore
Summary: can't play videos with mplayer or mpv anymore
Status: RESOLVED NOT A BUG
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 19.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-06 05:32 UTC by Marc Cousin
Modified: 2019-09-12 16:23 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Cousin 2019-09-06 05:32:05 UTC
This is quite recent, but I don't know exactly which version made this appear. Trying to play videos with mplayer or mpv fails now. It works with dragon, or vlc though.

From a strace, they both die from SIGPIPE trying to write to STDOUT.

Dolphin is 19.08.1

Operating System: Arch Linux 
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.61.0
Qt Version: 5.13.0
Kernel Version: 4.19.69-1-lts
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-4790K CPU @ 4.00GHz
Memory: 15,6 GiB of RAM
Comment 1 Nate Graham 2019-09-12 15:32:17 UTC
What happens if you try to open the apps directly, and then open the files from within the app?

What happens if you try to open the files on the command-line by directly opening the app (e.g. `mpv /path/to/file.mp3`)? Is anything printed to the terminal window?

What happens if you try to open the files on the command-line using `kioclient exec file:/path/to/file.mp3`? Is anything printed to the terminal window?
Comment 2 Marc Cousin 2019-09-12 16:23:27 UTC
Seems the problem has disappeared. I had a few updates in packages these days, so maybe it was already solved. Closing...