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 | 96d4e41cbeb0147c65729f1272dcecade0b7590d (patch) | |
| tree | 88da684dcad55794a0cb7db71b0169837fb0f6b9 | |
| parent | 66848098e786268913f7100a6c4cb1d39e342909 (diff) | |
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 |
