From 70528d8553c98bcff265e70e2109a9ee2c10b18d Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Sun, 28 Jun 2026 19:58:20 +0000 Subject: [PATCH] Block extraction of Artix calamares-config-switcher.desktop This file was appearing in the built ISO with Artix logo, despite being deleted from the live-overlay. It's being pulled in from upstream packages (likely artix-live or base) during the build. Use NoExtract to prevent pacman from extracting this file during package installation. --- pacman.conf.d/iso-x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman.conf.d/iso-x86_64.conf b/pacman.conf.d/iso-x86_64.conf index 7030abb..5b7bf6d 100644 --- a/pacman.conf.d/iso-x86_64.conf +++ b/pacman.conf.d/iso-x86_64.conf @@ -26,7 +26,7 @@ Architecture = auto #IgnoreGroup = #NoUpgrade = -#NoExtract = +NoExtract = usr/share/applications/calamares-config-switcher.desktop # Misc options #UseSyslog