feat(Installer): Add Multi Desktop environnement in the installer to allow the user to choose wich desktop env

This commit is contained in:
2026-05-27 19:22:42 +02:00
parent a9d4b9ac91
commit f6ee07429b
23 changed files with 358 additions and 25 deletions
@@ -0,0 +1,12 @@
[Unit]
Description=FWS Installer (Calamares)
After=display-manager.service
Requires=display-manager.service
[Service]
Type=simple
ExecStartPre=/bin/sh -c 'DISPLAY=:0 xhost +local:root 2>/dev/null || true'
ExecStart=/usr/bin/calamares
[Install]
WantedBy=graphical.target