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-09-17 17:28:46 +0200
committerAnton Hvornum <anton@hvornum.se>2021-09-17 17:28:46 +0200
commitb4481506ff41ef057643be62f9f0526999f40891 (patch)
treedf6f1fce35aed0856fc8d3c615e0573d362d8af8
parentffc43bc0411c71f84fa1c7e52204c2b20e311429 (diff)
Added gvfs to fix "trash" in xfce4
https://wiki.archlinux.org/title/Xfce#Trash_icon_not_visible_and_trash_applet_does_not_work
-rw-r--r--profiles/xfce4.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/xfce4.py b/profiles/xfce4.py
index 8dbb04ec..ef0ddf2f 100644
--- a/profiles/xfce4.py
+++ b/profiles/xfce4.py
@@ -10,6 +10,7 @@ __packages__ = [
"pavucontrol",
"lightdm",
"lightdm-gtk-greeter",
+ "gvfs",
]