:: [devuan-dev] bug#537: solved - mpv …
Página Principal
Delete this message
Reply to this message
Autor: frank-noack@web.de
Data:  
Para: 537
Assunto: [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"


Wich works for me in Beowulf
Thanks Frank