about summary refs log tree commit diff
path: root/patches/tramp-detect-wrapped-gvfsd-27.patch
blob: dfa9ff47cf20aaaee58f73791e1df196299e1a26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index b457f54f..b0a9563b 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -125,6 +125,7 @@
 	     ;; for some processes.  Better we don't check.
 	     (<= emacs-major-version 25)
 	     (tramp-compat-process-running-p "gvfs-fuse-daemon")
+	     (tramp-compat-process-running-p ".gvfsd-fuse-wrapped")
 	     (tramp-compat-process-running-p "gvfsd-fuse"))))
   "Non-nil when GVFS is available.")