File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ LABEL maintainer="aptalca"
1111
1212ENV \
1313 HOME="/config" \
14- TITLE="Shotcut"
14+ TITLE="Shotcut" \
15+ NO_GAMEPAD="true"
1516
1617RUN \
1718 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -591,6 +591,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
591591
592592# # Versions
593593
594+ * **05.02.26:** - Disable gamepad interposer.
594595* **28.12.25:** - Add Wayland init logic.
595596* **22.09.25:** - Rebase to Debian Trixie.
596597* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ init_diagram: |
119119 "shotcut:latest" <- Base Images
120120# changelog
121121changelogs :
122+ - {date: "05.02.26:", desc: "Disable gamepad interposer."}
122123 - {date: "28.12.25:", desc: "Add Wayland init logic."}
123124 - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
124125 - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
You can’t perform that action at this time.
0 commit comments