Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/desktop.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-08 19:43:06 +0000
committerGitHub <noreply@github.com>2021-04-08 19:43:06 +0000
commit70de1ffbd9e75d8361181a05338d98d036903ed0 (patch)
tree97c7818c893ca13ee0f2d388dd359a39d16736d4 /profiles/desktop.py
parent19db5919f6189b77815c3771b71e4d9b131a8e2e (diff)
parent72f3423798586430b1849083e3a4ae65013ad613 (diff)
Merge pull request #242 from dylanmtaylor/cinnamon
Pull in Cinnamon and XFCE4 Commits from 2.2.0 into Master
Diffstat (limited to 'profiles/desktop.py')
-rw-r--r--profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 1e914546..d552a17f 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -16,7 +16,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- supported_desktops = ['gnome', 'kde', 'awesome', 'sway']
+ supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarily store the selected desktop profile