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: fed00b187359
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b252047216f8
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 19, 2019

  1. gnome3.mutter: does not depend clutter

    Mutter have shipped its own `clutter` for ages, we need json-glib however which
    clutter propagated.
    hedning committed Oct 19, 2019
    Copy the full SHA
    c8036d1 View commit details
    Browse the repository at this point in the history
  2. gnome3.mutter: drop inheritable cap_sys_nice

    In NixOS extra capabilities are provided through the ambient set which provides
    real inheritability to user run processes [0].
    
    We don't want gome-shell to spawn processes with cap_sys_nice however (apart
    from the obvious this also breaks eg. flatpaks). So we drop inheritable when
    starting to prevent further inheritance (the ambient set is only propagated
    if inherit is set).
    
    [0] torvalds/linux@5831905
    hedning committed Oct 19, 2019
    Copy the full SHA
    9742df1 View commit details
    Browse the repository at this point in the history
  3. nixos/gnome3: launch gnome-shell wayland with RT scheduling

    We create a wrapper which launches gnome-shell with the correct environment and
    cap_sys_nice.
    
    We can then override gnome-shell-wayland.service to use this wrapper.
    
    NOTE: We need to force clear the environment, because the defaults aren't good
    for user services. That should probably be fixed.
    hedning committed Oct 19, 2019
    Copy the full SHA
    927a6fd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Merge pull request #71390 from hedning/enable-gnome-shell-RT

    Enable soft real time for gnome shell
    worldofpeace committed Nov 12, 2019
    Copy the full SHA
    b252047 View commit details
    Browse the repository at this point in the history