[PR #80] [CLOSED] [Issue] Tigervnc version downgrade to 1.10.0 #690

Closed
opened 2025-12-29 06:22:28 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/80
Author: @hoantp
Created: 9/15/2020
Status: Closed

Base: masterHead: issue/tigervnc_version


📝 Commits (3)

  • dbb272f change to tigervnc 1.10.0
  • 3c8640d add tigervnc version arg
  • eb9f609 no 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:

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>
adam added the pull-request label 2025-12-29 06:22:28 +01:00
adam closed this issue 2025-12-29 06:22:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#690