File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d/init-selkies-config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 https://github.com/selkies-project/selkies.git \
1717 /src && \
1818 cd /src && \
19- git checkout -f 3ff61d3cc017e8492630bf0db2449bc556e20f2e
19+ git checkout -f 2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34
2020
2121RUN \
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/3ff61d3cc017e8492630bf0db2449bc556e20f2e .tar.gz" && \
202+ "https://github.com/selkies-project/selkies/archive/2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34 .tar.gz" && \
203203 cd /tmp && \
204204 tar xf selkies.tar.gz && \
205205 cd selkies-* && \
Original file line number Diff line number Diff line change 1616 https://github.com/selkies-project/selkies.git \
1717 /src && \
1818 cd /src && \
19- git checkout -f 3ff61d3cc017e8492630bf0db2449bc556e20f2e
19+ git checkout -f 2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34
2020
2121RUN \
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/3ff61d3cc017e8492630bf0db2449bc556e20f2e .tar.gz" && \
200+ "https://github.com/selkies-project/selkies/archive/2ec1bf1487ac3dc40d20d5fe501eb39ad4f88f34 .tar.gz" && \
201201 cd /tmp && \
202202 tar xf selkies.tar.gz && \
203203 cd selkies-* && \
Original file line number Diff line number Diff 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
911else
1012 CONF_DIR="$HOME/.config/openbox"
1113 DEF_AUTOSTART="/defaults/autostart"
You can’t perform that action at this time.
0 commit comments