From d12f652445c58648eb6555b162abf7c4dc64b9a1 Mon Sep 17 00:00:00 2001 From: Eric Naim Date: Mon, 16 Feb 2026 12:21:22 +0700 Subject: [PATCH] profiles/handheld: Remove cachyos-handheld from package list cachyos-handheld is installed as part of the online install process in calamares, hence it is redundant to also add it here in chwd. This should workaround the issue introduced by [1] where the handheld profile is installed before the graphics profile, leading to conflicts with mesa causing installs to fail. [1] https://github.com/CachyOS/chwd/commit/399c20fd858e023a5e930e8510293230be98ccda Signed-off-by: Eric Naim --- profiles/pci/handhelds/profiles.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/pci/handhelds/profiles.toml b/profiles/pci/handhelds/profiles.toml index 5462efe..6d5ece3 100644 --- a/profiles/pci/handhelds/profiles.toml +++ b/profiles/pci/handhelds/profiles.toml @@ -3,13 +3,13 @@ desc = 'Generic handheld profile' class_ids = "0601" hwd_product_name_pattern= '83E1|83L3|83N6|83Q2|83Q3|83N0|83N1|AIR|AOKZOE|AYANEO|AYA NEO FOUNDER|A2VM|A1M|BZ2EM|FLIP 1S DS|FLIP DS|FLIP KB|G1617-01|G1618-03|G1618-04|G1618-05|G1619-04|Galileo|GEEK|Jupiter|Loki Max|Loki MiniPro|Loki Zero|NEO-01|NEXT|ONE XPLAYER|ONEXPLAYER|SLIDE|Win600|RC71L|RC73YA|RC72LA|RC73XA' priority = 1 -packages = 'steamos-manager inputplumber steamos-powerbuttond cachyos-handheld' +packages = 'steamos-manager inputplumber steamos-powerbuttond' [handheld.steam-deck] desc = 'Valve Steam Deck' hwd_product_name_pattern = '(Jupiter|Galileo)' priority = 2 -packages = 'steamos-manager steamos-powerbuttond cachyos-handheld jupiter-fan-control steamdeck-dsp' +packages = 'steamos-manager steamos-powerbuttond jupiter-fan-control steamdeck-dsp' conditional_packages = """ if grep -q 'Galileo' /sys/devices/virtual/dmi/id/product_name; then echo 'galileo-mura'