Package Details: gnome-shell-performance 1:48.1-2

Git Clone URL: https://aur.archlinux.org/gnome-shell-performance.git (read-only, click to copy)
Package Base: gnome-shell-performance
Description: Next generation desktop shell
Upstream URL: https://gitlab.gnome.org/GNOME/gnome-shell
Licenses: GPL-3.0-or-later
Groups: gnome
Conflicts: gnome-shell
Provides: gnome-shell
Submitter: Saren
Maintainer: glorious-yellow
Last Packager: glorious-yellow
Votes: 34
Popularity: 0.003747
First Submitted: 2018-08-04 18:21 (UTC)
Last Updated: 2025-05-16 21:08 (UTC)

Dependencies (65)

Required by (454)

Sources (4)

Pinned Comments

<deleted-account> commented on 2023-05-02 11:12 (UTC)

gnome-44 diffs: https://gist.github.com/FiestaLake/aaf26db49292840aef43210001b4e080

For people using [staging] & [gnome-unstable] branch (or [testing] branch in the near future).

Apply the patch with git am {patchname}.patch

<deleted-account> commented on 2022-10-27 15:51 (UTC)

gnome-43 diffs: https://gist.github.com/FiestaLake/d6d9e597fe693b3f55d92890880e463c

For people using [testing] branch.

Apply the patch with git am {patchname}.patch

<deleted-account> commented on 2021-11-18 14:16 (UTC)

If you have a problem during any system update with mutter-performance & gnome-shell-performance, please install mutter & gnome-shell packages from the main repository and do full upgrade first, then build the performance packages later.

If you are using [gnome-unstable] and [extra-testing] repositories, use gnome-shell-performance-unstable


To enable a specific MR in the Merge Requests List, add an line "_merge_requests_to_use+=('<MR number>')" at the end of PKGBUILD. (Because if you edit the line directly you can be able to end up with merge conflict upon updates.)


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 patches for performance and fixes are by default enabled.

A package for mutter(compositor) performance patches: https://aur.archlinux.org/packages/mutter-performance/

Terence commented on 2019-08-02 16:35 (UTC) (edited on 2019-08-02 19:09 (UTC) by Terence)

Warning: Before making a report of something broken, make sure it is not caused by an extension or a custom theme!

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 Next › Last »

tannisroot commented on 2019-04-19 11:45 (UTC)

Hi! Can you please add this patch to the PKGBUILD? It fixes broken wallpapers after resuming from sleep for Nvidia users. https://gitlab.gnome.org/GNOME/gnome-shell/issues/1084#note_492366

Terence commented on 2019-03-18 20:46 (UTC)

@everyone: if you were using any top-icon* extension, the new package update brings a fix for the high CPU usage.

@glorious-yellow I've updated the package taking into account your comment, thanks.

deezid commented on 2019-03-13 11:49 (UTC)

Stops building at: NotADirectoryError: [Errno 20] Not a directory: 'selinuxenabled'

glorious-yellow commented on 2019-02-03 19:10 (UTC)

pacman -Q | grep mutter-781835-workaround can be replaced with pacman -Q mutter-781835-workaround; it's a bit cleaner and also avoids the edge case of a package name containing but not equalling mutter-781835-workaround.

Terence commented on 2019-01-30 11:44 (UTC)

@Saren MR 276 has been rebased and this time it can't be applied cleanly on 3.30 so I manually applied it and generated a diff that is now used instead. I also added a new patch which should improve the extension system.

nika commented on 2019-01-30 08:08 (UTC) (edited on 2019-01-30 08:08 (UTC) by nika)

gnome-shell-performance 3.30.2+4-5 (Wed 30 Jan 2019 08:57:28 AM WAT) fails for me with:

[makepkg d29e050f4] st-box-layout: Avoid fullscreen relayout on scroll Author: Daniel van Vugt daniel.van.vugt@canonical.com Date: Thu Sep 6 19:01:17 2018 +0800 1 file changed, 16 insertions(+), 6 deletions(-) mutter-781835-workaround 3.30.2+7-1 fatal: bad revision '5a7be719'

deezid commented on 2019-01-27 21:18 (UTC) (edited on 2019-01-27 21:22 (UTC) by deezid)

@Terence, rebooted but now the workspace switcher is completely back to its usual behavior (20-30fps I think using the mouse to zoom in).

Not touching the workspace bar on the right and using the wheel it feels as smooth as a game HUD though with your Mutter workaround pkgbuild lol

Pumpi commented on 2018-12-25 18:37 (UTC) (edited on 2018-12-25 18:39 (UTC) by Pumpi)

Changing this in PKGBUILD resolves the problem with dependencies:

provides=(gnome-shell)

to:

provides=(gnome-shell gnome-shell=$pkgver)

Credits to @Lolix from Manjaro forum.

Pumpi commented on 2018-12-24 20:21 (UTC)

Changed PKGBUILD from:

provides=(gnome-shell)
conflicts=(gnome-shell)

to:

provides=(gnome-shell>=3.18)
conflicts=(gnome-shell>=3.18)

allows me to start the instalation but i get other errors. I have opened a topic on the Manjaro Forum to get some help. There is also the whole log of the installation which is to long to be copied here. The link: https://forum.manjaro.org/t/could-not-satisfy-dependencies-removing-gnome-shell-breaks-dependency-gnome-shell-3-18-required-by-gnome-shell-extension-manjaro-update/69564/20