nixpkgs/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch

13 lines
499 B
Diff
Raw Normal View History

diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
2020-08-11 11:41:31 +00:00
index 34a234c..b5a471c 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
2020-08-11 11:41:31 +00:00
@@ -122,6 +122,7 @@
(tramp-compat-funcall 'dbus-get-unique-name :system)
(tramp-compat-funcall 'dbus-get-unique-name :session)
2020-08-11 11:41:31 +00:00
(or (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.")