From 24b529d5760b7749798b6fb835bdca1ecbe9d517 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Sun, 28 Jun 2026 21:05:27 +0200 Subject: [PATCH] fix: add antergos-wallpapers to rootfs packages, restore Install Artix hide - antergos-wallpapers now installed into rootfs so the KDE wallpaper picker shows the Antergos wallpaper automatically (package installs to /usr/share/wallpapers/antergos-wallpaper/ with metadata.desktop). - Restored calamares-config-switcher.desktop in live-overlay with NoDisplay=true to hide 'Install Artix' from the app menu. Previous deletion exposed the package version, making it visible again. --- .../applications/calamares-config-switcher.desktop | 14 ++++++++++++++ iso-profiles/antergos/profile.yaml | 1 + 2 files changed, 15 insertions(+) create mode 100644 iso-profiles/antergos/live-overlay/usr/share/applications/calamares-config-switcher.desktop diff --git a/iso-profiles/antergos/live-overlay/usr/share/applications/calamares-config-switcher.desktop b/iso-profiles/antergos/live-overlay/usr/share/applications/calamares-config-switcher.desktop new file mode 100644 index 0000000..6626610 --- /dev/null +++ b/iso-profiles/antergos/live-overlay/usr/share/applications/calamares-config-switcher.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=Install Artix +GenericName=System Installer +Keywords=calamares;system;installer; +TryExec=calamares-config-switcher +Exec=calamares-config-switcher +Comment=Calamares — System Installer +Icon=artixlinux-logo +Terminal=false +StartupNotify=true +Categories=Qt;System; +NoDisplay=true diff --git a/iso-profiles/antergos/profile.yaml b/iso-profiles/antergos/profile.yaml index a871820..a669c0e 100644 --- a/iso-profiles/antergos/profile.yaml +++ b/iso-profiles/antergos/profile.yaml @@ -92,6 +92,7 @@ rootfs: - calamares-branding-antergos-next - antergos-welcome - antergos-next-memes + - antergos-wallpapers - hiredis - libdbi - libesmtp