Package Details: mutter-performance 48.2-1

Git Clone URL: https://aur.archlinux.org/mutter-performance.git (read-only, click to copy)
Package Base: mutter-performance
Description: Window manager and compositor for GNOME
Upstream URL: https://gitlab.gnome.org/GNOME/mutter
Licenses: GPL-2.0-or-later
Groups: gnome
Conflicts: mutter
Provides: libmutter-16.so, mutter
Submitter: Terence
Maintainer: glorious-yellow
Last Packager: glorious-yellow
Votes: 76
Popularity: 0.001298
First Submitted: 2019-07-09 09:35 (UTC)
Last Updated: 2025-04-14 05:13 (UTC)

Required by (17)

Sources (3)

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

1 2 3 4 5 6 .. 65 Next › Last »

glorious-yellow commented on 2025-08-17 05:27 (UTC)

Stale comments no longer pinned.

kode54 commented on 2025-08-17 02:26 (UTC)

The maintainer should probably remove the pins on those stale comments.

HunabKu commented on 2025-08-06 16:14 (UTC)

Are these 3 links legit?

glorious-yellow commented on 2025-04-09 01:46 (UTC)

Modified text-input-v1 patch has been added.

DJQmUKV commented on 2025-04-03 02:23 (UTC)

After checking, the conflict on the text-input-v1 patch is not very complicated, is just only simple meson.build file: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3751/diffs#17867de5076d50e87826675d7ed81840420e4676

Here's fixed portion of that patch:

diff --git a/src/meson.build b/src/meson.build
index b4f9a2a596d..92333c3dc7d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -705,6 +705,8 @@ if have_wayland
     'wayland/meta-wayland-tablet-tool.h',
     'wayland/meta-wayland-text-input.c',
     'wayland/meta-wayland-text-input.h',
+    'wayland/meta-wayland-text-input-v1.c',
+    'wayland/meta-wayland-text-input-v1.h',
     'wayland/meta-wayland-toplevel-drag.c',
     'wayland/meta-wayland-toplevel-drag.h',
     'wayland/meta-wayland-touch.c',
@@ -1077,6 +1079,7 @@ if have_wayland
     ['single-pixel-buffer', 'staging', 'v1', ],
     ['tablet', 'unstable', 'v2', ],
     ['text-input', 'unstable', 'v3', ],
+    ['text-input', 'unstable', 'v1', ],
     ['viewporter', 'stable', ],
     ['xdg-activation', 'staging', 'v1', ],
     ['xdg-dialog', 'staging', 'v1', ],

and full fixed patch file here: https://gist.github.com/WUGqnwvMQPzl/d74ef9a8034e2eaacc580bbc02b64f8d

I've tested with the patch for a while and it's working for me, not sure directly modifying patch to fix the conflict is okay though.

glorious-yellow commented on 2025-03-31 15:59 (UTC)

The text-input-v1 patch currently has merge conflicts with the latest version of mutter.

DJQmUKV commented on 2025-03-31 08:17 (UTC)

Just found in the latest version, my fcitx input method won't work with electron applications like before, I wonder why the text-input-v1 patch has been removed, is the patch isn't working in latest version of mutter, or other reasons like feels unnecessary for this package?

glorious-yellow commented on 2025-03-29 22:20 (UTC)

Package has been updated to 48.0 with patches to fix cursor lag and a crash related to external monitors.