mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 07:33:30 +01:00
Unable to init server. gtk initialization failed #89
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 @rcg12387 on GitHub (Nov 12, 2020).
Hi. I cannot run this docker image though run with allowing SSH into OSX.
os: Ubuntu 18.04.5 LTS (GNU/Linux 5.4.0-52-generic x86_64)
RAM: 64GB
cpu model name: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
count of cpus: 20
remote: using MobaXterm Professional Edition v10.7
Tried this but also failed:
Please help me.
@sickcodes commented on GitHub (Nov 12, 2020):
Try changing display to :12.0
-e "DISPLAY=12.0"Remove sudo from docker run and add yourself to the Docker group
sudo chmod 666 /dev/kvmRemove opencoreboot from the end
Remove
--device /dev/snd@BridgetNichols commented on GitHub (Nov 12, 2020):
I'm having the exact same issue. Their was an issue posted yesterday that was having the same output too. I've tried everything posted so far and haven't had any luck either.
@rcg12387 commented on GitHub (Nov 13, 2020):
@sickcodes Thank you for your reply. I have tried your recommendations but also failed.
And tried this according to this.
@sickcodes commented on GitHub (Nov 13, 2020):
I just tested using the code from the readme:
@rcg12387 commented on GitHub (Nov 13, 2020):
Thank you for your reply.
It still fails. I have tried "How to Install macOS VM on Linux" and it seems working. Awesome.
@sickcodes commented on GitHub (Nov 13, 2020):
Haha great :P That was the original version!
@rcg12387 commented on GitHub (Nov 13, 2020):
@sickcodes I have a problem with mouse moving. Two cursors are appeared in the screen (one is of QEMU, another one is of MacOS, I think), and these two are not synchronized. Do you have any suggestion?
This issue is not appropriate to this git repo, anyway please help me.
@sickcodes commented on GitHub (Nov 13, 2020):
One mouse should be for the host the other mouse should be the macs mouse cursor.
Dont zoom in or out as it will change the cursor calibration
I think in the qemu menu there's options to change the way the mouse works. If the mouse dies, change usb-mouse to usb-tablet in the launcher script, was necessary for me.
@rcg12387 commented on GitHub (Nov 13, 2020):
I have used OpenCore-Boot.sh, it is written as -usb -device usb-kbd -device usb-tablet. You mean this don't you?