Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-4951

agl-demo-control-panel fails to start on some hosts

XMLWordPrintable

      On both my local Fedora 38 desktop and in the Yocto image, start up fails with this error:

      Traceback (most recent call last):
        File "/usr/libexec/agl-demo-control-panel/main.py", line 180, in <module>
          window = MainWindow()
        File "/usr/libexec/agl-demo-control-panel/main.py", line 55, in __init__
          self.setupUi(self)
        File "<string>", line 347, in setupUi
        File "/usr/libexec/agl-demo-control-panel/Widgets/SteeringCtrlPage.py", line 101, in __init__
          self.setupUi(self)
        File "<string>", line 99, in setupUi
      AttributeError: 'QPushButton' object has no attribute 'setAccessibleDescription'
      

      The seems to be triggered by a stray empty "accessibleDescription" property in SteeringControls.ui combined with the PyQt5 recipe in meta-qt5 explicitly disabling the accessibility module in the AGL build, I'm guessing there's something similar with respect to module support in my Fedora setup.

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

            scottm Scott Murray
            scottm Scott Murray
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: