Currently, 1.11.0 is beta version and I got some errors when create a container from built image:
Unable to init server: Could not connect: Connection refused
QEMU 5.1.0 monitor - type'help'for more information
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4743:(_snd_config_evaluate)function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4743:(_snd_config_evaluate)function snd_func_concat returned error: No such file or directory
........
alsa: Could not initialize ADC
alsa: Failed to open `default':
alsa: Reason: No such file or directory
audio: Failed to create voice `adc'
gtk initialization failed
or
Couldn't find suitable Xsession
I decide to downgrade tigervnc to stable version 1.10.0 and it's working again.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/sickcodes/Docker-OSX/pull/80
**Author:** [@hoantp](https://github.com/hoantp)
**Created:** 9/15/2020
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `issue/tigervnc_version`
---
### 📝 Commits (3)
- [`dbb272f`](https://github.com/sickcodes/Docker-OSX/commit/dbb272f88fe3fcd0f5433da94fef29c901eba375) change to tigervnc 1.10.0
- [`3c8640d`](https://github.com/sickcodes/Docker-OSX/commit/3c8640d810850fec15cb2f27eb6f115b02c44da0) add tigervnc version arg
- [`eb9f609`](https://github.com/sickcodes/Docker-OSX/commit/eb9f609a14db0cee173d8b648a930d1a031d6fd2) no need to install xorg-init
### 📊 Changes
**1 file changed** (+4 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `vnc-version/Dockerfile` (+4 -1)
</details>
### 📄 Description
When build the vnc version, archlinux will install tigervnc 1.11.0-x
https://www.archlinux.org/packages/community/x86_64/tigervnc/
Currently, 1.11.0 is beta version and I got some errors when create a container from built image:
```sh
Unable to init server: Could not connect: Connection refused
QEMU 5.1.0 monitor - type 'help' for more information
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4743:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4743:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
........
alsa: Could not initialize ADC
alsa: Failed to open `default':
alsa: Reason: No such file or directory
audio: Failed to create voice `adc'
gtk initialization failed
```
or
```sh
Couldn't find suitable Xsession
```
---
I decide to downgrade tigervnc to stable version 1.10.0 and it's working again.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/80
Author: @hoantp
Created: 9/15/2020
Status: ❌ Closed
Base:
master← Head:issue/tigervnc_version📝 Commits (3)
dbb272fchange to tigervnc 1.10.03c8640dadd tigervnc version argeb9f609no need to install xorg-init📊 Changes
1 file changed (+4 additions, -1 deletions)
View changed files
📝
vnc-version/Dockerfile(+4 -1)📄 Description
When build the vnc version, archlinux will install tigervnc 1.11.0-x
https://www.archlinux.org/packages/community/x86_64/tigervnc/
Currently, 1.11.0 is beta version and I got some errors when create a container from built image:
or
I decide to downgrade tigervnc to stable version 1.10.0 and it's working again.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.