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: 6b81005e66f1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c857cf99e16e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 16, 2018

  1. gnome3.gdm: Always reset the environment for new sessions

    When GDM launches a new session it will inherit the user's systemd
    environment (but only unset variables). If `__NIXOS_SET_ENVIRONMENT_DONE` is set
    in the user's systemd environment it will prevent the environment to be set
    properly or updated (eg. after having done a system rebuild).
    
    Gnome sessions exports their environment to systemd at startup. If something
    is keeping the user's systemd process alive (eg. ssh) launching a new gnome
    session after logging out will result in a broken PATH. Specifically the PATH
    will be inherited from GDM and never reset.
    
    We patch GDM to never inherit `__NIXOS_SET_ENVIRONMENT_DONE` so new sessions
    will always reset their base environment.
    
    fixes #48255
    
    For more info about the environment setup:
    #45784
    hedning committed Oct 16, 2018
    Copy the full SHA
    f908bf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Merge pull request #48517 from hedning/gdm-fix-environement

    gnome3.gdm: Always reset the environment for new sessions
    jtojnar committed Oct 19, 2018
    Copy the full SHA
    c857cf9 View commit details
    Browse the repository at this point in the history