summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2020-08-11 13:41:31 +0200
committeradisbladis <adisbladis@gmail.com>2020-08-11 13:41:44 +0200
commit7defacb757a7ba3a79629b960576a4fbd0305a8b (patch)
tree177afb12e13d71f6b089738d2704eed32ea6bb43 /pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch
parentf1ebea74e1717b75e74bd379d02bec322b446a8b (diff)
emacs: 26.3 -> 27.1
Diffstat (limited to 'pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch')
-rw-r--r--pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch b/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch
index 5d16194fd202..5af6fcaba8c0 100644
--- a/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch
+++ b/pkgs/applications/editors/emacs/tramp-detect-wrapped-gvfsd.patch
@@ -1,14 +1,12 @@
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
-index f370abba31..f2806263a9 100644
+index 34a234c..b5a471c 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
-@@ -164,7 +164,8 @@ tramp-gvfs-enabled
- (and (featurep 'dbusbind)
+@@ -122,6 +122,7 @@
(tramp-compat-funcall 'dbus-get-unique-name :system)
(tramp-compat-funcall 'dbus-get-unique-name :session)
-- (or (tramp-compat-process-running-p "gvfs-fuse-daemon")
-+ (or (tramp-compat-process-running-p ".gvfsd-fuse-wrapped")
-+ (tramp-compat-process-running-p "gvfs-fuse-daemon")
+ (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.")