No ability to center PYQT6 window on screen
Have read many postings showing how a QWidget (PYQT6 window) under the Wayland windowing system cannot be centered. I've encountered this problem as well where windows by default show up at the top left corner of the screen. Even the QDialog Widget shows up not centered and as non modal which totally messes up my application.
Will there come a time (hopefully sooner than later) when this can be fixed ? My app does work with X11 enabled but on some Tablets (older Lenovo X1 gen 3) touch screen capabilities disappears and using a pen doesn't consistently work.
A work around would be nice where I can manually center my Windows properly but I will need the QDialog Widget to show properly as a modal window. Also be aware that none of the Windows Flags under PYQT6 work at all. These windows Flags allow developers to customize Windows settings (Min, Max, Close, Frame, Border, TitleBar etc.)
I did originally reported this to the PTQT6 project and they've deferred to you as this is controlled by the Wayland windowing system.
Env:
Ubuntu 24.04 PYQT6 6.7.1 Python 3.12.3
Thanks