Tor Hedin Brønner
a59590a484
gnome3.mutter: 3.36.1 -> 3.36.2
2020-04-30 15:56:15 +02:00
worldofpeace
fc9ae04575
gnome3.mutter334: 3.34.4 -> 3.34.5, backports
...
Backports gnome-3-34 patches as well
2020-04-24 17:56:09 -04:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next
2020-04-13 18:50:35 +02:00
Tor Hedin Brønner
8371297e74
gnome3.mutter: 3.36.0 → 3.36.1
2020-04-12 13:37:57 +02:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next
2020-04-10 12:12:56 +02:00
worldofpeace
344a5a731b
gnome3.mutter334: init
...
Used for Pantheon
2020-04-06 02:48:07 -04:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome
2020-04-01 14:41:43 +02:00
Tor Hedin Brønner
e577cce7d0
gnome3.mutter: 3.34.4 -> 3.36.0
...
Now depends on wayland-protocols and pipewire-0.3
The auto detection of this feature fails with a false positive.
Resulting in broken wayland sessions.
2020-03-24 07:06:57 +01:00
Tor Hedin Brønner
25f5825b0a
gnome3.mutter: 3.34.3 -> 3.34.4
2020-02-17 08:35:39 +01:00
Tor Hedin Brønner
63f314f2c3
gnome3.mutter: 3.34.2 -> 3.34.3
...
https://gitlab.gnome.org/GNOME/mutter/blob/3.34.3/NEWS
2020-01-07 15:29:51 +01:00
Tor Hedin Brønner
39634ac2b8
gnome3.mutter: 3.34.1 -> 3.34.2
...
https://gitlab.gnome.org/GNOME/mutter/blob/3.34.2/NEWS
2019-12-13 07:34:06 +01:00
worldofpeace
43b1e5d998
gnome3.mutter: backport patches from gnome-3-34 branch
...
There's probably other fixes people would be interested in
like https://gitlab.gnome.org/GNOME/mutter/merge_requests/943 .
Fixes #74934
2019-12-04 16:51:56 -05:00
worldofpeace
903c57a365
gnome3.mutter: nixpkgs-fmt, meta attrs
2019-12-04 16:23:14 -05:00
worldofpeace
1b5df99e7a
Merge pull request #70295 from worldofpeace/mutter-eglstreams
...
Mutter eglstreams
2019-11-27 05:29:58 +00:00
worldofpeace
2674c54303
gnome3.mutter: add wayland eglstream support
...
This should make it possible to launch wayland sessions using nvidia hardware.
2019-11-19 15:34:39 -05:00
Frederik Rietdijk
c6e31d0767
Merge master into staging-next
2019-11-14 13:31:39 +01:00
adisbladis
4b616ab19a
mutter: Fix build with mesa 19.2.3
2019-11-09 10:34:50 +00:00
Tor Hedin Brønner
9742df1595
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] 58319057b7
2019-10-19 17:07:28 +02:00
Tor Hedin Brønner
c8036d1050
gnome3.mutter: does not depend clutter
...
Mutter have shipped its own `clutter` for ages, we need json-glib however which
clutter propagated.
2019-10-19 15:04:15 +02:00
Tor Hedin Brønner
47f4abc49b
gnome3.mutter: 3.34.0 -> 3.34.1
2019-10-09 04:56:04 +02:00
Tor Hedin Brønner
880fab10fc
gnome3.mutter: Add upstream patches before 3.34.1
...
Fixes some eg. animation related crashes which in particular affected
dash-to-dock.
2019-10-03 00:09:18 +02:00
worldofpeace
a821167046
gnome3.mutter: enable profiler
...
This needed a patch to get the correct directory to the sysprof
dbus interface.
2019-09-30 19:39:50 +02:00
Tor Hedin Brønner
f01d9db504
gnome3.mutter: 3.32.2 -> 3.34.0
2019-09-30 19:39:45 +02:00
worldofpeace
139806d89d
gnome3.mutter328: fix graphical glitches in gala
...
See https://github.com/elementary/gala/issues/605 and patch
2019-09-15 20:19:24 -04:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
worldofpeace
72dc15c93d
Merge pull request #67986 from danieldk/mutter-resume-fix
...
gnome3.mutter: fix segfault in dri_flush_front_buffer()
2019-09-03 09:37:46 -04:00
worldofpeace
8c772a6183
gnome3.mutter328: patches from gnome-3.28 branch
...
Changes:
e356424282...74e3126b77
2019-09-03 09:35:14 -04:00
Daniël de Kok
7ddd49a86e
gnome3.mutter: fix segfault in dri_flush_front_buffer()
...
More details:
56ddaaa380
2019-09-03 15:20:38 +02:00
Niklas Hambüchen
9e78f76ade
treewide: Remove unnecessary --disable-static
( #66759 )
...
* freetype: Remove unnecessary `--disable-static`.
The true-by-default `dontDisableStatic` already takes care of it.
Fixes freetype not being overridable to have static libs.
* treewide: Remove unnecessary `--disable-static`.
The true-by-default `dontDisableStatic` already takes care of it.
Fixes these packages not being overridable to have static libs.
2019-08-31 08:10:53 -04:00
worldofpeace
cf9dca2396
gnome3.mutter328: add API for reorder workspaces
...
backport for a feature added in gala
2019-07-22 04:29:57 -04:00
worldofpeace
ea7055f29d
gnome3.mutter: multi-outputs
2019-07-04 08:36:19 -04:00
worldofpeace
5a10032ef4
gnome3.mutter: disable installed tests
2019-07-04 08:36:19 -04:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
worldofpeace
2439b3049b
Merge pull request #61576 from worldofpeace/gnome/3.32.2
...
Gnome/3.32.2
2019-05-18 20:41:08 -04:00
worldofpeace
6c2592761f
gnome3.mutter: 3.32.1 -> 3.32.2
...
https://gitlab.gnome.org/GNOME/mutter/blob/3.32.2/NEWS
2019-05-18 16:00:41 -04:00
worldofpeace
1a7c1989e9
gnome3.mutter328: 3.28.3 -> 3.28.4
...
Changes since we pulled in everything from gnome-3.28 branch:
4af8d9d475
...3.28.4
https://gitlab.gnome.org/GNOME/mutter/blob/3.28.4/NEWS
2019-05-17 17:39:29 -04:00
worldofpeace
b2dc8c0fa3
gnome3.mutter328: backport changes from 3.32
...
gsettings-desktop-schemas made the following change in 3.32[0]
> Change tablets'/touchscreens' "display" setting to "output" one
> with different semantics.
That coincides with GNOME/mutter#133[1]
This caused a segmentation fault in gala on Fedora[2]
> Settings schema 'org.gnome.desktop.peripherals.touchscreen'
> does not contain a key named 'display'
I haven't experienced said segfault here in NixOS but I don't see
a reason not to use the solution reached there, which was to backport
relevant change[1] to mutter 3.28.
[0]: c7eee129c6
[1]: https://gitlab.gnome.org/GNOME/mutter/merge_requests/133
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=1700337
2019-04-25 09:40:32 -04:00
Dan Callahan
13e7463a57
gnome3.mutter: 3.32.0 -> 3.32.1
2019-04-18 09:29:48 +01:00
worldofpeace
b8e655ad6e
gnome3.mutter: hardcode path to zenity
2019-04-05 12:14:09 +02:00
Tor Hedin Brønner
24657133c1
gnome3.mutter: 3.30.2 -> 3.32.0
...
- port to meson
- the new meson build doesn't compile schemas
- use wrapGAppsHook
2019-04-05 11:40:18 +02:00
worldofpeace
7fe664cab2
gnome3.mutter328: use wrapGAppsHook
2019-04-03 17:02:38 -04:00
worldofpeace
c4df83279e
gnome3.mutter328: hardcode path to zenity
2019-03-31 19:38:51 -04:00
worldofpeace
874856a228
gnome3.mutter328: use gnome-3-28 branch
...
Probably should get these patches in while
I'm stuck with this. Alternative would be to
fetch the patches individually.
pipewire was accidentally in buildInputs when it has
been disabled
Changes: https://gitlab.gnome.org/GNOME/mutter/compare/3.28.3...gnome-3-28
2019-03-31 19:23:08 -04:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Piotr Bogdan
4f40607e7e
gnome3.mutter: add patch for upstream issue #270
2019-02-23 08:43:27 +00:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jan Tojnar
e02516db75
nixos/gnome3: enable remote desktop on wayland
2018-11-30 21:35:21 +01:00
worldofpeace
153f3f867b
gnome3.mutter328: init
2018-11-30 21:35:15 +01:00
Jan Tojnar
beb6779900
gnome3.mutter: 3.28.3 → 3.30.2
2018-11-30 21:34:29 +01:00