Open iandol opened 2 years ago
I see that you've already opened an issue in the screeninfo repo. Maybe in the meantime TDW should just catch the OSError and then try to parse xrandr -q
You're trying to call TDWUtils.get_expected_window_position()
, right? Otherwise this error shouldn't happen. You could potentially just remove that function and manually set the window position.
Correct on TDWUtils.get_expected_window_position()
, I will try the workaround to not trigger this screeninfo
probblem. I opened an issue here just so the author of screeninfo
was aware, and @alters-mit I think you meant to post you reply on the TDW issue :)
On Ubuntu 22.04 running under X11 (not Wayland), with screeninfo 0.8.1.
I'm hitting this error as screeninfo is a dependency of https://github.com/threedworld-mit/tdw -- xrandr works fine directly in the command line...