Custom Query (230 matches)
Results (13 - 15 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#296 | fixed | Xpra version mismatch error | ||
Description |
Hi, I've checked out latest release of winswitch (0.12.20) and compiled on my openSUSE 42.2. Works fine so far, except I get an error-message on start-up: "Xpra version mismatch,xpra version on the server is 2.0.1-r15494, your version is 2.0.1-r15494. Xpra support has been disabled" As you can see, this message doesn't really make sense, as it's the exact same version of xpra. I took a look into the xpra_version_compat(self, v1, v2) function and if I'm not taken wrong it looks like, the function has a problem with the git-release-number in my xpra-verion. Would you be able to provide a patch, so xpra_version_compat() is more resilient against those version-numbers? Thank you and keep up the good work! |
|||
#295 | invalid | xpra high keyboard latency | ||
Description |
I've tried the latest xpra+winswitch (1.0.2, 0.12.23) on ubuntu 16.04 but this was always the case also with previous versions. i've tried different video settings but even on grayscale and choose "low latency" the keyboard and screen still lags a little especially compared to using winswitch with NX. i'm using mostly in seamless mode , eclipse+terminal and in both NX is much smoother |
|||
#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' |