From ed4b00071c298043df58ec09af086c4c11d565c8 Mon Sep 17 00:00:00 2001 From: Leon Hubrich Date: Fri, 27 Jun 2025 16:50:55 +0200 Subject: [PATCH] Fix kwin for x11 not being installed. (#333) * Fix kwin for x11 not being installed. --- Dockerfile | 4 +++- Dockerfile.aarch64 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61b2c757..6816b86d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,9 @@ RUN \ dolphin \ kate \ konsole \ - plasma-desktop && \ + kwin-x11 \ + plasma-desktop \ + plasma-x11-session && \ echo "**** application tweaks ****" && \ sed -i \ 's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 06be52eb..32977471 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -20,7 +20,9 @@ RUN \ dolphin \ kate \ konsole \ - plasma-desktop && \ + kwin-x11 \ + plasma-desktop \ + plasma-x11-session && \ echo "**** application tweaks ****" && \ sed -i \ 's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \