@AsciiWolf Done.
Search Criteria
Package Details: mutter-performance-docs 1:44.5-1
Package Actions
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 (documentation) |
Upstream URL: | https://gitlab.gnome.org/GNOME/mutter |
Licenses: | GPL |
Conflicts: | mutter-docs |
Provides: | mutter-docs |
Submitter: | Terence |
Maintainer: | Terence (Saren, Dawdleming) |
Last Packager: | Dawdleming |
Votes: | 71 |
Popularity: | 1.89 |
First Submitted: | 2019-07-09 09:35 (UTC) |
Last Updated: | 2023-09-19 13:01 (UTC) |
Dependencies (10)
- egl-wayland (egl-wayland-git) (make)
- gi-docgen (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce) (make)
- meson (meson-git) (make)
- sysprof (sysprof-git) (make)
- wayland-protocols (wayland-protocols-git) (make)
- xorg-server (xorg-server-git, xorg-server-bug865) (make)
- xorg-server-xvfb (xorg-server-xvfb-git) (make)
Required by (0)
Sources (3)
Dawdleming commented on 2023-08-16 14:43 (UTC)
AsciiWolf commented on 2023-08-16 13:22 (UTC)
Ignore my previous comment. This is probably the correct fix: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3185
AsciiWolf commented on 2023-08-01 11:12 (UTC) (edited on 2023-08-01 11:16 (UTC) by AsciiWolf)
Dawdleming commented on 2023-07-18 06:23 (UTC) (edited on 2023-07-18 06:23 (UTC) by Dawdleming)
mr3080 is included in the latest gnome-44.
Thanks and Sorry for waiting.
griffi-gh commented on 2023-07-17 17:30 (UTC)
Can you please update (mutter/gnome-shell)-performance?
Thanks in advance!
pztrn commented on 2023-07-15 17:56 (UTC)
Hey guys, any possibility to update package with mr3080 and bump to 44.3?
crab2313 commented on 2023-06-25 02:17 (UTC)
mr3080 should be added as the latest performance fix for gaming.
sommio commented on 2023-06-08 19:15 (UTC)
Do you have time to update it? Thank you for your work
glorious-yellow commented on 2023-06-07 06:13 (UTC)
mr3014 should be added, it fixes some bugs
RealOrRandom commented on 2023-06-02 07:18 (UTC)
Could we add this?
pick_mr 'focus-fix' 3ac82a58c51a5c8db6b49e89a1232f99c79644cc 'revert'
I had to put it first. Or at least it didn't apply after 1441 or 2941 (sorry, I can't remember which was the conflicting one).
It reverts a commit that introduced a regression that currently makes many users mad, see https://gitlab.gnome.org/GNOME/mutter/-/issues/2690.
Pinned Comments
Dawdleming commented on 2022-03-22 09:37 (UTC) (edited on 2023-09-02 03:43 (UTC) by Dawdleming)
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()
like83/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
tomakepkg
(which can be passed along with--mflags
first if you are usingparu
) to temporarily disable acheck()
process.4) Add a line
options=(!check)
to the package's PKGBUILD file to disable acheck()
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/