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

Commits on Aug 4, 2018

  1. gnome3.gdm: fix session chooser

    We are patching GDM to respect GDM_SESSIONS_DIR environment
    variable, which we are setting in the GDM module. Previously, we
    only took care of a single code path, the one that handled session
    start-up; missing the one obtaining the list of sessions.
    
    This commit patches the second code path, and also whitelists the
    GDM_SESSIONS_DIR so that it can be passed to the greeter.
    
    Fixes #34101
    jtojnar authored and thefloweringash committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    c75ef82 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Merge pull request #44449 from thefloweringash/backport-gdm-fix

    gnome3.gdm: fix session chooser (backport to 18.03)
    xeji committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    831ac69 View commit details
    Browse the repository at this point in the history