From 29c22333996d9035542a5951376cb19989babc19 Mon Sep 17 00:00:00 2001 From: chan Date: Sat, 30 Aug 2025 23:07:42 -0700 Subject: [PATCH] Add gvfs-smb so GNOME Files (Nautilus) can handle smb:// URIs. (#1327) * add gvfs-smb to packages gvfs-smb and its dependencies (smbclient, samba, and cifs-utils) afford access to Samba servers in Nautilus/Files. * Add migration --------- Co-authored-by: David Heinemeier Hansson --- install/packages.sh | 1 + migrations/1756556731.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 migrations/1756556731.sh diff --git a/install/packages.sh b/install/packages.sh index 673a248..76175b0 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -34,6 +34,7 @@ sudo pacman -S --noconfirm --needed \ gnome-themes-extra \ gum \ gvfs-mtp \ + gvfs-smb \ hypridle \ hyprland \ hyprland-qtutils \ diff --git a/migrations/1756556731.sh b/migrations/1756556731.sh new file mode 100644 index 0000000..3a772ba --- /dev/null +++ b/migrations/1756556731.sh @@ -0,0 +1,3 @@ +echo "Add Samba network drive support to the file manager" + +pkg-add gvfs-smb