mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
[PR #31] [MERGED] Kill badly terminated old vnc session before vnc starts and fix gtk initialization failed #679
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?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/31
Author: @matusnovak
Created: 6/10/2020
Status: ✅ Merged
Merged: 6/10/2020
Merged by: @sickcodes
Base:
master← Head:master📝 Commits (1)
2c19db3Kill badly terminated old vnc session before vnc starts📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
vnc-version/Dockerfile(+2 -1)📄 Description
When you run the VNC version blob/master/vnc-version/Dockerfile and you stop/restart the container as:
Then it fails with:
This happens when when qemu tries to start. The problem is that the
vncservercommand inOpenCore-Boot_custom.shfails with (but does not terminate the bash script) with the following error:Adding
vncserver -kill :99 || truebeforevncserverfixes the issue.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.