Skip to content

Instantly share code, notes, and snippets.

@cynecx
Created March 27, 2020 01:41
Show Gist options
  • Select an option

  • Save cynecx/4d2c76c2d6c32da6bbb783dc97ea7282 to your computer and use it in GitHub Desktop.

Select an option

Save cynecx/4d2c76c2d6c32da6bbb783dc97ea7282 to your computer and use it in GitHub Desktop.
LXD + X11 + "No protocol specified"

LXD + X11

Resources

Issues

No protocol specified

No protocol specified
Error: unable to open display :0

Possible solution:

  • Make sure the x11 unix socket bind mount has proper permissions (uid in the container must match the one on the host. Abstract unix domain sockets might help here, for more look into [1]).

  • You may have enabled xorg's "access control" feature. To disable it, run the following command: xhost + (- to enable it again)

@PikaBooLord69
Copy link

can you provide me with your discord please or add me PandaServices#5413

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment