From aa954c2a986c779caf6ebc54cdba5029feaf514e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 20 Sep 2021 11:27:29 +0200 Subject: [PATCH] gthumb: disable clutter - clutter disabled (for fancy 3D GL slideshow effects crashing via ssh ) --- gthumb.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gthumb.be0 b/gthumb.be0 index 0435a6e38..4073e4984 100755 --- a/gthumb.be0 +++ b/gthumb.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gthumb-3.10.4-0 +# BEE_VERSION gthumb-3.10.4-1 # SRCURL[0]="https://download.gnome.org/sources/gthumb/${PKGVERSION[2]}/gthumb-${PKGVERSION}.tar.xz" SRCURL[0]="https://beehive.molgen.mpg.de/ecf795dc33ceee8c0daac65caaa47334/gthumb-3.10.4.tar.gz" @@ -27,7 +27,8 @@ mee_patch() { mee_configure() { bee_configure \ -Dwarn-deprecated=false \ - -Dcolord=false + -Dcolord=false \ + -Dclutter=false } #mee_build() {