0

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.

user3367867
  • 565
  • 1
  • 7
  • 19
  • seems, that nobody has the same problem and can answer it for ubuntu22. As I said, in ubuntu21 it worked correctly – user3367867 Oct 14 '22 at 16:08

0 Answers0