Skip to content

Commit ed4b000

Browse files
authored
Fix kwin for x11 not being installed. (#333)
* Fix kwin for x11 not being installed.
1 parent 96c68fa commit ed4b000

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ RUN \
2020
dolphin \
2121
kate \
2222
konsole \
23-
plasma-desktop && \
23+
kwin-x11 \
24+
plasma-desktop \
25+
plasma-x11-session && \
2426
echo "**** application tweaks ****" && \
2527
sed -i \
2628
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \

Dockerfile.aarch64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ RUN \
2020
dolphin \
2121
kate \
2222
konsole \
23-
plasma-desktop && \
23+
kwin-x11 \
24+
plasma-desktop \
25+
plasma-x11-session && \
2426
echo "**** application tweaks ****" && \
2527
sed -i \
2628
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \

0 commit comments

Comments
 (0)