diff --git a/Dockerfile b/Dockerfile index a8eded2e..be30e2c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,14 @@ ARG XFCE_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE="Alpine XFCE" RUN \ + echo "**** add icon ****" && \ + curl -o \ + /kclient/public/icon.png \ + https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \ echo "**** install packages ****" && \ apk add --no-cache \ faenza-icon-theme \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 8a52f5e8..545625de 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -7,8 +7,14 @@ ARG XFCE_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" +# title +ENV TITLE="Alpine XFCE" RUN \ + echo "**** add icon ****" && \ + curl -o \ + /kclient/public/icon.png \ + https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \ echo "**** install packages ****" && \ apk add --no-cache \ faenza-icon-theme \ diff --git a/README.md b/README.md index 09b8aca6..eb90bb43 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse | DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` | | DISABLE_IPV6 | If set to true or any value this will disable IPv6 | | LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` | +| NO_DECOR | If set the application will run without window borders in openbox for use as a PWA. | +| NO_FULL | Do not autmatically fullscreen applications when using openbox. | #### Optional run configurations @@ -384,7 +386,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **06.01.24:** - Update Readme about native language support. +* **11.02.24:** - Add PWA icons and title variants properly. +* **06.02.24:** - Update Readme about native language support. * **29.12.23:** - Rebase Alpine to 3.19 and swap back to Firefox. * **07.11.23:** - Rebase Fedora to 39. * **14.06.23:** - Rebase to Debian Bookworm. diff --git a/readme-vars.yml b/readme-vars.yml index 15c46a23..8061628f 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -107,6 +107,8 @@ app_setup_block: | | DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` | | DISABLE_IPV6 | If set to true or any value this will disable IPv6 | | LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` | + | NO_DECOR | If set the application will run without window borders in openbox for use as a PWA. | + | NO_FULL | Do not autmatically fullscreen applications when using openbox. | #### Optional run configurations @@ -136,7 +138,8 @@ app_setup_block: | # changelog changelogs: - - { date: "06.01.24:", desc: "Update Readme about native language support." } + - { date: "11.02.24:", desc: "Add PWA icons and title variants properly." } + - { date: "06.02.24:", desc: "Update Readme about native language support." } - { date: "29.12.23:", desc: "Rebase Alpine to 3.19 and swap back to Firefox." } - { date: "07.11.23:", desc: "Rebase Fedora to 39." } - { date: "14.06.23:", desc: "Rebase to Debian Bookworm." }