force conversion of constants to
# ints from their representations:
for k, v in alsaseq.__dict__.items():
if k.startswith("SEQ_"):
try:
alsaseq.__dict__[k] = int(repr(v).split("(")[1][:-1], 16)
except:
pass
On Fri, Jan 08, 2021
Package: python-pyalsa
Version: 1.1.6-1+b1
Severity: important
pyalsa version 1.1.6 appears to have introduced a bug when setting
sysex data in events. Rather than the string of bytes provided, it
instead produces an equal length string but containing the last byte
over and over:
With 1.0.26:
D
I've also just been bitten by this. A couple of freshly installed Debian
8.5 boxes with using just standard DHCP for their network settings are
having their DHCP-provide resolv.conf overwritten by rdnssd. IPv4 nameservers,
search paths, domain, everything.
Running dhclient brings it back, of cours
There appears to be a fix upstream now:
https://trac.gajim.org/changeset/e2ed21a816f2
Essentially it needs to return True from the event handler in message_window.py
in several places. I hacked my copy in place quickly and at first glance I
think it does the trick.
bjb
--
To UNSUBSCRIBE, ema
4 matches
Mail list logo