trixie kde rebase (#346)

This commit is contained in:
Ryan Kuba 2025-07-25 00:01:36 +00:00 committed by GitHub
parent 4ad6b5eb14
commit 350b88a65a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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