Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-10 11:38:09 +0000
committerGitHub <noreply@github.com>2021-04-10 11:38:09 +0000
commitb344c63f0447e2160fd356c51083e1d31638b93f (patch)
tree2efe5b91de26aa7f51b6979e03f167a7146675a4
parentef702c2f20f0ea59ab493442fcc965d9b2386e15 (diff)
parent29ecf232d40d56811a177375d739e59546d9f38d (diff)
Merge pull request #268 from dylanmtaylor/remove-greeter-settings-gui
Remove lightdm-gtk-greeter-settings
-rw-r--r--profiles/applications/budgie.py2
-rw-r--r--profiles/applications/cinnamon.py2
-rw-r--r--profiles/applications/xfce4.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/profiles/applications/budgie.py b/profiles/applications/budgie.py
index 8c5ea223..ccec4e14 100644
--- a/profiles/applications/budgie.py
+++ b/profiles/applications/budgie.py
@@ -1,4 +1,4 @@
import archinstall
# "It is recommended also to install the gnome group, which contains applications required for the standard GNOME experience." - Arch Wiki
-installation.add_additional_packages("budgie-desktop lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings gnome") \ No newline at end of file
+installation.add_additional_packages("budgie-desktop lightdm lightdm-gtk-greeter gnome") \ No newline at end of file
diff --git a/profiles/applications/cinnamon.py b/profiles/applications/cinnamon.py
index 5e2ac02e..de29aa09 100644
--- a/profiles/applications/cinnamon.py
+++ b/profiles/applications/cinnamon.py
@@ -1,3 +1,3 @@
import archinstall
-installation.add_additional_packages("cinnamon system-config-printer gnome-keyring gnome-terminal blueberry metacity lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings") \ No newline at end of file
+installation.add_additional_packages("cinnamon system-config-printer gnome-keyring gnome-terminal blueberry metacity lightdm lightdm-gtk-greeter") \ No newline at end of file
diff --git a/profiles/applications/xfce4.py b/profiles/applications/xfce4.py
index 809d10d0..e8f659c2 100644
--- a/profiles/applications/xfce4.py
+++ b/profiles/applications/xfce4.py
@@ -1,3 +1,3 @@
import archinstall
-installation.add_additional_packages("xfce4 xfce4-goodies lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings") \ No newline at end of file
+installation.add_additional_packages("xfce4 xfce4-goodies lightdm lightdm-gtk-greeter") \ No newline at end of file