Skip to content

Commit e744400

Browse files
committed
make wayland default
1 parent c3a13b2 commit e744400

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ LABEL maintainer="thelamer"
1212
ARG DEBIAN_FRONTEND="noninteractive"
1313

1414
# title
15-
ENV TITLE=MySQL-Workbench
15+
ENV TITLE=MySQL-Workbench \
16+
NO_GAMEPAD=true \
17+
PIXELFLUX_WAYLAND=true
1618

1719
RUN \
1820
echo "**** add icon ****" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
620620

621621
## Versions
622622

623+
* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
623624
* **28.12.25:** - Add Wayland init logic.
624625
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
625626
* **01.07.24:** - Rebase to Noble.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ init_diagram: |
106106
"mysql-workbench:latest" <- Base Images
107107
# changelog
108108
changelogs:
109+
- {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
109110
- {date: "28.12.25:", desc: "Add Wayland init logic."}
110111
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
111112
- {date: "01.07.24:", desc: "Rebase to Noble."}

0 commit comments

Comments
 (0)