home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

tramp-detect-wrapped-gvfsd.patch (583B)


      1 diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
      2 index 3ce7bbbd4a..e31059da3f 100644
      3 --- a/lisp/net/tramp-gvfs.el
      4 +++ b/lisp/net/tramp-gvfs.el
      5 @@ -125,7 +125,8 @@
      6  	 (autoload 'zeroconf-init "zeroconf")
      7  	 (tramp-compat-funcall 'dbus-get-unique-name :system)
      8  	 (tramp-compat-funcall 'dbus-get-unique-name :session)
      9 -	 (or (tramp-process-running-p "gvfs-fuse-daemon")
     10 +	 (or (tramp-process-running-p ".gvfsd-fuse-wrapped")
     11 +             (tramp-process-running-p "gvfs-fuse-daemon")
     12  	     (tramp-process-running-p "gvfsd-fuse"))))
     13    "Non-nil when GVFS is available.")
     14