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: ef803ab1bba3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6bc94d149b0d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 24, 2020

  1. nixos/lightdm: make lightdm user shell bash

    In #100119 pantheon's greeter
    has g-s-d running which allows brightness controls via pkexec.
    This is changed in newer versions of g-s-d (pantheon uses a fork currently),
    but whenever brightness is changed with a shell of `shadow` we get
    ```
    Oct 10 23:51:44 kirXps pkexec[18722]: lightdm: Executing command [USER=root] [TTY=unknown] [CWD=/var/lib/lightdm] [COMMAND=/run/current-system/sw/bin/elementary-settings-daemon/gsd-backlight-helper /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight 65587]
    ```
    
    I'm not sure this should be strictly needed, so we should try to
    revert later on when pantheon's g-s-d is updated.
    worldofpeace committed Oct 24, 2020
    Copy the full SHA
    c134f64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101563 from worldofpeace/fix-pantheon-greeter-bri…

    …ghtness
    
    nixos/lightdm: make lightdm user shell bash
    worldofpeace committed Oct 24, 2020
    Copy the full SHA
    6bc94d1 View commit details
    Browse the repository at this point in the history