Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-selkies:fedora43
FROM ghcr.io/linuxserver/baseimage-selkies:fedora44

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -48,9 +48,6 @@ RUN \
setcap -r \
/usr/sbin/kwin_wayland && \
echo "**** kde tweaks ****" && \
sed -i \
's/applications:org.kde.discover.desktop,/applications:org.kde.konsole.desktop,/g' \
/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml && \
rm -f \
/etc/xdg/autostart/at-spi-dbus-bus.desktop \
/etc/xdg/autostart/gmenudbusmenuproxy.desktop \
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-fedora43
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-fedora44

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -48,9 +48,6 @@ RUN \
setcap -r \
/usr/sbin/kwin_wayland && \
echo "**** kde tweaks ****" && \
sed -i \
's/applications:org.kde.discover.desktop,/applications:org.kde.konsole.desktop,/g' \
/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml && \
rm -f \
/etc/xdg/autostart/at-spi-dbus-bus.desktop \
/etc/xdg/autostart/gmenudbusmenuproxy.desktop \
Expand Down