Package Details: mutter-performance 1:46.1+r7+g35836f0f1-2

Git Clone URL: https://aur.archlinux.org/mutter-performance.git (read-only, click to copy)
Package Base: mutter-performance
Description: A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
Upstream URL: https://gitlab.gnome.org/GNOME/mutter
Licenses: GPL
Groups: gnome
Conflicts: mutter
Provides: libmutter-14.so, mutter
Submitter: Terence
Maintainer: Terence (Saren, saltyming)
Last Packager: saltyming
Votes: 76
Popularity: 1.29
First Submitted: 2019-07-09 09:35 (UTC)
Last Updated: 2024-05-08 13:05 (UTC)

Required by (12)

Sources (4)

Pinned Comments

saltyming commented on 2022-03-22 09:37 (UTC) (edited on 2023-09-02 03:43 (UTC) by saltyming)

Please note that a debug option is disabled in this package.

To disable building the docs package, set an env: _disable_docs=y

To enable the check() process, set an env: _enable_check=y


If the building process is getting failed on check() like

83/114 mutter:core+mutter/backends/native / native-unit TIMEOUT 180.01s killed by signal 15 SIGTERM

then you might want to do one of these:

0) Unset an env: _enable_check=y

1) Kill your pipewire session manager; killall $(pacman -Qq pipewire-session-manager).

2) Reboot the machine.

3) Pass a variable --nocheck to makepkg (which can be passed along with --mflags first if you are using paru) to temporarily disable a check() process.

4) Add a line options=(!check) to the package's PKGBUILD file to disable a check() process.

And try again.

Terence commented on 2020-08-31 16:26 (UTC) (edited on 2020-08-31 16:26 (UTC) by Terence)

@NettoHikari or anyone unable to compile with the following error:

lto1: internal compiler error: bytecode stream: expected tag identifier_node instead of LTO_UNKNOWN

You need to rebuild sysprof and then try again.

Reference: https://bugs.archlinux.org/task/67686.

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 .. 49 50 51 52 53 54 55 56 57 58 59 60 Next › Last »

Saren commented on 2018-10-13 06:08 (UTC)

@ValentinRO See my comment below. I am considering disabling that patch until the commit hashes are stable.

v-tin commented on 2018-10-12 14:54 (UTC) (edited on 2018-10-12 14:54 (UTC) by v-tin)

Unfortunately I got a fatal error: fatal: bad revision 'ac031043'.

Is there any info needed to find a solution for this?

Saren commented on 2018-10-11 02:58 (UTC)

@Snuggle the commit "Geometric (GPU-less) picking" hashes are ever changing recently due the git rebases. If the package is not updated, edit PKGBUILD, replaced that 2 commit hashes to what you found in https://gitlab.gnome.org/GNOME/mutter/merge_requests/189/commits

Snuggle commented on 2018-10-11 01:06 (UTC) (edited on 2018-10-11 01:07 (UTC) by Snuggle)

I'm getting: fatal: bad revision '73e8cf32'

jc-aur commented on 2018-10-06 16:26 (UTC)

@bobekmark that's weird, I installed it last night and after a reset, it kept working as expected for hours until I turned off my laptop, are you sure is related to this mutter package? Anyway, why don't you rollback to a previous version, don't you handle AUR packages on your own? If you don't and your tool doesn't allow you to do that, it's not AUR fault :)

Terence commented on 2018-10-06 13:01 (UTC) (edited on 2018-10-06 13:02 (UTC) by Terence)

@bobekmark: you might want to edit the PKGBUILD and comment some commits to figure out what produces this issue and then report it to its related.

bobekmark commented on 2018-10-06 12:53 (UTC)

@Terence Hmmm, interenting, now it's install itself, but when I reboot my pc, it has only black screen with an X. (CTRL+ALT+F2 , than install "stock" mutter is can solve the problem, but I can't boot my PC with This AUR :\ )

Terence commented on 2018-10-05 22:14 (UTC)

@bobekmark Thanks for the report, I updated the commits, please try again.

bobekmark commented on 2018-10-04 19:26 (UTC)

I encounter "fatal: bad revision '23435a40'" :\

Terence commented on 2018-10-02 15:19 (UTC)

@Saren Thanks!