Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:29 +01:00
'gtk initialization failed' on Fedora 32

@sickcodes commented on GitHub (Jun 5, 2020):

Try this

echo $DISPLAY

# ARCH
sudo pacman -S xorg-xhost

# UBUNTU DEBIAN
sudo apt install x11-xserver-utils

# CENTOS RHEL FEDORA
sudo…
adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:29 +01:00
'gtk initialization failed' on Fedora 32

@sickcodes commented on GitHub (Jun 6, 2020):

@jhasse let me know if that solved it so I can close this :)

adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:28 +01:00
'gtk initialization failed' on Fedora 32

@icanc0 commented on GitHub (Jun 4, 2020):

same issue here, but mine doesnt even support avx, could that be a problem

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:28 +01:00
Permissions issues with qemu-system-x86_64

@luposlip commented on GitHub (Jun 4, 2020):

Just tried ghgrp kvm /dev/kvm. Now ls -la /dev/kvm reveals:

crw-rw----+ 1 root kvm 10, 232 Jun  4 20:56 /dev/kvm

Still same error.

adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:28 +01:00
'gtk initialization failed' on Fedora 32

@sickcodes commented on GitHub (Jun 4, 2020):

Show the output of these:

pgrep -a X
echo $DISPLAY
echo $TERM

My output is:

1858 /usr/lib/Xorg -nolisten tcp :0 vt1
:0.0

adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:28 +01:00
'gtk initialization failed' on Fedora 32

@arsham commented on GitHub (Jun 4, 2020):

Try this then run the container:

xhost +
adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:28 +01:00
'gtk initialization failed' on Fedora 32

@wooque commented on GitHub (Jun 4, 2020):

My output is

884 /usr/lib/Xorg :0 -keeptty vt1 -keeptty -auth /tmp/serverauth.TZlK7LVmUW
:0
rxvt-unicode-256color

Running i3 window…

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:28 +01:00
Permissions issues with qemu-system-x86_64

@sickcodes commented on GitHub (Jun 4, 2020):

Mines like this crw-rw-rw- 1 root kvm 10, 232 Jun 5 03:20 kvm

Try this:

sudo ghgrp kvm /dev/kvm
sudo chmod 666 /dev/kvm
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:27 +01:00
Permissions issues with qemu-system-x86_64

@luposlip commented on GitHub (Jun 4, 2020):

I've tried anything in the README and here, and (also) still have the same issue:

docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix…
adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:27 +01:00
'gtk initialization failed' on Fedora 32

@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

adam commented on issue starred/Docker-OSX#1 2025-12-28 23:20:27 +01:00
Stuck at disk install selection step

@maietta commented on GitHub (Dec 22, 2022):

I got stuck here too, finally got the OS installed only to restart my container and everything gone. (Wish the docs were just a bit more clear about this)

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:27 +01:00
Permissions issues with qemu-system-x86_64

@ghost commented on GitHub (Jun 4, 2020):

@sickcodes

  • arch isn't a member of the kvm and libvirtd groups

  • /dev/kvm needs to be owned by the kvm group

those two issues cause…

adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:27 +01:00
'gtk initialization failed' on Fedora 32

@wooque commented on GitHub (Jun 4, 2020):

Same problem.

~ (master) echo $DISPLAY 
:0
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:27 +01:00
Permissions issues with qemu-system-x86_64

@xlash123 commented on GitHub (Jun 4, 2020):

Why are we running qemu on the host? Can't that go inside the Docker container?

adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:27 +01:00
'gtk initialization failed' on Fedora 32

@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…

adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:26 +01:00
'gtk initialization failed' on Fedora 32

@jhasse commented on GitHub (Jun 4, 2020):

GNOME Shell 3.36.2, X11 with Nvidia proprietary driver

adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:26 +01:00
Permissions issues with qemu-system-x86_64

@sickcodes commented on GitHub (Jun 4, 2020):

Try adding all these: ~~`sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager uml-utilities libguestfs-tool…

adam commented on issue starred/Docker-OSX#1 2025-12-28 23:20:26 +01:00
Stuck at disk install selection step

@sickcodes commented on GitHub (Mar 13, 2021):

Yeah you don't even have to partition it, just erase the biggest disk and quit the disk utility

adam commented on issue starred/Docker-OSX#1 2025-12-28 23:20:26 +01:00
Stuck at disk install selection step

@livefromph commented on GitHub (Dec 22, 2022):

Have you tried these?

# Boot the macOS Base System

# Click Disk Utility

# Erase the biggest disk

# Partition…
adam commented on issue starred/Docker-OSX#1 2025-12-28 23:20:26 +01:00
Stuck at disk install selection step

@NesredinJemal commented on GitHub (Dec 22, 2022):

Thanks