mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-12 05:20:27 +01:00
gtk initialization failed Ubuntu Monterey #301
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @89jd on GitHub (Jan 16, 2022).
OS related issued, please help us identify the issue by posting the output of this
Errors:
Any ideas? Tried all the things I have mentioned on the issues already, but still no luck
@sickcodes commented on GitHub (Jan 16, 2022):
xhost +Add yourself to Docker group
Delete any snap Docker
Get Docker from the official page for Ubuntu on Dockers website only
Running
sudo dockerdThen run Docker without sudo (even tho Docker group is actually root)
Any issues ping me
In ./tests is an Ubuntu automated script, it may have something you're missing.
Also use
-e DISPLAY=:1just in case.@kkartaltepe commented on GitHub (Jan 22, 2022):
I happened across this,
xhost +solved the issue with gtk initializing. Should we be passing in the auth token fromXAUTHORITY(I have not had a chance to test this yet)@sickcodes commented on GitHub (Jan 24, 2022):
I'll look into it!