Skip to content

Commit 8774cf7

Browse files
committed
add PWA icon, update readme
1 parent 4fda775 commit 8774cf7

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ ENV TITLE=WPS-Office \
1212
WPS_VERSION=11.1.0.11711
1313

1414
RUN \
15+
echo "**** add icon ****" && \
16+
curl -o \
17+
/kclient/public/icon.png \
18+
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wps-office-icon.png && \
1519
echo "**** install packages ****" && \
1620
apt-get update && \
1721
apt-get install --no-install-recommends -y \
1822
chromium \
23+
chromium-l10n \
1924
libqt5gui5 \
2025
thunar \
2126
tint2 && \
@@ -40,7 +45,6 @@ RUN \
4045
sed -i \
4146
's/NLMC/NLIMC/g' \
4247
/etc/xdg/openbox/rc.xml && \
43-
sed -i 's|</applications>| <application title="WPS" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
4448
echo "**** application tweaks ****" && \
4549
sed -i \
4650
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse
9090
| FM_HOME | This is the home directory (landing) for the file manager, default "/config". |
9191
| START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. |
9292
| 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` |
93+
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
94+
| NO_DECOR | If set the application will run without window borders for use as a PWA. |
95+
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
9396

9497
#### Optional run configurations
9598

@@ -323,6 +326,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
323326

324327
## Versions
325328

329+
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
326330
* **06.01.24:** - Rebase to Debian Bookworm.
327331
* **17.01.24:** - Update Chromium wrapper.
328332
* **21.04.23:** - Initial release.

readme-vars.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ app_setup_block: |
6262
| FM_HOME | This is the home directory (landing) for the file manager, default "/config". |
6363
| START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. |
6464
| 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` |
65+
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
66+
| NO_DECOR | If set the application will run without window borders for use as a PWA. |
67+
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
6568
6669
#### Optional run configurations
6770
@@ -78,6 +81,7 @@ app_setup_block: |
7881
7982
# changelog
8083
changelogs:
84+
- { date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon." }
8185
- { date: "06.01.24:", desc: "Rebase to Debian Bookworm." }
8286
- { date: "17.01.24:", desc: "Update Chromium wrapper." }
8387
- { date: "21.04.23:", desc: "Initial release." }

0 commit comments

Comments
 (0)