Situation:
- kubuntu 26.04
- lazarus 4.6
- wayland
Using gtk3, qt5 or qt6, if I set a form position, it isn't executed. Using gtk2, it is. Example:
1. I create a new empty application
2. I set position=poDesigned
3. I add a button and associate Form1.Left:=0;
4. I compile
If I click on button1, the form doesn't move, but stays in the center of the screen.
What's missing? Why does it only work with GTK2?
On Kubuntu 25.10, Lazarus doesn't cause any problems, even on Windows.