feat(Installer): Add Multi Desktop environnement in the installer to allow the user to choose wich desktop env
This commit is contained in:
@@ -1,8 +1,65 @@
|
||||
---
|
||||
# Minimal Calamares view module config for desktop selection
|
||||
# This tells Calamares to use our QML page from the branding folder.
|
||||
module: view
|
||||
name: desktop
|
||||
qml: "branding/fws/desktop.qml"
|
||||
title: "Choix de l'environnement"
|
||||
description: "Sélectionne le bureau à installer"
|
||||
# Module packagechooser : sélection d'environnement de bureau
|
||||
# Un seul choix possible (boutons radio)
|
||||
|
||||
mode: required
|
||||
id: desktop
|
||||
|
||||
items:
|
||||
- id: xfce
|
||||
packages: []
|
||||
name:
|
||||
- locale: ""
|
||||
value: "Xfce (Recommandé)"
|
||||
description:
|
||||
- locale: ""
|
||||
value: "Léger, rapide et stable — déjà inclus dans l'ISO, aucun téléchargement."
|
||||
|
||||
- id: kde
|
||||
packages:
|
||||
- plasma-meta
|
||||
- konsole
|
||||
- dolphin
|
||||
- sddm
|
||||
name:
|
||||
- locale: ""
|
||||
value: "KDE Plasma"
|
||||
description:
|
||||
- locale: ""
|
||||
value: "Bureau moderne, riche en fonctionnalités et très personnalisable."
|
||||
|
||||
- id: gnome
|
||||
packages:
|
||||
- gnome
|
||||
- gdm
|
||||
name:
|
||||
- locale: ""
|
||||
value: "GNOME"
|
||||
description:
|
||||
- locale: ""
|
||||
value: "Interface épurée centrée sur la productivité."
|
||||
|
||||
- id: hyprland
|
||||
packages:
|
||||
- hyprland
|
||||
- xdg-desktop-portal-hyprland
|
||||
- xdg-desktop-portal-gtk
|
||||
- waybar
|
||||
- wofi
|
||||
- kitty
|
||||
- swaybg
|
||||
- swayidle
|
||||
- swaylock
|
||||
- xorg-xwayland
|
||||
- wl-clipboard
|
||||
- grim
|
||||
- slurp
|
||||
- qt5-wayland
|
||||
- qt6-wayland
|
||||
- sddm
|
||||
name:
|
||||
- locale: ""
|
||||
value: "Hyprland"
|
||||
description:
|
||||
- locale: ""
|
||||
value: "Compositeur Wayland dynamique — tiling Wayland (utilisateurs avancés)."
|
||||
|
||||
Reference in New Issue
Block a user