mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
'gtk initialization failed' on Fedora 32 #3
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 @jhasse on GitHub (Jun 4, 2020).
I've already checked the troubleshooting steps. This is my output:
Maybe an X forwarding problem? Anything I need to keep in mind?
@sickcodes commented on GitHub (Jun 4, 2020):
Is hardware acceleration turned on in your BIOS?
I usually get 3x CPU errors but you've got 4, the rest of the errors are sound card related.
@jhasse commented on GitHub (Jun 4, 2020):
SVM is enabled,
egrep -c '(svm|vmx)' /proc/cpuinforeturned 16 (AMD Ryzen 3800X). Do I need to enable IOMMU as well?@sickcodes commented on GitHub (Jun 4, 2020):
Mines on, what window manager or display manager are you using?
@jhasse commented on GitHub (Jun 4, 2020):
GNOME Shell 3.36.2, X11 with Nvidia proprietary driver
@sickcodes commented on GitHub (Jun 4, 2020):
Which display number are you using? This uses Display=:0.0 you can change it in the docker file
echo $DISPLAY@wooque commented on GitHub (Jun 4, 2020):
Same problem.
@sickcodes commented on GitHub (Jun 4, 2020):
I get the error if I run it without --privileged
and also without the tmp folders
Try running it with this:
docker run --privileged --net host --cap-add=ALL -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev:/dev -v /lib/modules:/lib/modules sickcodes/docker-osx@icanc0 commented on GitHub (Jun 4, 2020):
same issue here, but mine doesnt even support avx, could that be a problem
@sickcodes commented on GitHub (Jun 4, 2020):
Show the output of these:
My output is:
Are you guys running Wayland window manager?
@arsham commented on GitHub (Jun 4, 2020):
Try this then run the container:
@wooque commented on GitHub (Jun 4, 2020):
My output is
Running i3 window manager on standard X server
@sickcodes commented on GitHub (Jun 5, 2020):
Try this
@sickcodes commented on GitHub (Jun 6, 2020):
@jhasse let me know if that solved it so I can close this :)
@jhasse commented on GitHub (Jun 6, 2020):
works now, thanks!
@cdub50 commented on GitHub (Dec 15, 2021):
I am seeing this same error on KDE FC 35 but I am unable to resolve output of pgrep, display and term
1265 /usr/libexec/Xorg -nolisten tcp -auth /var/run/sddm/{61b95591-784c-4a0c-9aeb-cbe196581660} -background none -noreset -displayfd 16 -seat seat0 vt2
1725 /usr/bin/Xwayland :1 -auth /run/user/1000/xauth_NMxHkg -listen 52 -listen 53 -displayfd 44 -rootless -wm 47
:1
@sickcodes commented on GitHub (Dec 17, 2021):
Could be related to this, do you have enough permissions?
@gusbemacbe commented on GitHub (Apr 12, 2024):
I used MX Linux. I ran the command
docker start -ai ventura, and I received the following errors:When I ran the command
xhost +, it said:When I ran the command
docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx ./OpenCore-Boot.sh, I received the error:@lonngxiang commented on GitHub (Sep 19, 2024):
how about windows?