-
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.".
2009-05-26 19:09:14 UTC 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.
2008-07-26 12:35:30 UTC in Python X Library
-
mggrant committed revision 128 to the Python X Library SVN repository, changing 1 files.
2008-06-29 13:39:32 UTC 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.
2008-06-29 13:29:10 UTC in Python X Library
-
mggrant committed revision 127 to the Python X Library SVN repository, changing 1 files.
2008-06-29 13:28:28 UTC 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.
2008-03-05 20:55:56 UTC in Python X Library
-
mggrant committed revision 122 to the Python X Library SVN repository, changing 1 files.
2008-03-05 20:44:03 UTC 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.
2007-10-29 20:48:48 UTC in Python X Library
-
mggrant committed patchset 104 of module python-xlib to the Python X Library CVS repository, changing 2 files.
2007-10-01 21:42:24 UTC in Python X Library
-
mggrant committed revision 120 to the Python X Library SVN repository, changing 2 files.
2007-10-01 21:42:24 UTC in Python X Library