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

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

Does this alternative application run without the error?

docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix tukiyo3/teamviewer15

If you get the…

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

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

Mine is:

1228 /usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/user/110/gdm/Xauthority -background none -noreset -keeptty -verbose 3
…
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:33 +01:00
Permissions issues with qemu-system-x86_64

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

I'll try tomorrow, it's getting really late now in Europe ;)

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

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

Same issue here, outputs of above:

` 805 /usr/lib/Xorg -nolisten tcp -auth /var/run/sddm/{435e64b6-b308-4c8b-bafc-719e3f9be6c8} -background none…

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

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

Same issue here running i3 on Arch 658 /usr/lib/Xorg -nolisten tcp -auth /var/run/sddm/{b0ec8f2a-fcc9-4dc4-9ef6-61b57a970849} -background none…

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

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

Also, after a relog/restart, I had to rerun sudo chmod 666 /dev/kvm to get it to work again.

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

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

Sticky tape fix but: printf '\n%s\n' "sudo chmod 666 /dev/kvm" >> ~/.bashrc

It will turn on every relog.

or just edit it and add that at the…

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

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

After trying everything above - including following the qemu guide, this is the best I can get:

docker run --privileged -v /tmp/.X11-unix:/tmp/…
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:31 +01:00
Permissions issues with qemu-system-x86_64

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

Ignore the alsa utils error, it will always be there unless I change the OpenBoot-Core.sh script from upstream repo.

Regarding the gtk error Show…

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

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

Mine is:

1228 /usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/user/110/gdm/Xauthority -background none -noreset -keeptty -verbose 3
25016…
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:30 +01:00
Permissions issues with qemu-system-x86_64

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

These steps should set your host up for the QEMU on https://help.ubuntu.com/community/KVM/Installation

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

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

I got it working after running sudo chmod 666 /dev/kvm and using `docker run --privileged --net host --cap-add=ALL -v /tmp/.X11-unix:/tmp/.X11-unix…

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

@sickcodes commented on GitHub (Dec 17, 2021):

rootless

Could be related to this, do you have enough permissions?

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

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

QEMU 7.1.0 monitor - type 'help' for…
adam commented on issue starred/Docker-OSX#2 2025-12-28 23:20:30 +01:00
Permissions issues with qemu-system-x86_64

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

Using the original run command docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx did not work. I had to use @roryrjb 's…

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

@lonngxiang commented on GitHub (Sep 19, 2024):

how about windows?

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

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

Good to hear mate, I've added those tips to the troubleshooting page.

It's probably both of those commands that you need might need, someone else…

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

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

You may have more luck with something like this:

$ docker run --privileged --net host --cap-add=ALL -v /tmp/.X11-unix:/tmp/.X11-un…
adam commented on issue starred/Docker-OSX#3 2025-12-28 23:20:29 +01:00
'gtk initialization failed' on Fedora 32

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

works now, thanks!

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

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