mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-27 15:44:29 +02:00
trixie kde rebase (#346)
This commit is contained in:
parent
4ad6b5eb14
commit
350b88a65a
@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/linuxserver/baseimage-selkies:debianbookworm
|
FROM ghcr.io/linuxserver/baseimage-selkies:debiantrixie
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@ -26,7 +26,6 @@ RUN \
|
|||||||
kde-config-gtk-style \
|
kde-config-gtk-style \
|
||||||
kdialog \
|
kdialog \
|
||||||
kfind \
|
kfind \
|
||||||
khotkeys \
|
|
||||||
kio-extras \
|
kio-extras \
|
||||||
knewstuff-dialog \
|
knewstuff-dialog \
|
||||||
konsole \
|
konsole \
|
||||||
@ -37,7 +36,8 @@ RUN \
|
|||||||
plasma-desktop \
|
plasma-desktop \
|
||||||
plasma-workspace \
|
plasma-workspace \
|
||||||
qml-module-qt-labs-platform \
|
qml-module-qt-labs-platform \
|
||||||
systemsettings && \
|
systemsettings \
|
||||||
|
xserver-xorg-input-libinput && \
|
||||||
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' \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-debianbookworm
|
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-debiantrixie
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@ -26,7 +26,6 @@ RUN \
|
|||||||
kde-config-gtk-style \
|
kde-config-gtk-style \
|
||||||
kdialog \
|
kdialog \
|
||||||
kfind \
|
kfind \
|
||||||
khotkeys \
|
|
||||||
kio-extras \
|
kio-extras \
|
||||||
knewstuff-dialog \
|
knewstuff-dialog \
|
||||||
konsole \
|
konsole \
|
||||||
@ -37,7 +36,8 @@ RUN \
|
|||||||
plasma-desktop \
|
plasma-desktop \
|
||||||
plasma-workspace \
|
plasma-workspace \
|
||||||
qml-module-qt-labs-platform \
|
qml-module-qt-labs-platform \
|
||||||
systemsettings && \
|
systemsettings \
|
||||||
|
xserver-xorg-input-libinput && \
|
||||||
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' \
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
# Disable compositing and screen locking
|
# Disable compositing and screen locking
|
||||||
if [ ! -f $HOME/.config/kwinrc ]; then
|
if [ ! -f $HOME/.config/kwinrc ]; then
|
||||||
kwriteconfig5 --file $HOME/.config/kwinrc --group Compositing --key Enabled false
|
kwriteconfig6 --file $HOME/.config/kwinrc --group Compositing --key Enabled false
|
||||||
fi
|
fi
|
||||||
if [ ! -f $HOME/.config/kscreenlockerrc ]; then
|
if [ ! -f $HOME/.config/kscreenlockerrc ]; then
|
||||||
kwriteconfig5 --file $HOME/.config/kscreenlockerrc --group Daemon --key Autolock false
|
kwriteconfig6 --file $HOME/.config/kscreenlockerrc --group Daemon --key Autolock false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Power related
|
# Power related
|
||||||
|
Loading…
x
Reference in New Issue
Block a user