Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2190

Cannot move window Ubuntu Wayland

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.4.1
    • PySide
    • None
    • Linux/Wayland

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            crmaurei Cristian Maureira-Fredes
            erriez Erriez Ew
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes