Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 213220be4b21
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 93161051d8db
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 10, 2019

  1. 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`.
    liff committed Jan 10, 2019
    Copy the full SHA
    2f9b858 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Merge pull request #53763 from liff/emacs/tramp-process-fix

    emacs: tramp: detect wrapped gvfsd-fuse daemon
    matthewbauer committed Feb 8, 2019
    Copy the full SHA
    9316105 View commit details
    Browse the repository at this point in the history