Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/Docker-OSX#8 2025-12-28 23:20:53 +01:00
Error "gtk initialization failed"

@gopalkhasria commented on GitHub (Nov 14, 2024):

I am getting this on windows. Is there a way to wix it?

adam commented on issue starred/Docker-OSX#9 2025-12-28 23:20:53 +01:00
Publish to App Store

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

Yes you can. Download Xcode from the App Store and run as normal.

Just make sure you have enough disk space because the application alone is 15GB…

adam commented on issue starred/Docker-OSX#8 2025-12-28 23:20:53 +01:00
Error "gtk initialization failed"

@5E7EN commented on GitHub (Nov 28, 2024):

I am getting this on windows. Is there a way to wix it?

@gopalkhasria I've got it working using the updated command found in PR #774.

docke…
adam commented on issue starred/Docker-OSX#9 2025-12-28 23:20:53 +01:00
Publish to App Store

@amreniouinnovent commented on GitHub (Jun 7, 2020):

@sickcodes Could I run this docker on windows?

adam opened issue starred/Docker-OSX#11 2025-12-28 23:20:53 +01:00
How can I adjust the container size following a successful build?
adam opened issue starred/Docker-OSX#12 2025-12-28 23:20:53 +01:00
Running the same container afterwards
adam commented on issue starred/Docker-OSX#8 2025-12-28 23:20:52 +01:00
Error "gtk initialization failed"

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

Same here. I did this to make it work:

sudo pacman -S xorg-xhost

Then disable access control from X11:

xhost +

And run the…

adam commented on issue starred/Docker-OSX#8 2025-12-28 23:20:52 +01:00
Error "gtk initialization failed"

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

Thanks Raoulh!


echo $DISPLAY

# ARCH
sudo pacman -S xorg-xhost

# UBUNTU DEBIAN
sudo apt install x11-xserver-utils

# CENTOS RHEL…
adam commented on issue starred/Docker-OSX#8 2025-12-28 23:20:52 +01:00
Error "gtk initialization failed"

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

Same here. I did this to make it work:

sudo pacman -S xorg-xhost

Then disable access control from X11:

adam commented on issue starred/Docker-OSX#9 2025-12-28 23:20:52 +01:00
Publish to App Store

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

Yes Xcode App signing Transporter Keychain etc

Everything except for usb mounting of an iPhone (might work on it soon, help appreciated)

adam commented on issue starred/Docker-OSX#8 2025-12-28 23:20:52 +01:00
Error "gtk initialization failed"

@iiordanov commented on GitHub (Nov 23, 2021):

@sickcodes thanks for your awesome work!

Just in case this helps people who would like to run this headless. I saw that there is a really helpful…

adam opened issue starred/Docker-OSX#9 2025-12-28 23:20:51 +01:00
Publish to App Store
adam commented on issue starred/Docker-OSX#7 2025-12-28 23:20:51 +01:00
Automate virtual machine creation

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

Alright, I think we can aim for something else then that might be easier: let's create the initial virtual machine manually, bring it up with a…

adam closed issue starred/Docker-OSX#9 2025-12-28 23:20:51 +01:00
Publish to App Store
adam commented on issue starred/Docker-OSX#8 2025-12-28 23:20:51 +01:00
Error "gtk initialization failed"

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

Working on it

adam commented on issue starred/Docker-OSX#7 2025-12-28 23:20:51 +01:00
Automate virtual machine creation

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

Yeah, if you run it using virtual-manager via OSX-KVM

adam commented on issue starred/Docker-OSX#7 2025-12-28 23:20:51 +01:00
Automate virtual machine creation

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

I can set up the automated SSH tunnel, VNC, CI/CD method.

I’ll be adding the VNC and/or xrdp methods soon, you can also request me to do work…

adam opened issue starred/Docker-OSX#8 2025-12-28 23:20:50 +01:00
Error "gtk initialization failed"
adam closed issue starred/Docker-OSX#8 2025-12-28 23:20:50 +01:00
Error "gtk initialization failed"
adam commented on issue starred/Docker-OSX#7 2025-12-28 23:20:50 +01:00
Automate virtual machine creation

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

You can docker launch old versions of the machine using the docker start command in the readme.

You can copy an existing container in its existing…