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

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

View File

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