I am using KDE on Fedora40. I am writing small programs with use of Python and PyQt5. In my old Fedora30 with old KDE with X11 was not a problem to open window at (x,y) by using Qt .move() function. Now I can’t. I found many information that case is happen because of Wayland. It developers left that possibility behind. Do you know some solution. Very odd but Tkinter has not that problem and also in Settings of KDE in “Windows rules” I can set ‘x’ an ‘y’ position of choosen window. How it is done?
Move or drag did not work. Instead, I just changed the x and y values of the root object, similar to this. But this was all on an older system (and an older Qt version).
When you set stuff in window rules, you are essentially telling KWin directly, what to do (I haven’t read the code though). So, it’s not going to be a problem.
I am writing my own toolbar to place on left edge in the middle. Middle position depends on amount of icons. So ‘y’ is not always that same. Now I am using ‘Windows rules’ but I have to correct that ‘y’.
Small and stupid problem but still problem.