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: fdca20391ce3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fcef646736e2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 8, 2020

  1. nixos/jack,pulseaudio: fix pulse connection to jackd service

    This fixes the case when Jack Audio Daemon is running
    as a service via `services.jack.jackd` and Pulseaudio
    running as a *user* service.
    
    Two issues prevented connecting `pulse` with `jackd`:
    * Missing `JACK_PROMISCUOUS_SERVER` environment variable for `pulse` user service,
      resulting in `pulse` trying to access `jackd` as if it was running as part of
      the users session.
    * `jackd` not being able to access socket created by `pulse` due to socket
      created using user ID and `users` group. Change allows `jackd` to access
      the socket created by `pulse` correctly.
    
    `pulse` now also autoloads `module-jack-sink` and `module-jack-source`
    if `services.jack.jackd.enable` is set.
    
    The default `pulse` package is now set to `pulseaudioFull` automatically
    if `services.jack.jackd.enable` is set.
    sorki committed Sep 8, 2020
    Copy the full SHA
    f546122 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Merge pull request #93431 from sorki/audio/pulseJack

    nixos/jack,pulseaudio: fix pulse connection to jackd service
    worldofpeace committed Nov 10, 2020
    Copy the full SHA
    fcef646 View commit details
    Browse the repository at this point in the history