summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch
blob: b27dfd47e60e4b8308a905ffb00a19a26760e9d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index 9e26c8fd6d..fa220e513c 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -125,5 +125,6 @@
 	     ;; 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.")