Skip to content

Commit 24f6608

Browse files
committed
#117 remove second monitor button on wayland, bump selkies to fix gamepad on firefox and sidebar on iOS
1 parent 44e5ec8 commit 24f6608

3 files changed

Lines changed: 6 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 0b649144b958c38aa33ba8d76befe4d4bcb14e76
19+
git checkout -f 2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -184,7 +184,7 @@ RUN \
184184
echo "**** install selkies ****" && \
185185
curl -o \
186186
/tmp/selkies.tar.gz -L \
187-
"https://github.com/selkies-project/selkies/archive/0b649144b958c38aa33ba8d76befe4d4bcb14e76.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34.tar.gz" && \
188188
cd /tmp && \
189189
tar xf selkies.tar.gz && \
190190
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 0b649144b958c38aa33ba8d76befe4d4bcb14e76
19+
git checkout -f 2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -181,7 +181,7 @@ RUN \
181181
echo "**** install selkies ****" && \
182182
curl -o \
183183
/tmp/selkies.tar.gz -L \
184-
"https://github.com/selkies-project/selkies/archive/0b649144b958c38aa33ba8d76befe4d4bcb14e76.tar.gz" && \
184+
"https://github.com/selkies-project/selkies/archive/2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34.tar.gz" && \
185185
cd /tmp && \
186186
tar xf selkies.tar.gz && \
187187
cd selkies-* && \

root/etc/s6-overlay/s6-rc.d/init-selkies-config/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if [[ "${PIXELFLUX_WAYLAND}" == "true" ]];then
66
DEF_AUTOSTART="/defaults/autostart_wayland"
77
DEF_MENU="/defaults/menu_wayland.xml"
88
DEF_RC="/defaults/labwc.xml"
9+
# disable second screen
10+
printf "false" > /run/s6/container_environment/SELKIES_SECOND_SCREEN
911
else
1012
CONF_DIR="$HOME/.config/openbox"
1113
DEF_AUTOSTART="/defaults/autostart"

0 commit comments

Comments
 (0)