mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-25 14:44:51 +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 \
|
dolphin \
|
||||||
kate \
|
kate \
|
||||||
konsole \
|
konsole \
|
||||||
plasma-desktop && \
|
kwin-x11 \
|
||||||
|
plasma-desktop \
|
||||||
|
plasma-x11-session && \
|
||||||
echo "**** application tweaks ****" && \
|
echo "**** application tweaks ****" && \
|
||||||
sed -i \
|
sed -i \
|
||||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||||
|
@ -20,7 +20,9 @@ RUN \
|
|||||||
dolphin \
|
dolphin \
|
||||||
kate \
|
kate \
|
||||||
konsole \
|
konsole \
|
||||||
plasma-desktop && \
|
kwin-x11 \
|
||||||
|
plasma-desktop \
|
||||||
|
plasma-x11-session && \
|
||||||
echo "**** application tweaks ****" && \
|
echo "**** application tweaks ****" && \
|
||||||
sed -i \
|
sed -i \
|
||||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user