#55 Replace pydbus with dasbus
Merged by plautrba. Opened by plautrba.
https://gitlab.com/bachradsusi/setroubleshoot.git main

Download 55.patch
no initial comment
  • use dasbus instead of pydbus
  • improve gitlab ci configuration, see https://gitlab.com/bachradsusi/setroubleshoot/-/pipelines/265403055 pipeline result
python3 /home/plautrba/devel/gitlab.com/setroubleshoot/pagure/framework/src/seapplet
Traceback (most recent call last):
  File "/home/plautrba/devel/gitlab.com/setroubleshoot/pagure/framework/src/seapplet", line 158, in <module>
    my = SEApplet()
  File "/home/plautrba/devel/gitlab.com/setroubleshoot/pagure/framework/src/seapplet", line 61, in __init__
    Setroubleshootd.alert.connect(self.send_notification)
  File "/usr/lib/python3.9/site-packages/dasbus/client/proxy.py", line 161, in __getattr__
    member = self._get_member(self._get_interface(name), name)
  File "/usr/lib/python3.9/site-packages/dasbus/client/proxy.py", line 223, in _get_interface
    raise AttributeError(
AttributeError: DBus object has no attribute 'alert'.

1 new commit added

  • framework: export alert dbus signal

Commit "framework: export alert dbus signal" fixes the problem described in https://pagure.io/setroubleshoot/pull-request/55#comment-143727

Pull-Request has been merged by plautrba

Metadata