Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Support X11 Connection Over Unix Socket #35

Merged
merged 1 commit into from
Nov 15, 2020

Conversation

justin-gerhardt
Copy link
Contributor

@justin-gerhardt justin-gerhardt commented Nov 1, 2020

Modern linux distro's don't support (by default) TCP connections to the X11 server.
Instead connections are normally made over unix sockets.

NOTE: This alone is not sufficient to get linux working in most circumstances because X11 generally expects clients to authenticate with a token that the remote system does not have.
(this can be worked around by running xhost +local: to allow non-network local connections without authentication for the lifetime of the current session or permanently by adding to /etc/x<display number>.hosts)

@joelspadin joelspadin merged commit 3295b2b into joelspadin:master Nov 15, 2020
@joelspadin
Copy link
Owner

Looks good to me. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants