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: cf89945c9748
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 380449784c29
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 2, 2019

  1. xsecurelock: Added missing X11 buildInputs

    According to xsecurelock's configure.ac file, each of the add
    dependencies are used to:
    
    - libXrandr: XRandR provides information about monitor layouts and is
    strongly recommended on systems which can use more than one monitor
    (which includes most laptops).
    - libXext: The X Synchronization extension is used to get per-device idle
    times. Used by until_nonidle only.
    - libXScrnSaver: The X11 Screen Saver extension is used to turn off the
    screen saver when X11 handles screen blanking (e.g. via timeout) anyway.
    Saves CPU power.
    
    Adding libXrandr fixes an issue where locking a screen in a multi
    monitor setup results in the prompt information to not be in the middle
    of the screen. The other dependencies are not tested if they fixed
    something, however since upstream recommends than I think it is fair to
    include them also.
    thiagokokada committed Mar 2, 2019
    Copy the full SHA
    d2d7fed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56630 from m45t3r/add-missing-x11-deps-to-xsecure…

    …lock
    
    xsecurelock: Added missing X11 buildInputs
    fpletz committed Mar 2, 2019
    Copy the full SHA
    3804497 View commit details
    Browse the repository at this point in the history