Thank you @kode54 and @Terence. But now I'm getting new error: no servers configured for repository :)
I added chaotic-aur. Same problem with and without.
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: | 35 |
Popularity: | 0.010174 |
First Submitted: | 2018-08-04 18:21 (UTC) |
Last Updated: | 2025-04-18 22:49 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 20 Next › Last »
Thank you @kode54 and @Terence. But now I'm getting new error: no servers configured for repository :)
I added chaotic-aur. Same problem with and without.
@kode54 Thanks I added it. Hopefully it fixes @shrisha issue.
@shrisha: I was stating the actions the maintainer would need to apply, but you could apply them to your local copy of the PKGBUILD before makepkg building it yourself as well.
Basically, you just need to git clone the read-only repository linked at the top of this page, and modify the PKGBUILD in a text editor. Find the line with the provides
declaration, and add gnome-shell=$epoch:$pkgver
to the setting, after the existing gnome-shell=$pkgver
. Strangely, I have no such thing in my local chaotic-aur built copy, yet the gnome-shell-extension-arc-menu-git
package installs just fine with this package and mutter-performance
.
Maybe also try the chaotic-aur
repository builds first? Assuming they even work with Manjaro. I have no idea what's up with forks of Arch, and they tend to break random things, hence users are asked to consult Manjaro's support resources for their specific issues.
@kode54 Could you please specify my actions for this? I'm very new to Manjaro. I just downloaded latest iso this morning 20.rc2. Installed on new ssd. system specs if required:
OS: Manjaro Linux x86_64 Host: TRX40 AORUS MASTER -CF Kernel: 5.6.5-1-MANJARO Uptime: 1 hour, 31 mins Packages: 1167 (pacman) Shell: bash 5.0.16 Resolution: 3840x2160 DE: GNOME WM: Mutter WM Theme: Adwaita-maia Theme: Adwaita-maia [GTK2/3] Icons: Papirus-Dark-Maia [GTK2/3] Terminal: gnome-terminal CPU: AMD Ryzen Threadripper 3970X (64) @ 3.900GHz GPU: NVIDIA TITAN RTX Memory: 4177MiB / 64258MiB
@shrisha: needs another provides entry that also declares the gnome-shell with the epoch in the version string. Basically a declaration like:
gnome-shell=$epoch:$pkgver
After the existing two.
could not satisfy dependencies: removing gnome-shell breaks dependency 'gnome-shell>=1:3.36.0-1' required by gnome-shell-extension-arc-menu
???
I can't delete Arc menu extension.
@TheAifam5 Thanks for the report, I added it to the makedepends as the official package does.
while compiling you should set the "bash-completion" option false, or check if the package is installed. I dont use bash and does not allow me to compile due: gnome-shell/subprojects/extensions-tool/meson.build:36:0: ERROR: Dependency "bash-completion" not found, tried pkgconfig and cmake
https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/master/subprojects/extensions-tool/meson.build#L36
@glitsj16 https://github.com/hussamT/gtk-patches and https://github.com/hussamT/mutter-patches
I'm using the shell+mutter+gtk patches and a nvidia 1050ti card.
@hussam Would you be willing to share a link to your mutter/gtk3 patches? I'd like to try them, especially the gtk3 patch related to black background glitches. TIA!
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 installmutter
&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!