Skip to content

Commit

Permalink
v5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Feb 24, 2019
1 parent 6fd4197 commit b3276a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 3 additions & 4 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b3276a6

Please sign in to comment.