Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11docker ERROR: Failed to create untrusted cookie. #503

Open
Hans-van-Velzen opened this issue May 17, 2023 · 4 comments
Open

x11docker ERROR: Failed to create untrusted cookie. #503

Hans-van-Velzen opened this issue May 17, 2023 · 4 comments

Comments

@Hans-van-Velzen
Copy link

Wondering if you have seen this showing up - using the --hostdisplay flag :

x11docker ERROR: Failed to create untrusted cookie.
 Maybe your X server misses extension SECURITY.

I am working on my local machine, well behind a firewall.
Just looking for a simple way to get his up and running.

@mviereck
Copy link
Owner

Please check the output of xdpyinfo | grep -i SECURITY. If it shows no output, than your X server is configured to not provide this extension.

@jcalfee
Copy link

jcalfee commented May 18, 2023

Thanks for the tip @mviereck .. we have no output (missing the SECURITY extension). We are still hunting all over for some reference on how to install or enable it. This info is just not readily available. I'll be sure to post an update when we find something. This is on Ubuntu 22.04 / Pop-Os 6..

@Hans-van-Velzen
Copy link
Author

Guess this may involve patch level stuff. Here is one example: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221984 -- some older issues with SECURITY extension

@jcalfee
Copy link

jcalfee commented May 18, 2023

If we can't figure out how to enable or install the SECURITY extension, can you please suggest a variable tweak so we can try to by-pass the secure cookie? For example, maybe there is something we can safely patch in the x11docker file?

Trusted="yes"                                   # Create trusted or untrusted cookies,  --hostdisplay uses untrusted cookies by default

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

No branches or pull requests

3 participants