Package Details: mutter-performance-devkit 49.0-1

Git Clone URL: https://aur.archlinux.org/mutter-performance.git (read-only, click to copy)
Package Base: mutter-performance
Description: GNOME Mutter Development Kit
Upstream URL: https://gitlab.gnome.org/GNOME/mutter
Licenses: GPL-2.0-or-later
Submitter: Terence
Maintainer: glorious-yellow
Last Packager: glorious-yellow
Votes: 74
Popularity: 0.000005
First Submitted: 2019-07-09 09:35 (UTC)
Last Updated: 2025-09-26 01:43 (UTC)

Pinned Comments

Saren commented on 2018-08-30 14:52 (UTC) (edited on 2020-10-06 05:50 (UTC) by Saren)

If you are getting errors like fatal: bad revision '73e8cf32' while building this package, refer to PKGBUILD and see which patches caused this. Then, go to the related URLs, replace the commit hashes. If there are conflicts, comment out the patches.

Please notify me in comment section if this happens.


The optional performance patches are by default enabled.

A package for gnome-shell performance patches: https://aur.archlinux.org/packages/gnome-shell-performance/

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 65 Next › Last »

Terence commented on 2021-10-17 09:36 (UTC) (edited on 2021-10-17 09:37 (UTC) by Terence)

Hey all,

As you noticed, I'm not able to update this package frequently anymore (lack of time/motivation). If someone wants to help maintain this package I'll gladly add them to the maintainer list.

JockeTF commented on 2021-07-24 11:43 (UTC)

Okay! I've created mutter-dynamic-buffering which includes the working patch for merge request 1441. It's about as close to the original mutter package as I could make it. This is my first AUR package, so feel free to comment with feedback.

SilverMarcs commented on 2021-07-24 07:36 (UTC) (edited on 2021-07-24 07:37 (UTC) by SilverMarcs)

@JockeTF i think that would be very useful to many. I would defo switch to arch from fedora if theres a package in the aur for just 1441. As for the risks, I think someone who's installing this from the AUR already knows what 1441 is and how it doesnt work on wayland

JockeTF commented on 2021-07-23 21:31 (UTC)

I've uploaded a working patch to a comment in the merge request. I'm considering creating an AUR package that bundles and includes only !1441. Would that be useful to anyone?

adryd commented on 2021-07-17 20:56 (UTC)

mr 1441 is not working at the moment and it's only supporting the master branch. I'm sure there's a way to get an older patch set or something.

malcolm commented on 2021-07-08 23:52 (UTC)

how about the mr 1620?

SilverMarcs commented on 2021-07-03 15:29 (UTC)

@kal Thanks I'll try that out

But I am unable to install this in the first place. I get to verifying some packages upto 102. 103-105 simply fail and I get some errors like headless sth. Unfortunately I cannot provide exact logs as I'm not on arch atm but dis there a fix?

kal commented on 2021-07-02 15:17 (UTC) (edited on 2021-07-02 15:18 (UTC) by kal)

@SilverMarcs

If you are using an AUR helper it should give you the option to edit the PKGBUILD at some point during the installation process. If not, pull up the PKGBUILD in your favourite editor.

You want to edit the merge_requests_to_use line to look like this (line 11 at the time of this writing) :

Merge Requests List: ('579' '1441' '1241')
_merge_requests_to_use=('1441')

Save the file and continue the installation.

At some point early in the installation process you should see an output line that says :

"Downloading then Merging 1441 ..."

... which should confirm that the merge request is being integrated into your build.

If the line flashes by too quickly, and your are using gnome-terminal (or similar), you can search for '1441' after the process completes.

SilverMarcs commented on 2021-06-15 07:08 (UTC)

How do I install this including the 1441 patch? Got no experience with editing packagebuilds so help is appreciated

Saren commented on 2021-02-06 18:18 (UTC)

BTW I need a way to reference old version of merge request, because it seems mr1309 mr1441 is synced to master instead of gnome 3.38, which makes the code incompatible.