Alessandro Astone
Alessandro Astone
DeprecationWarning: Testing an element's truth value will raise an exception in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. if (host_sec):
Hi, thank you for including some security considerations in the README and man-page. Do I understand correctly that the attack vector here would be RCE, either from a LAN or...
The list is good for testing against multiple versions, but gets out-of-date whenever a new version of python3 is released. To enable testing in downstream packaging, make sure to always...
Move the udev settling logic earlier, before trying to open /dev/dri/card* because doing so too early may trigger a nvidia bug: https://forums.developer.nvidia.com/t/545-29-06-18-1-flip-event-timeout-error-on-startup-shutdown-and-sometimes-suspend-wayland-unusable/274788 With this fix in place we can enable...
Chromium and Electron apps do not implement the IconAccessibleDesc property and reply to the Get() method with a generic org.freedesktop.DBus.Error.Failed Rather than adding the generic error to the list of...
Closes #175
Before reading the expected encoding from the file itself, we first try to read it as UTF-8 so we can at least get to read the line that specifies the...
Introduce a system-wide daemon listening on /run/wsdd.socket, which is managed by systemd. When a client first connects to the socket the daemon is started. Multiple clients can connect and safely...