Autor: frank-noack@web.de Data: Dla: 537 Temat: [devuan-dev] bug#537: solved - mpv crashes on exit and all windows
that have not been closed up to this point hang
Hello, the problem is solved, thanks to debian-user@???
the problem was the programm call
mpv is not a gui-programm. In the mpv-manpage is mentioned the option
"pseudo-gui".
So I changed the programm call from this:
mpv "$VIDEOFILE"
to this:
mpv --player-operation-mode=pseudo-gui "$VIDEOFILE"