Opened 8 years ago
Closed 8 years ago
#296 closed defect (fixed)
Xpra version mismatch error
Reported by: | thinksilicon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.12 |
Component: | Global | Keywords: | Xpra version mismatch |
Cc: |
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!
Sorry,
just realized there is a newer version of winswitch (0.12.23). I compiled it and it seems to work fine with xpra now.
Should have checked more thoroughly before opening the ticket.
Thanks again for the great project!