From 814c0db4d8e549896ccdc48823cc5ccca1c8e4f0 Mon Sep 17 00:00:00 2001 From: qpismont Date: Mon, 12 Jan 2026 20:35:59 +0100 Subject: [PATCH] Switch to KDE desktop, install Darkly, enable sddm --- Containerfile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Containerfile b/Containerfile index e482158..3609cdc 100644 --- a/Containerfile +++ b/Containerfile @@ -5,7 +5,7 @@ RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yu #Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires RUN dnf install -y \ - @gnome-desktop \ + @kde-desktop-environment \ @hardware-support \ @development-tools \ @multimedia \ @@ -51,6 +51,11 @@ RUN YAAK_URL=$(curl -s https://api.github.com/repos/mountain-loop/yaak/releases/ && dnf install -y /tmp/yaak.rpm \ && rm -f /tmp/yaak.rpm +RUN DARKLY_URL=$(curl -s https://api.github.com/repos/Bali10050/Darkly/releases/latest | jq -r '.assets[] | select(.name | contains("fc43.x86_64") and endswith(".rpm")) | .browser_download_url') \ + && wget "$DARKLY_URL" -O /tmp/darkly.rpm \ + && dnf install -y /tmp/darkly.rpm \ + && rm -f /tmp/darkly.rpm + #Installation de Filen Desktop RUN wget https://cdn.filen.io/@filen/desktop/release/latest/Filen_linux_x86_64.rpm -O /tmp/filen.rpm \ && dnf install -y /tmp/filen.rpm \ @@ -93,14 +98,12 @@ RUN echo "xpad" > /etc/modules-load.d/xpad.conf RUN echo "GST_VAAPI_ALL_DRIVERS=0" >> /etc/environment # Ajout de flathub avec des apps par défaut -RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo \ - && flatpak install -y --system flathub runtime/org.gnome.Platform/x86_64/49 \ - && flatpak install -y --system flathub io.github.kolunmi.Bazaar +RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo #Définir le target graphique par défaut RUN systemctl set-default graphical.target #Activation des services + Desactivation de bootc-update automatique RUN systemctl preset-all && \ - systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \ + systemctl enable sddm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \ systemctl mask bootc-fetch-apply-updates.timer