about summary refs log tree commit diff
path: root/patches/tramp-detect-wrapped-gvfsd.patch
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-07-23 21:34:36 +0100
committeradisbladis <adisbladis@gmail.com>2019-07-23 21:35:15 +0100
commit168536c0cb6b4238a4b64665d0a5367f215d47a8 (patch)
tree0dbd91e5031e05fbfed910293a4eb3bacbeea8c1 /patches/tramp-detect-wrapped-gvfsd.patch
parentbc0f4cef900908ba73fc2dd00650192ff5287389 (diff)
downloadnixlib-168536c0cb6b4238a4b64665d0a5367f215d47a8.tar
nixlib-168536c0cb6b4238a4b64665d0a5367f215d47a8.tar.gz
nixlib-168536c0cb6b4238a4b64665d0a5367f215d47a8.tar.bz2
nixlib-168536c0cb6b4238a4b64665d0a5367f215d47a8.tar.lz
nixlib-168536c0cb6b4238a4b64665d0a5367f215d47a8.tar.xz
nixlib-168536c0cb6b4238a4b64665d0a5367f215d47a8.tar.zst
nixlib-168536c0cb6b4238a4b64665d0a5367f215d47a8.zip
Add emacs package (updating from github emacs mirror)
Diffstat (limited to 'patches/tramp-detect-wrapped-gvfsd.patch')
-rw-r--r--patches/tramp-detect-wrapped-gvfsd.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/tramp-detect-wrapped-gvfsd.patch b/patches/tramp-detect-wrapped-gvfsd.patch
new file mode 100644
index 000000000000..5d16194fd202
--- /dev/null
+++ b/patches/tramp-detect-wrapped-gvfsd.patch
@@ -0,0 +1,14 @@
+diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
+index f370abba31..f2806263a9 100644
+--- a/lisp/net/tramp-gvfs.el
++++ b/lisp/net/tramp-gvfs.el
+@@ -164,7 +164,8 @@ tramp-gvfs-enabled
+     (and (featurep 'dbusbind)
+ 	 (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")
+ 	     (tramp-compat-process-running-p "gvfsd-fuse"))))
+   "Non-nil when GVFS is available.")
+