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: bcdcf1402bed
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7a15ea936d9e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 23, 2020

  1. nixos/gdm: Fix pulseaudio tmpfiles structure (#80274)

    * nixos/gdm: Fix pulseaudio tmpfiles structure
    
    Fix the following startup failure of the sound service in the gdm
    session that was introduced by #75893:
    ```
    Feb 16 11:44:15 qp pulseaudio[1432]: W: [pulseaudio] core-util.c: Failed to open configuration file '/run/gdm/.config/pulse//daemon.conf': Not a directory
    Feb 16 11:44:15 qp pulseaudio[1432]: W: [pulseaudio] daemon-conf.c: Failed to open configuration file: Not a directory
    Feb 16 11:44:15 qp systemd[1380]: pulseaudio.service: Main process exited, code=exited, status=1/FAILURE
    Feb 16 11:44:15 qp systemd[1380]: pulseaudio.service: Failed with result 'exit-code'.
    Feb 16 11:44:15 qp systemd[1380]: Failed to start Sound Service.
    ```
    
    Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
    (cherry picked from commit 44a4a38)
    tobim authored and worldofpeace committed Feb 23, 2020
    Copy the full SHA
    7a15ea9 View commit details
    Browse the repository at this point in the history