diff options
| author | Olli Helenius <liff@iki.fi> | 2019-01-10 18:06:54 +0200 |
|---|---|---|
| committer | Olli Helenius <liff@iki.fi> | 2019-01-10 18:16:03 +0200 |
| commit | 2f9b85855bff4a6a35edacc776336425f76eea64 (patch) | |
| tree | 366fe86279057c66d59ff983fdfb8a6c2dc9089a /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 9d08f32da6231b884483c5df016a27936cf08405 (diff) | |
emacs: tramp: detect wrapped gvfsd-fuse daemon
Tramp checks for a running `gvfsd-fuse` process to figure out whether to enable
gvfs-based. Its `tramp-compat-process-running-p` function uses
`/proc/<pid>/comm` to check for the name of running process(es). In Nix, the
gvfsd processes are launched via wrappers and the name of `gvfsd-fuse` in
`comm` in Linux is `.gvfsd-fuse-wra` (truncated to 15 characters) which
means the process is not detected and `tramp-gvfs-enabled` ends up with
`nil` even when gvfs is available.
This patch adds `.gvfsd-fuse-wrapped` to the list of process names to check when
determining the value of `tramp-gvfs-enabled`.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
