From b3276a6d1d15fd822bd6362ad5f52aa26f4d1c15 Mon Sep 17 00:00:00 2001 From: mviereck Date: Sun, 24 Feb 2019 21:17:48 +0100 Subject: [PATCH] v5.4.4 --- CHANGELOG.md | 2 +- x11docker | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 872e3175..7d28d74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Project website: https://github.com/mviereck/x11docker -## [Unreleased] +## [5.4.4](https://github.com/mviereck/x11docker/releases/tag/v5.4.4) - 2019-02-24 ### Fixed - `--gpu`: NVIDIA driver installation: Avoid `--install-libglvnd` and `--no-nvidia-modprobe` for installer versions that do not support it. diff --git a/x11docker b/x11docker index 2988b24a..c607fef2 100755 --- a/x11docker +++ b/x11docker @@ -11,7 +11,7 @@ # Type 'x11docker --help' or scroll down to read usage information. # More documentation at: https://github.com/mviereck/x11docker -Version="5.4.4-beta" +Version="5.4.4" usage() { # --help: show usage information echo " @@ -776,8 +776,7 @@ killpid() { # kill PID $1 with codename $2 [and process name } #### more or less general routines -askyesno() { - # Ask Yes/no question. Default yes for ENTER, timeout with no after 60s +askyesno() { # ask Yes/no question. Default yes for ENTER, timeout with no after 60s read -t60 -n1 -e -p "(timeout after 60s assuming no) [Y|n]" Choice [ "$?" = '0' ] && { [[ "$Choice" == [YyJj]* ]] || [ -z "$Choice" ] && return 0 @@ -6915,7 +6914,7 @@ todo() { # BUG: x11docker/xwayland in a nested setup: where is the X socket ?? # Enhancement: - # --update: regard possible location in /opt? + # --update: regard possible location in /opt # x11docker-gui: menu entry management? persistant command storage? # --group-add: further checks? mismatch messagebus-101-systemd-journal, works nonetheless. # further checks of pam.d