summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-05-28 00:10:47 +0800
committerBobby Rong <rjl931189261@126.com>2024-05-28 00:10:47 +0800
commit42f4ab27791d3d2cfb6c60f609a263996e376ee2 (patch)
tree0b72e65f65c6e76eed77df4a0d16a882671f2839 /pkgs/desktops/pantheon
parentbfb7a882678e518398ce9a31a881538679f6f092 (diff)
pantheon.gala: Fix window placement in MultiTaskingView
It looks like the fix is very related to the GLib 2.76 bump.
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 = [