mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
gtk initialization failed #573
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 @SimonBard on GitHub (Mar 6, 2024).
I started the container with:
Got this error. I was using sickcodes before and the container started, but I was not able to connect via VNC again. I could not set the VNC password as I did not manage to start the qemu console.
Full logs attached
silly_shannon.logs.txt
@fillipesouzaaraujo commented on GitHub (Mar 6, 2024):
Hi, execute container:
After that press Enter in terminal:
QEMU console will be appear.
Type in (qemu)
In your macos vnc connection:
Host: vnc://<YOUR_IP>:5999
Example: vnc://127.0.0.1:5999
I hope it helps!
@SimonBard commented on GitHub (Mar 6, 2024):
Many thanks! That worked. But when I restart the container, how can I get the qemu console again to set a VNC password?
The container somehow stopped during installation, I restarted it with "docker restart zealous_wescoff", but when I do "docker exec -it zealous_wescoff bash", I of course get the bash and I do not know how to set the VNC password then.
I tried to start it with this and got an error:
@fillipesouzaaraujo commented on GitHub (Mar 7, 2024):
Mr. Bard, try access container via bash and run:
-vnc :<NUMBER_PORT>
NUMBER_PORT is:
0 -> 5900
1 -> 5901
2 -> 5902
Reference: https://www.qemu.org/docs/master/system/vnc-security.html
This command will open the terminal (qemu)
@fillipesouzaaraujo commented on GitHub (Mar 7, 2024):
Or you can restar container with:
@SimonBard commented on GitHub (Mar 8, 2024):
Many thanks. But does not work for me:
@SimonBard commented on GitHub (Mar 9, 2024):
I tried today again and it did work partially. Unfortunately, it did only open a port on ipv6, not ipv4: