Fix kwin for x11 not being installed. (#333)

* Fix kwin for x11 not being installed.
This commit is contained in:
Leon Hubrich 2025-06-27 16:50:55 +02:00 committed by GitHub
parent 96c68fafb3
commit ed4b00071c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -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' \

View File

@ -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' \