From 0cd088572d4c9a45711eb7a358cb4c2edd98e450 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 22 Jul 2020 01:03:14 +0000 Subject: New feature: application profiles now support .py as well. Also fixed a sys.path issue where an installed version of archinstall would have precedence over the local version when profiles were being executed (because profiles were living in a unknown relative working directory, the caller to those profiles have to make sure .archinstall exists in sys.path before calling said profile) --- profiles/desktop.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'profiles/desktop.py') diff --git a/profiles/desktop.py b/profiles/desktop.py index ba9bde38..a1c2cdba 100644 --- a/profiles/desktop.py +++ b/profiles/desktop.py @@ -7,14 +7,12 @@ arguments = { "filebrowser" : "nemo gpicview-gtk3", "webbrowser" : "chromium", "window_manager" : "awesome", - "window_manager_dependencies" : "xorg-server xorg-xrandr xorg-xinit xterm", - "window_manager_utilities" : "feh slock xscreensaver terminus-font-otb gnu-free-fonts ttf-liberation xsel", "virtulization" : "qemu ovmf", "utils" : "openssh sshfs git htop pkgfile scrot dhclient wget smbclient cifs-utils libu2f-host", "audio" : "pulseaudio pulseaudio-alsa pavucontrol" } -installation.add_additional_packages("{_webbrowser} {_utils} {_mediaplayer} {_window_manager} {_window_manager_dependencies} {_window_manager_utilities} {_virtulization} {_filebrowser} {_editor}".format(**arguments)) +installation.add_additional_packages("{webbrowser} {utils} {mediaplayer} {window_manager} {virtulization} {filebrowser} {editor}".format(**arguments)) with open(f'{installation.mountpoint}/etc/X11/xinit/xinitrc', 'a') as X11: X11.write('setxkbmap se\n') -- cgit v1.2.3-70-g09d2