I have Ubuntu Linux running on my PC and on my laptop, both Ubuntu 24.04 LTS.
You'd think I like Linux, but I think it is a terribly complicated mess. (On the other hand it allows me to browse the internet with older hardware).
On the laptop I can set the window position of a RapaGUI window, but on the PC I can't. Setting width and height works on both.
So I start hunting for the cause and it seems it's because the laptop runs x11 and the PC runs Wayland. I have very little knowledge about what they are and what they do. It seems Wayland is newer and is being developed, and x11 is not.
(A tool called xdotool which can be used to get the mouse location or move a window for instance also only works on the laptop.)
Is there a way to get it to work using this Wayland thing as well?