2f9b85855b
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`. |
||
---|---|---|
.. | ||
aewan | ||
android-studio | ||
aseprite | ||
atom | ||
bluefish | ||
bonzomatic | ||
brackets | ||
bvi | ||
bviplus | ||
codeblocks | ||
deadpixi-sam | ||
dhex | ||
dit | ||
eclipse | ||
ed | ||
edbrowse | ||
edit | ||
elvis | ||
emacs | ||
emacs-modes | ||
featherpad | ||
flpsed | ||
focuswriter | ||
fte | ||
geany | ||
ghostwriter | ||
gnome-builder | ||
gnome-latex | ||
gobby | ||
hecate | ||
heme | ||
hexcurse | ||
hexedit | ||
howl | ||
ht | ||
jedit | ||
jetbrains | ||
joe | ||
jucipp | ||
jupp | ||
jupyter | ||
kakoune | ||
kdevelop5 | ||
kile | ||
kodestudio | ||
leafpad | ||
leo-editor | ||
lighttable | ||
manuskript | ||
mg | ||
micro | ||
mindforger | ||
moe | ||
monodevelop | ||
music/tuxguitar | ||
nano | ||
ne | ||
nedit | ||
neovim | ||
netbeans | ||
notepadqq | ||
nvi | ||
nvpy | ||
okteta | ||
quilter | ||
rednotebook | ||
rstudio | ||
scite | ||
sigil | ||
standardnotes | ||
sublime | ||
supertux-editor | ||
tecoc | ||
texmacs | ||
texmaker | ||
texstudio | ||
textadept | ||
texworks | ||
thonny | ||
tiled | ||
tweak | ||
typora | ||
uemacs | ||
vbindiff | ||
vim | ||
vis | ||
vscode | ||
wily | ||
wxhexeditor | ||
xmlcopyeditor | ||
yi | ||
zile |