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

Cannot move window Ubuntu Wayland

    XMLWordPrintable

Details

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

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes