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
|
||||
ARG BUILD_DATE
|
||||
@ -26,7 +26,6 @@ RUN \
|
||||
kde-config-gtk-style \
|
||||
kdialog \
|
||||
kfind \
|
||||
khotkeys \
|
||||
kio-extras \
|
||||
knewstuff-dialog \
|
||||
konsole \
|
||||
@ -37,7 +36,8 @@ RUN \
|
||||
plasma-desktop \
|
||||
plasma-workspace \
|
||||
qml-module-qt-labs-platform \
|
||||
systemsettings && \
|
||||
systemsettings \
|
||||
xserver-xorg-input-libinput && \
|
||||
echo "**** application tweaks ****" && \
|
||||
sed -i \
|
||||
'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
|
||||
ARG BUILD_DATE
|
||||
@ -26,7 +26,6 @@ RUN \
|
||||
kde-config-gtk-style \
|
||||
kdialog \
|
||||
kfind \
|
||||
khotkeys \
|
||||
kio-extras \
|
||||
knewstuff-dialog \
|
||||
konsole \
|
||||
@ -37,7 +36,8 @@ RUN \
|
||||
plasma-desktop \
|
||||
plasma-workspace \
|
||||
qml-module-qt-labs-platform \
|
||||
systemsettings && \
|
||||
systemsettings \
|
||||
xserver-xorg-input-libinput && \
|
||||
echo "**** application tweaks ****" && \
|
||||
sed -i \
|
||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
# Disable compositing and screen locking
|
||||
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
|
||||
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
|
||||
|
||||
# Power related
|
||||
|
Loading…
x
Reference in New Issue
Block a user