Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-12-12 13:58:08 -0500
committerGitHub <noreply@github.com>2021-12-12 13:58:08 -0500
commitdff2d2bd0e711d036ae9de761aac2ec9f127f7a3 (patch)
treed66d1e75ceecec48c9365626e6174f5d6baf9db7
parentb0c8346fa7969f8b10029fdd68ece0fef0f65a4f (diff)
Remove network-manager-applet from XFCE4 package list
Based on discussion in #777 it seems like this forces NetworkManager which is not desired. We need a way to detect network manager being selected and install this only in that case.
-rw-r--r--profiles/xfce4.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/xfce4.py b/profiles/xfce4.py
index 2a428086..fbc68c10 100644
--- a/profiles/xfce4.py
+++ b/profiles/xfce4.py
@@ -11,7 +11,6 @@ __packages__ = [
"lightdm",
"lightdm-gtk-greeter",
"gvfs",
- "network-manager-applet",
"xarchiver"
]