diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-28 11:36:06 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-28 11:36:06 -0600 |
| commit | 544f0284e17243cfead96eee04210755a6216185 (patch) | |
| tree | de416f9f97ad218f66fa5a6f0d2b7e59fcb2b6ed | |
| parent | e4189ad80c58f1a5e2f330c39fb5b5a91b246849 (diff) | |
| download | archsetup-544f0284e17243cfead96eee04210755a6216185.tar.gz archsetup-544f0284e17243cfead96eee04210755a6216185.zip | |
fix(archsetup): remove thunar in favor of nautilus
Nautilus was added as the file manager. Thunar was redundant and caused
D-Bus duplicate name warnings for org.freedesktop.FileManager1.
| -rwxr-xr-x | archsetup | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1887,8 +1887,7 @@ supplemental_software() { aur_install insync # Google Drive sync client aur_install nsxiv # image viewer aur_install snore-git # sleep with feedback - pacman_install thunar # file manager - pacman_install gvfs-smb # SMB network share browsing in Thunar + pacman_install gvfs-smb # SMB network share browsing in Nautilus pacman_install wsdd # WS-Discovery daemon (Windows network discovery) pacman_install gvfs-wsdd # WS-Discovery backend for gvfs (browse Windows shares) aur_install topgrade # upgrade everything utility |
