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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d350926cb81f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 730a6f234177
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 19, 2019

  1. Revert "nixos/gnome3: fix gnome-flashback"

    This reverts commit 60aedad.
    
    Using tests from #71212 I am now unable to reproduce there being issues
    with starting the default metacity flashback session without this.
    worldofpeace committed Oct 19, 2019
    Copy the full SHA
    42f567b View commit details

Commits on Oct 20, 2019

  1. Merge pull request #71410 from worldofpeace/revert-thing

    Revert "nixos/gnome3: fix gnome-flashback"
    worldofpeace authored Oct 20, 2019
    Copy the full SHA
    730a6f2 View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 nixos/modules/services/x11/desktop-managers/gnome3.nix
4 changes: 0 additions & 4 deletions nixos/modules/services/x11/desktop-managers/gnome3.nix
Original file line number Diff line number Diff line change
@@ -180,10 +180,6 @@ in
wmCommand = "${pkgs.gnome3.metacity}/bin/metacity";
} ++ cfg.flashback.customSessions);

systemd.packages = with pkgs.gnome3; [
gnome-flashback
];

security.pam.services.gnome-screensaver = {
enableGnomeKeyring = true;
};