From eda75af4993789bb96d953207fbe24ae2eb03b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A9rence=20Clastres?= Date: Sun, 5 May 2019 18:20:36 +0200 Subject: [PATCH] Do not apply nvidia-background-workaround by default as it causes issues --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 10b3054..e15c06b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -43,7 +43,7 @@ prepare() { git fetch verde # https://gitlab.gnome.org/GNOME/gnome-shell/issues/1084 - patch -Np1 -i ../nvidia-background-workaround.patch + #patch -Np1 -i ../nvidia-background-workaround.patch # Fixes and performance improvements to the extension system # https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/96