Package Details: gnome-shell-performance 1:46.1-1

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 | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
Upstream URL: https://wiki.gnome.org/Projects/GnomeShell
Licenses: GPL
Groups: gnome
Conflicts: gnome-shell
Provides: gnome-shell
Submitter: Saren
Maintainer: Saren (Terence, saltyming)
Last Packager: saltyming
Votes: 34
Popularity: 0.60
First Submitted: 2018-08-04 18:21 (UTC)
Last Updated: 2024-04-22 12:48 (UTC)

Required by (453)

Sources (2)

Pinned Comments

saltyming commented on 2021-11-18 14:16 (UTC) (edited on 2024-03-24 05:25 (UTC) by saltyming)

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.


Note that a debug option is disabled in this package.

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

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


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

gnome-shell/src/st/meson.build:195:2: ERROR: Dependency "libmutter-test-11" not found, tried pkgconfig and cmake

then you might want to do one of these:

0) Unset an env: _enable_check=y

1) Rebuild mutter-performance package with _enable_check=y env.

And try again.


The optional performance patches 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 Next › Last »

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

Pumpi commented on 2018-12-20 15:41 (UTC) (edited on 2018-12-24 16:17 (UTC) by Pumpi)

Im getting the following error:

[dawid@dawid-pc ~]$ cd gnome-shell-performance
[dawid@dawid-pc gnome-shell-performance]$ makepkg -scCi
==> WARNING: A package has already been built, installing existing package...
==> Installing package gnome-shell-performance with pacman -U...
[sudo] password for dawid: 
loading packages...
resolving dependencies...
looking for conflicting packages...
:: gnome-shell-performance and gnome-shell are in conflict. Remove gnome-shell? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing gnome-shell breaks dependency 'gnome-shell>=3.18' required by gnome-shell-extension-manjaro-update
==> WARNING: Failed to install built package(s).
==> Cleaning up...
[dawid@dawid-pc gnome-shell-performance]$ 

Any idea how to overcome that? Im trying to get smooth experience on Surface Pro 3 as it is working fine but i have repeatedly stutters with animations and sluggishness with browser scrolling and animations

nika commented on 2018-12-14 23:40 (UTC) (edited on 2018-12-14 23:40 (UTC) by nika)

[makepkg 74e0da39e] st_box_layout_get_paint_volume: Don't scroll origin Author: Daniel van Vugt daniel.van.vugt@canonical.com Date: Mon Sep 17 14:16:34 2018 +0200 1 file changed, 15 insertions(+), 23 deletions(-) [makepkg f3c1a4bd5] 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(-) ==> ERROR: A failure occurred in prepare().

Saren commented on 2018-12-12 17:43 (UTC)

Update: detect mutter-781835-workaround before applying MR276

Vash63 commented on 2018-12-11 20:16 (UTC)

Update: Figured out what was wrong with GDM while reviewing the MR on gitlab - it is dependent on https://gitlab.gnome.org/GNOME/mutter/merge_requests/283/commits

This package as-is will not work without this MR, which is included in mutter-781835-workaround but I was not using that package at the time (using my own since that package caused some issues for me due to MR168 on it a while back).

sid350 commented on 2018-12-04 00:14 (UTC)

Still unable to load GDM or gnome-shell with these patches. Have Intel integrated video adapter.

Vash63 commented on 2018-11-17 13:04 (UTC)

I'm still unable to load gdm when MR 276 is included even after today's update. This is on Nvidia drivers if that is relevant.

DeadMetaler commented on 2018-11-15 23:00 (UTC)

No need to comment MR 276. Just replace 5453f3dd to d12c86cf commit.

Vash63 commented on 2018-11-12 14:25 (UTC)

Commenting out MR 276 does in fact fix it for me.