From 14d138cae4d70b6af2ff7794dff9917bb2736020 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 03:29:56 +0200 Subject: [PATCH] feat(fws_recap): add i3 desktop option and update hyprland description Add i3 desktop environment option with X11 and VR compatibility note. Update hyprland description to clarify Wayland protocol and VR incompatibility. Both descriptions now include information about included applications (Firefox, SDDM). --- .../site-packages/pyanaconda/ui/gui/spokes/fws_recap.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_recap.py b/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_recap.py index 2f97af5..b2ceb8a 100644 --- a/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_recap.py +++ b/configs/baseline/airootfs/usr/lib/python3.14/site-packages/pyanaconda/ui/gui/spokes/fws_recap.py @@ -61,7 +61,8 @@ _DESKTOP_LABELS = { "cli": "ligne de commande uniquement (aucun bureau)", "gnome": "GNOME (+ Firefox, GDM)", "kde": "KDE Plasma (+ Firefox, SDDM)", - "hyprland": "Hyprland (+ Firefox, SDDM)", + "hyprland": "Hyprland — Wayland, non compatible VR (+ Firefox, SDDM)", + "i3": "i3 — X11, compatible VR/SteamVR (+ Firefox, SDDM)", "xfce": "XFCE (+ Firefox, SDDM)", }