Package Details: mutter-dynamic-buffering 47.1-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.61
First Submitted: 2021-07-24 11:35 (UTC)
Last Updated: 2024-10-21 10:18 (UTC)

Dependencies (63)

Required by (16)

Sources (3)

Latest Comments

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

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.

NGStaph commented on 2023-03-13 20:54 (UTC) (edited on 2023-03-13 20:58 (UTC) by NGStaph)

@JockeTF not at all, i finally learnt how to patch stuff myself. thank you for the quick update.