-
Looks like this is probably an upstream problem :( See https://bugs.freedesktop.org/show_bug.cgi?id=20500 - quote "RECORD is heavily broken at the moment and in desperate need of love. The whole event delivery changed under it. How quickly that'll get fixed, I don't
know.".
07:09PM UTC on May 26 2009 in Python X Library
-
Version issue is fixed but the list_fonts one is harder - after fixing the typo, there are issues due to the way the X server replies with multiple font names. The handling of this process doesn't seem to be correct and needs a deeper look.
Setting back to open.
12:35PM UTC on Jul 26 2008 in Python X Library
-
mggrant committed revision 128 to the Python X Library SVN repository, changing 1 files.
01:39PM UTC on Jun 29 2008 in Python X Library
-
Confirmed at line 632:
def pack_value(self, value):
fmt, val = value
if fmt not in (8, 16, 32):
raise BadDataError('Invalid property data format %d' % format)
Fixed in subversion, thanks :) Leaving the bug open until the next release.
01:29PM UTC on Jun 29 2008 in Python X Library
-
mggrant committed revision 127 to the Python X Library SVN repository, changing 1 files.
01:28PM UTC on Jun 29 2008 in Python X Library
-
Oops, looks like a typo on that line - it should be apply(rq.ReplyRequest.... On the downside, that makes things go boom for me at a later point (need more debugging).
The version number is my fault though - I didn't know it was there so didn't update it ;) Fixed in SVN.
08:55PM UTC on Mar 05 2008 in Python X Library
-
mggrant committed revision 122 to the Python X Library SVN repository, changing 1 files.
08:44PM UTC on Mar 05 2008 in Python X Library
-
Ah, wrong import - there are two Displays (the one you picked implements protocol handling). Try:
>>> from Xlib.display import Display
>>> Display().sync()
Generally, you don't want to use anything from the .protocol classes.
08:48PM UTC on Oct 29 2007 in Python X Library
-
mggrant committed patchset 104 of module python-xlib to the Python X Library CVS repository, changing 2 files.
09:42PM UTC on Oct 01 2007 in Python X Library
-
mggrant committed revision 120 to the Python X Library SVN repository, changing 2 files.
09:42PM UTC on Oct 01 2007 in Python X Library