summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--gnome-shell-performance.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb9835231a0..c48790d4f3b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches
pkgver = 3.32.1+10+g059c729da
- pkgrel = 8
+ pkgrel = 9
url = https://wiki.gnome.org/Projects/GnomeShell
install = gnome-shell-performance.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f4d39617ae62..5acf230a5564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-performance
pkgver=3.32.1+10+g059c729da
-pkgrel=8
+pkgrel=9
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch=(x86_64)
diff --git a/gnome-shell-performance.install b/gnome-shell-performance.install
index 89a382b24fb9..825e08c5abf0 100644
--- a/gnome-shell-performance.install
+++ b/gnome-shell-performance.install
@@ -1,6 +1,6 @@
post_install() {
setcap CAP_SYS_NICE=+ep usr/bin/gnome-shell
- echo "To have real-time scheduling on Wayland, run `settings set org.gnome.mutter experimental-features "['rt-scheduler']"`
+ echo "To have real-time scheduling on Wayland, run \`gsettings set org.gnome.mutter experimental-features \"['rt-scheduler']\"\`"
}
post_upgrade() {