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: 655231a612cf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 59d1fb61513b
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 9, 2018

  1. Copy the full SHA
    9895ce2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. gnome3.gnome-session: prevent crash when launching wayland sessions

    gnome-session inherits GDMS PATH, which is at the moment non-functional. In X11
    this didn't matter as the `Xsession` wrapper would populate the environment
    beforehand. Wayland sessions doesn't source `Xesssion` (duh), so we patch
    `bin/gnome-session` to use absolute paths for `grep` and `bash`.
    
    In addition `bin/gnome-session` is a simple wrapper around
    `libexec/gnome-session-binary` mostly responsible for sourcing the users profile
    before launching the binary. This made our wrapping of `bin/gnome-session`
    ineffective on wayland as the profile would reset the environment. Simply wrap
    `libexec/gnome-session-binary` instead.
    hedning committed Dec 10, 2018
    Copy the full SHA
    d54bfa8 View commit details
    Browse the repository at this point in the history
  2. nixos/sddm: Enable wayland-sessions

    LightDM is unable to separate between `wayland-sessions/gnome.desktop` and
    `xsessions/gnome.desktop` so I ommitted adding this to LightDM.
    hedning committed Dec 10, 2018
    Copy the full SHA
    48a9a24 View commit details
    Browse the repository at this point in the history
  3. nixos/gnome3: Implement sessionPath through environment.extraInit

    This will simply make the `sessionPath` more likely to work.
    hedning committed Dec 10, 2018
    Copy the full SHA
    cdd266c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3c0e704 View commit details
    Browse the repository at this point in the history
  5. nixos/tests/gnome3: select X11 gnome shell explicitely

    This isn't strictly necessary yet as LightDM doesn't read the wayland sessions,
    but there's no harm in being explicit.
    hedning committed Dec 10, 2018
    Copy the full SHA
    116c16d View commit details
    Browse the repository at this point in the history
  6. nixos/tests/gnome3-gdm: port to wayland

    The test now runs wayland, which means we can no longer use X11 style testing.
    Instead we get gnome shell to execute javascript through its dbus interface.
    hedning committed Dec 10, 2018
    Copy the full SHA
    75e223b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #44497 from hedning/gnome-upstream-wayland

    Add gnome wayland support
    hedning committed Dec 10, 2018
    Copy the full SHA
    59d1fb6 View commit details
    Browse the repository at this point in the history