From 1c3cb7056908cf8672edea3eaacec04a807d0a9b Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 4 Jan 2026 18:05:05 -0500 Subject: [PATCH] interact with the correct socket in wayland mode --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a45c55dc..7c7da430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE="Fedora i3" +ENV TITLE="Fedora i3" \ + SELKIES_WAYLAND_SOCKET_INDEX=2 RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 57bddf18..37dc9bc9 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE="Fedora i3" +ENV TITLE="Fedora i3" \ + SELKIES_WAYLAND_SOCKET_INDEX=2 RUN \ echo "**** add icon ****" && \