File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4242 /tmp/workbench.deb \
4343 https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community_${WORKBENCH_VERSION}-1ubuntu22.04_amd64.deb && \
4444 dpkg -i /tmp/workbench.deb && \
45+ echo "**** openbox tweaks ****" && \
46+ sed -i 's|</applications>| <application title="MySQL Workbench" type="normal">\n <maximized>yes</maximized>\n </application>\n </applications>|' /etc/xdg/openbox/rc.xml && \
4547 echo "**** cleanup ****" && \
4648 apt-get clean && \
4749 rm -rf \
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
262262
263263## Versions
264264
265+ * ** 20.04.23:** - Update app to launch fullscreen.
265266* ** 18.03.23:** - Rebase to KasmVNC base image.
266267* ** 15.09.22:** - Migrate to s6v3.
267268* ** 26.07.22:** - Rebase on jammy.
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ app_setup_block: |
7070
7171# changelog
7272changelogs :
73+ - { date: "20.04.23:", desc: "Update app to launch fullscreen." }
7374 - { date: "18.03.23:", desc: "Rebase to KasmVNC base image." }
7475 - { date: "15.09.22:", desc: "Migrate to s6v3." }
7576 - { date: "26.07.22:", desc: "Rebase on jammy." }
You can’t perform that action at this time.
0 commit comments