diff --git a/Dockerfile b/Dockerfile index 9bea207..0da3a8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="aptalca" # title -ENV TITLE=OpenShot +ENV TITLE=OpenShot \ + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index ca34d9c..61e6bb4 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **22.09.25:** - Rebase to Debian Trixie. * **29.07.25:** - Rebase to selkies. Breaking Change: HTTPS is now required. Either use a reverse proxy (like SWAG) with SSL cert or direct connect to port 3001 with HTTPS. * **23.12.24:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index ad4e45e..f1fcc13 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -104,6 +104,7 @@ init_diagram: | "openshot:latest" <- Base Images # changelog changelogs: + - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "22.09.25:", desc: "Rebase to Debian Trixie."} - {date: "29.07.25:", desc: "Rebase to selkies. Breaking Change: HTTPS is now required. Either use a reverse proxy (like SWAG) with SSL cert or direct connect to port 3001 with HTTPS."} - {date: "23.12.24:", desc: "Initial release."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100644 index 0000000..b34f1ae --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1 @@ +/opt/openshot/usr/bin/openshot-qt-launch diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..a33bcc7 --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/foot +/opt/openshot/usr/bin/openshot-qt-launch + +