Custom Query (230 matches)
Results (166 - 168 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5 | fixed | pygtk on Windows is not showing any icons on the ImageButtons | ||
Description |
No idea why that is. |
|||
#167 | fixed | pynotify corrupted double-linked list? | ||
Description |
I have seen this sort of crash before (usually on shutdown with control-C), but this seems to happen during runtime which is more problematic... The original bug (was on the wrong tracker) says this happens on clicking "Apply" in the options window (I assume the main 'Configuration' dialog - not the server options?).
I first thought that this was due to pybonjour, but the backtrace also seems to point to pynotify (and gio/dbus) - maybe we need an |
|||
#286 | invalid | question about 8bit pseudocolor support by xpra | ||
Description |
Hello, I need 8 bit pseudocolor for some x apps who use it (don't have code of these apps to change it) to get blinking colors. But I don't get xpra working with depth = 8 bit.
When I (on a Red Hat 7.2) test 'xpra start' ( File "window_bindings.pyx", line 604, in xpra.x11.bindings.window_bindings.X11WindowBindings.ensure_XComposite_support (xpra/x11/bindings/window_bindings.c:5406): ... File "window_bindings.pyx", line 426, in xpra.x11.bindings.window_bindings.X11WindowBindings.ensure_extension_support (xpra/x11/bindings/window_bindings.c:2342) ValueError: X11 extension Composite not available ... See attachments for the necessary files. I'm pretty sure it is a restriction in the x(dummy) server:
Xvnc, on the other hand, does support 8-bit pseudocolor. My questions are:
Thanks in advance if you have the time and effort to look into these questions. |