Bug#927677: Can not attach to server 2.4.3; TypeError: '>' not supported between instances of 'str' and 'int'

2019-04-21 Thread أحمد المحمودي
On Sun, Apr 21, 2019 at 10:20:21AM +1000, Dmitry Smirnov wrote: > File "/usr/lib/python3/dist-packages/xpra/version_util.py", line 30, in > full_version_str > s += "-r%s%s" % (REVISION, "M" if LOCAL_MODIFICATIONS>0 else "") > TypeError: '>' not supported between instances of 'str' and 'int'

Bug#927677: Can not attach to server 2.4.3; TypeError: '>' not supported between instances of 'str' and 'int'

2019-04-20 Thread Dmitry Smirnov
Package: xpra Version: 2.5.1+dfsg1-1 Severity: serious $ xpra attach :33 xpra main error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/xpra/scripts/main.py", line 87, in main options, args = do_parse_cmdline(cmdline, defaults) File