mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-23 13:45:39 +02:00
Fix kwin for x11 not being installed. (#333)
* Fix kwin for x11 not being installed.
This commit is contained in:
parent
96c68fafb3
commit
ed4b00071c
@ -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' \
|
||||
|
@ -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' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user