Custom Query (230 matches)
Results (178 - 180 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#293 | invalid | XPRA - add connection title to menu | ||
Description |
XPRA is so fantastic that I sometimes use it to view several remote machines at the same time. This packs several identical stylish icons side-by-side in the tray of whatever Ubuntu session manager I happen to be using. In this situation, disconnecting the correct session while preserving the rest can be a challenge. It would be nice if the menu that pops up when I click on the XPRA icon could list the name of the corresponding host machine at the very top. The floating tooltips associated with the icons convince me that this should be possible. I would appreciate seeing confirmation that I have clicked on the correct icon right in the menu itself. Thanks! |
|||
#294 | invalid | Latest Version of Xpra breaks compatibility (Linux) | ||
Description |
Hi,
The latest version of xpra ( Looking at the client log, this following line suggests winswitch is expecting a third integer in the versioning sequence (as was in the previous xpra version, 0.17.0) and so the client/server xpra versioning comparison process fails at this point: ServerLineConnection.xpra_version_compat(1.0-r14532,1.0-r14532) invalid literal for int() with base 10: '0-r14532' |