summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-05-28 18:32:23 +0800
committerGitHub <noreply@github.com>2024-05-28 18:32:23 +0800
commit6aafa50a278cb148610e8b210f65019691a6e4a3 (patch)
treed5bb6c37d10b2b5fc25a325c2ce97181a2db2b38 /pkgs/desktops/pantheon
parente9ebdec89ef26e1cad5df6d8e99a7ecfc27656bb (diff)
parent42f4ab27791d3d2cfb6c60f609a263996e376ee2 (diff)
Merge pull request #315137 from bobby285271/upd/gala
pantheon.gala: Fix window placement in MultiTaskingView
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/desktop/gala/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/desktop/gala/default.nix b/pkgs/desktops/pantheon/desktop/gala/default.nix
index ec3541b7c83b..f1c9fd1b103d 100644
--- a/pkgs/desktops/pantheon/desktop/gala/default.nix
+++ b/pkgs/desktops/pantheon/desktop/gala/default.nix
@@ -47,6 +47,13 @@ stdenv.mkDerivation rec {
url = "https://github.com/elementary/gala/commit/351722c5a4fded46992b725e03dc94971c5bd31f.patch";
hash = "sha256-RvdVHQjCUNmLrROBZTF+m1vE2XudtQZjk/YW28P/vKc=";
})
+
+ # InternalUtils: Fix window placement
+ # https://github.com/elementary/gala/pull/1913
+ (fetchpatch {
+ url = "https://github.com/elementary/gala/commit/2d30bee678788c5a853721d16b5b39c997b23c02.patch";
+ hash = "sha256-vhGFaLpJZFx1VTfjY1BahQiOUvBPi0dBSXLGhYc7r8A=";
+ })
];
nativeBuildInputs = [