I want to run the mpv from a python3 program. In ubuntu21 the geometry worked perfect, in ubuntu22.04 it does no longer. The size of mpv window works correct, but geometry no more.
I check it from terminal and this is the same (normal, because i start the comand via subprocess.run
this is my mpv command in terminal:
mpv --player-operation-mode=pseudo-gui --script-opts=osc-layout=box,osc-visibility=always --geometry=400+100%+100% 01* &
The window should appear at bottom and right. I tested window size: works always, geometry no parameter works.
Any idea, what i can check, is appreciated And i assure you: in ubuntu21 everything worker correct.