Skip to content

Commit efedf63

Browse files
committed
#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
1 parent c08cd60 commit efedf63

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34
19+
git checkout -f 51b4430dc8c1e5ec2a2de8b1de68cb3852b108ad
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -199,7 +199,7 @@ RUN \
199199
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
200200
curl -o \
201201
/tmp/selkies.tar.gz -L \
202-
"https://github.com/selkies-project/selkies/archive/2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34.tar.gz" && \
202+
"https://github.com/selkies-project/selkies/archive/51b4430dc8c1e5ec2a2de8b1de68cb3852b108ad.tar.gz" && \
203203
cd /tmp && \
204204
tar xf selkies.tar.gz && \
205205
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34
19+
git checkout -f 51b4430dc8c1e5ec2a2de8b1de68cb3852b108ad
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -197,7 +197,7 @@ RUN \
197197
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
198198
curl -o \
199199
/tmp/selkies.tar.gz -L \
200-
"https://github.com/selkies-project/selkies/archive/2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34.tar.gz" && \
200+
"https://github.com/selkies-project/selkies/archive/51b4430dc8c1e5ec2a2de8b1de68cb3852b108ad.tar.gz" && \
201201
cd /tmp && \
202202
tar xf selkies.tar.gz && \
203203
cd selkies-* && \

root/defaults/startwm_wayland.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Start DE
4+
ulimit -c 0
45
export XCURSOR_THEME=breeze_cursors
56
export XCURSOR_SIZE=24
67
export XKB_DEFAULT_LAYOUT=us

0 commit comments

Comments
 (0)