Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.4.1
-
None
Description
The following example cannot move a window on Wayland:
from PySide6.QtWidgets import QApplication, QMainWindow import sys app = QApplication(sys.argv) mainwindow = QMainWindow() mainwindow.show() # Window move does not work: mainwindow.move(1000, 800) app.exec()
The window is always created at the left upper corner. The same test application above works on X11 and Windows 10.
Attachments
Issue Links
- blocks
-
QTBUG-110119 Cannot move window Ubuntu Wayland
- Closed
- relates to
-
QTBUG-86780 Wayland: Add notes to doc that global positioning does not work on Wayland
- Closed