diff --git a/ReadMe.txt b/ReadMe.txt index e489419..cf9ee58 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,7 @@ Welcome to RX3-Docker/Wine docker image! This is project aims to build a Wine + X11 + Pulse docker image able to run any windows graphic & audio application isolated. Features: - - Curtently based on rx3-docker/x11-pulse:1.2.3-mga9 image, + - Curtently based on rx3-docker/x11-pulse:1.2.4-mga9 image, - Support by defaul volatile Wine dir (/tmp/wine) or non volatile (~/.wine). Usage: diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 194b8e0..906fd4c 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,12 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Wine V 1.0.2 - A. GIBERT - 2025/04/21 +------------------------------------------------------------------------------------------------------------------------------------ + +- Now use rx3-docker/x11-pulse:1.2.4-mga9 image, +- Fix Application Dir spaces support. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Wine V 1.0.1 - A. GIBERT - 2025/04/14 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/bin/run.sh b/bin/run.sh index d3a2dfe..d05d16f 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -45,7 +45,7 @@ shift -APPL_DIR=$(realpath ${APPL_DIR}) +APPL_DIR=$(realpath "${APPL_DIR}") export USER_ID=$(id -u) export GROUP_ID=$(id -g) diff --git a/env.dist b/env.dist index cfb4995..1586795 100644 --- a/env.dist +++ b/env.dist @@ -20,7 +20,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}" APPL_NAME="wine" APPL_NAME_FULL="Wine Docker Image" APPL_NAME_SHORT="wine" -APPL_VERSION="1.0.1" +APPL_VERSION="1.0.2" HOST_NAME_PREFIX=${APPL_NAME_SHORT}${APPL_SUFFIX} @@ -46,7 +46,7 @@ DOCKER_TOOLS_VOLUME=SINGLE # | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id | #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+---------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+ -docker_service_add WN wine ${ORG_URL_PREFIX} - "Rx3-Docker/Wine" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.2.3-mga9 - - - - - - - - +docker_service_add WN wine ${ORG_URL_PREFIX} - "Rx3-Docker/Wine" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} x11-pulse 1.2.4-mga9 - - - - - - - -