Package: x2goserver
Version: 4.0.1.19
I'm using x2go on Arch linux x86_64. This package
https://www.archlinux.org/packages/extra/x86_64/x2goserver/
I can't use desktop sharing - client says that no local desktop found.
After digging I found that ss -lxu
returns nothing on my system. Replace
with ss -x
and it works now.
Thanks!
Hi Anatoly
On 01.03.2015 10:31 AM, Anatoly Smaznov wrote:
I'm using x2go on Arch linux x86_64. This package https://www.archlinux.org/packages/extra/x86_64/x2goserver/ I can't use desktop sharing - client says that no local desktop found. After digging I found that
ss -lxu
returns nothing on my system. Replace withss -x
and it works now.
This sounds like a bug in ss. Does ss -xu also return nothing?
What about ss -l -x -u?
Mihai