Integrate XFCE4 with master

This commit is contained in:
Dylan Taylor 2021-04-08 15:41:08 -04:00
parent 84e6db27bb
commit 72f3423798
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon']
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

View File

@ -3,6 +3,8 @@
import archinstall
is_top_level_profile = False
def _prep_function(*args, **kwargs):
"""
Magic function called by the importing installer