Custom Query (2683 matches)
Results (46 - 48 of 2683)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#65 | fixed | error with jpeg encoding | ||
Description |
Unhandled error while processing packet from peer Traceback (most recent call last): File "python/xpra/protocol.py", line 238, in _process_packet self._process_packet_cb(self, decoded) File "python/xpra/client.py", line 1023, in process_packet self._packet_handlers[packet_type](self, packet) File "python/xpra/client.py", line 908, in _process_draw window.draw(x, y, width, height, coding, data) File "python/xpra/client.py", line 214, in draw self._backing.draw_rgb_image(gc, x, y, width, height, gtk.gdk.RGB_DITHER_NONE, data) IndexError: rgb_buf is not large enough
when trying |
|||
#66 | fixed | "mdocml" cannot process xpra.1 | ||
Description |
Hi- I just got the latest revision of the xpra man page because the one I had was not readable by "mandoc", and the current |
|||
#67 | fixed | mmap improvements: zero-copy, avoid wrap-around, memcopy, mmap.ACCESS_COPY | ||
Description |
mmap is fast but can be made faster:
|
Note: See TracQuery
for help on using queries.