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: 366f70e34552
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 44bf322dfb1f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 22, 2019

  1. gnome3.gnome-settings-daemon: fix #14168

    The issue in brief is caused by the fact that gnome-settings-daemon is
    non-restartable and if the policy definitions change in any way
    it won't propagate to the running system because of that.
    
    By patching references to the backlight helper to
    /run/current-system/sw/bin/gsd-backlight-helper
    the polkit policy will not undergo a change.
    worldofpeace committed Apr 22, 2019
    Copy the full SHA
    f6e9229 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Merge pull request #57620 from worldofpeace/gnome-brightness-fix

    gnome3.gnome-settings-daemon: fix #14168
    worldofpeace committed Apr 30, 2019
    Copy the full SHA
    44bf322 View commit details
    Browse the repository at this point in the history