mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
#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
This commit is contained in:
parent
c08cd60175
commit
efedf63cc1
@ -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-* && \
|
||||
|
||||
@ -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-* && \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user