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

Commits on Nov 22, 2019

  1. nixos/gdm: make desktopManager.default work

    Unfortunately, you can't configure the default user-session
    with GDM like lightdm. I've opened a feature request [0]
    but I'd like to be able to do this now.
    
    We use a GObject Python script using bindings to AccountsService
    to achieve this. I'm hoping the reliable heuristic for session names
    is the file's basename. We also have some special logic for which
    method to use to set the default session. It seems set_x_session is
    deprecated, and thusly the XSession key, but if that method isn't used
    when it's an xsession it won't be the default in GDM.
    
    [0]: https://gitlab.gnome.org/GNOME/gdm/issues/535
    worldofpeace committed Nov 22, 2019
    Copy the full SHA
    d8b50bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73378 from worldofpeace/gdm-default-session

    nixos/gdm: make desktopManager.default work
    worldofpeace committed Nov 22, 2019
    Copy the full SHA
    bec88e1 View commit details
    Browse the repository at this point in the history