Package Details: mutter-dynamic-buffering 47.5-1

Git Clone URL: https://aur.archlinux.org/mutter-dynamic-buffering.git (read-only, click to copy)
Package Base: mutter-dynamic-buffering
Description: Window manager and compositor for GNOME (with dynamic triple/double buffering)
Upstream URL: https://gitlab.gnome.org/GNOME/mutter
Licenses: GPL-2.0-or-later
Conflicts: mutter
Provides: libmutter-15.so, mutter
Submitter: JockeTF
Maintainer: JockeTF
Last Packager: JockeTF
Votes: 34
Popularity: 0.104658
First Submitted: 2021-07-24 11:35 (UTC)
Last Updated: 2025-02-12 14:51 (UTC)

Required by (16)

Sources (3)

Pinned Comments

JockeTF commented on 2025-02-14 21:20 (UTC)

I'm happy to report that !1441 has been merged!

This package will no longer be needed for GNOME 48.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

frandieguez commented on 2023-05-19 12:16 (UTC)

My yay -S mutter-dynamic-buffering is stuck at

Found ninja-1.11.1 at /bin/ninja
INFO: autodetecting backend as ninja                                                                
INFO: calculating backend command to run: /bin/ninja -C /home/fran/.cache/yay/mutter-dynamic-buffering/src/build
ninja: Entering directory `/home/fran/.cache/yay/mutter-dynamic-buffering/src/build'
[227/757] Compiling C object clutter/clutter/libmutter-clutter-12.so.0.0.0.p/clutter-stage.c.o
../mutter-dynamic-buffering/clutter/clutter/clutter-stage.c: In function ‘clutter_stage_notify_grab_on_pointer_entry’:
../mutter-dynamic-buffering/clutter/clutter/clutter-stage.c:3879:24: warning: unused variable ‘priv’ [-Wunused-variable]
 3879 |   ClutterStagePrivate *priv = stage->priv;
      |                        ^~~~
[752/757] Generating src/Meta-12.typelib with a custom command

anyone has a fix for this?

dtcooper commented on 2023-05-15 21:58 (UTC)

Confirm uninstalling (yay -S mutter), clearing all cache via yay -Sc, then re-installing via yay -S mutter-dynamic-buffering seemed to do the trick! Thanks a million.

JockeTF commented on 2023-05-15 19:50 (UTC)

You'll need to install the -2, but after that it should stop.

dtcooper commented on 2023-05-15 16:46 (UTC)

It seems to not, actually. It keeps on saying version -1 is installed, and an upgrade to -2 is needed. I wonder what's wrong?

JockeTF commented on 2023-05-15 15:53 (UTC)

Hmm, you might be right. Does this fix the issue?

dtcooper commented on 2023-05-15 14:39 (UTC)

Seems to be an endless upgrade "loop" using the yay command, possibly due the last character at the end of git SHA in the version. yay tries to upgrade this package every time it runs, anyone else noticing this?

aaronrancsik commented on 2023-03-18 11:48 (UTC)

You are right.

My previous comment would be true with this commit: d5e75bccdee7ea0e30cd860ca08ae109dcb311c8

I did not notice that you changed the commit id.

It works fine, thanks!

JockeTF commented on 2023-03-17 21:41 (UTC)

What problems do you have with the cherry-pick? For me it builds and runs fine.

aaronrancsik commented on 2023-03-17 20:21 (UTC) (edited on 2023-03-17 20:27 (UTC) by aaronrancsik)

Unfortunately "git cherry-pick -n 12ce58dba4f96f6a948c1d166646d263253e3ee0" is not working.

That was also my first idea.

Finally I was able to solve it by download the patch from this link: https://gitlab.gnome.org/GNOME/mutter/-/commit/d5e75bccdee7ea0e30cd860ca08ae109dcb311c8.patch

And add it just like how the dynamic buffer patch is added.

patch -p1 < "$srcdir/d5e75bccdee7ea0e30cd860ca08ae109dcb311c8.patch"

I think the order doesn't really matter, I did the d5e75bccdee7ea0e30cd860ca08ae109dcb311c8 first and then the dynamic buffer.