Skip to content
Commit 3f59fa0d authored by Nathaniel Roach's avatar Nathaniel Roach Committed by Ray Strode
Browse files

Use -listen instead of -nolisten for new Xorg



Newer Xorg versions don't listen to tcp sockets
by default, so instead of explicitly passing
-nolisten to disable tcp sockets by default,
we need to explicitly pass -listen to enable
tcp sockets when DisallowTCP=false.

Older versions don't support the -listen flag,
so we check the version and if it's >= 1.17 then
we specify -listen tcp

Signed-off-by: default avatarNathaniel Roach <nroach44@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=750026
parent a6e31668
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment