Skip to content

Commit 6e81bb8

Browse files
committed
interact with the correct socket in wayland mode
1 parent cf67b3b commit 6e81bb8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="thelamer"
88

99
# title
10-
ENV TITLE="Arch i3"
10+
ENV TITLE="Arch i3" \
11+
SELKIES_WAYLAND_SOCKET_INDEX=2
1112

1213
RUN \
1314
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="thelamer"
88

99
# title
10-
ENV TITLE="Arch i3"
10+
ENV TITLE="Arch i3" \
11+
SELKIES_WAYLAND_SOCKET_INDEX=2
1112

1213
RUN \
1314
echo "**** add icon ****" && \

0 commit comments

Comments
 (0)