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

Commits on Mar 18, 2017

  1. nixos: Define XCURSOR_PATH environment variable.

    In the absence of XCURSOR_PATH, the function XcursorLibraryPath
    in libXcursor will return a hardcoded value unsuitable for NixOS.
    Some desktops as well as display managers in NixOS currently do
    set XCURSOR_PATH, but there are combinations where neither does
    (e.g. SDDM+XFCE), resulting in no cursor themes being available.
    
    The new definition if XCURSOR_PATH is effectively the same as what
    KDE's startkde currently does.
    
    Fixes issue #21442.
    ambrop72 committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    f80eeb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2017

  1. Merge pull request #24005 from ambrop72/xcursor-path

    nixos: Define XCURSOR_PATH environment variable.
    7c6f434c committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    6b31de4 View commit details
    Browse the repository at this point in the history