Modified text-input-v1 patch has been added.
Search Criteria
Package Details: mutter-performance 48.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mutter-performance.git (read-only, click to copy) |
---|---|
Package Base: | mutter-performance |
Description: | Window manager and compositor for GNOME |
Upstream URL: | https://gitlab.gnome.org/GNOME/mutter |
Licenses: | GPL-2.0-or-later |
Groups: | gnome |
Conflicts: | mutter |
Provides: | libmutter-16.so, mutter |
Submitter: | Terence |
Maintainer: | glorious-yellow |
Last Packager: | glorious-yellow |
Votes: | 77 |
Popularity: | 0.015271 |
First Submitted: | 2019-07-09 09:35 (UTC) |
Last Updated: | 2025-04-14 05:13 (UTC) |
Dependencies (68)
- at-spi2-core (at-spi2-core-gitAUR)
- bash-completion (bash-completion-gitAUR)
- cairo (cairo-gitAUR)
- colord (colord-gitAUR)
- dconf
- egl-wayland (egl-wayland-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- fribidi (fribidi-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gnome-desktop-4 (gnome-desktop-4-gitAUR)
- gnome-settings-daemon (gnome-settings-daemon-mobileAUR, gnome-settings-daemon-gitAUR)
- graphene (graphene-gitAUR)
- gsettings-desktop-schemas (gsettings-desktop-schemas-gitAUR, gsettings-desktop-schemas-nofontAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- harfbuzz (harfbuzz-gitAUR)
- iio-sensor-proxy (iio-sensor-proxy-gitAUR, iio-sensor-proxy-tuxedoAUR, iio-sensor-proxy-tuxedo-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- Show 48 more dependencies...
Required by (16)
- gnome-kiosk (requires mutter)
- gnome-monitor-config-git (requires mutter)
- gnome-shell-beta-performance (requires mutter)
- gnome-shell-docs-git (requires libmutter-16.so) (make)
- gnome-shell-git (requires libmutter-16.so)
- gnome-shell-git (requires libmutter-16.so) (make)
- gnome-shell-performance (requires libmutter-16.so)
- gnome-shell-performance (requires mutter)
- gnome-shell-performance-unstable (requires mutter)
- magpie-wm-git (requires mutter)
- phoc-git (requires mutter) (check)
- power-profile-selector-git (requires mutter) (optional)
- regolith-i3 (requires mutter)
- wingpanel-git (requires mutter)
- xwayland-run (requires mutter) (optional)
- xwayland-run-git (requires mutter) (optional)
Sources (3)
glorious-yellow commented on 2025-04-09 01:46 (UTC)
DJQmUKV commented on 2025-04-03 02:23 (UTC)
After checking, the conflict on the text-input-v1 patch is not very complicated, is just only simple meson.build file: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3751/diffs#17867de5076d50e87826675d7ed81840420e4676
Here's fixed portion of that patch:
diff --git a/src/meson.build b/src/meson.build
index b4f9a2a596d..92333c3dc7d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -705,6 +705,8 @@ if have_wayland
'wayland/meta-wayland-tablet-tool.h',
'wayland/meta-wayland-text-input.c',
'wayland/meta-wayland-text-input.h',
+ 'wayland/meta-wayland-text-input-v1.c',
+ 'wayland/meta-wayland-text-input-v1.h',
'wayland/meta-wayland-toplevel-drag.c',
'wayland/meta-wayland-toplevel-drag.h',
'wayland/meta-wayland-touch.c',
@@ -1077,6 +1079,7 @@ if have_wayland
['single-pixel-buffer', 'staging', 'v1', ],
['tablet', 'unstable', 'v2', ],
['text-input', 'unstable', 'v3', ],
+ ['text-input', 'unstable', 'v1', ],
['viewporter', 'stable', ],
['xdg-activation', 'staging', 'v1', ],
['xdg-dialog', 'staging', 'v1', ],
and full fixed patch file here: https://gist.github.com/WUGqnwvMQPzl/d74ef9a8034e2eaacc580bbc02b64f8d
I've tested with the patch for a while and it's working for me, not sure directly modifying patch to fix the conflict is okay though.
glorious-yellow commented on 2025-03-31 15:59 (UTC)
The text-input-v1 patch currently has merge conflicts with the latest version of mutter.
DJQmUKV commented on 2025-03-31 08:17 (UTC)
Just found in the latest version, my fcitx input method won't work with electron applications like before, I wonder why the text-input-v1 patch has been removed, is the patch isn't working in latest version of mutter, or other reasons like feels unnecessary for this package?
glorious-yellow commented on 2025-03-29 22:20 (UTC)
Package has been updated to 48.0 with patches to fix cursor lag and a crash related to external monitors.
<deleted-account> commented on 2024-12-23 10:23 (UTC)
Sorry for delay; I needed to bring my old PC back up as the current one is out of order now.
bannert commented on 2024-11-29 17:14 (UTC) (edited on 2024-11-29 17:15 (UTC) by bannert)
Who flagged this package as out-of-date and why?
The package mutter-performance-unstable is on the exact same version and is not flagged out-of-date.
The package mutter-beta-performance is one minor version behind, and neither is flagged out-of-date.
dougg0k commented on 2024-11-26 15:43 (UTC)
Any chance of adding a tearing patch?
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3797#note_2285537
<deleted-account> commented on 2024-10-22 13:34 (UTC)
@dougg0k LocalFileSigLevel
should be Optional
there.
Pinned Comments
<deleted-account> commented on 2023-05-02 11:11 (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 2023-02-13 04:41 (UTC)
Hi, I'm the co-maintainer of the package.
Unfortunately, my laptop's gpu died a few days ago. So I cannot bring lots of changes to the package. The only thing I can do right now is upgrading the package along with mr1441 only.
Sorry for the situation and I hope you understand it. If you want to be a co-maintainer of this package, please contact fiestalake@disroot.org and/or the other maintainers. Thanks.
<deleted-account> commented on 2022-10-27 15:54 (UTC)
gnome-43 diffs: https://gist.github.com/FiestaLake/d6d9e597fe693b3f55d92890880e463c
For people using [testing] branch.
Apply the patch with
git am {patchname}.patch
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/