From efedf63cc1448f874954e2fca58fcf4f03ec79e8 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 25 Jan 2026 18:22:13 -0500 Subject: [PATCH] #124 disable core dumps in wayland mode, ingest pixelflux with 3d accel fixes in wayland, fix clientside audio init, fix orientation change on set resolution not working --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- root/defaults/startwm_wayland.sh | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e939eb3..eda01d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34 + git checkout -f 51b4430dc8c1e5ec2a2de8b1de68cb3852b108ad RUN \ echo "**** build shared core library ****" && \ @@ -199,7 +199,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/51b4430dc8c1e5ec2a2de8b1de68cb3852b108ad.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 0941cc1..c754424 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34 + git checkout -f 51b4430dc8c1e5ec2a2de8b1de68cb3852b108ad RUN \ echo "**** build shared core library ****" && \ @@ -197,7 +197,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/51b4430dc8c1e5ec2a2de8b1de68cb3852b108ad.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/root/defaults/startwm_wayland.sh b/root/defaults/startwm_wayland.sh index 785e8f0..77b0feb 100755 --- a/root/defaults/startwm_wayland.sh +++ b/root/defaults/startwm_wayland.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Start DE +ulimit -c 0 export XCURSOR_THEME=breeze_cursors export XCURSOR_SIZE=24 export XKB_DEFAULT_LAYOUT=us