Comment 14 for bug 2040453

Revision history for this message
kenjo (ken-kenjo) wrote :

I can confirm this patch solved my issues also. I have some other issue that ends up in a mutter restart on suspend resume and this bug made supending compleatly unusable since I lost the desktop.

To get around the build issue with "apt-src install mutter" I changed the rules file in the debian directory to not run the test on my arch

from
ifeq (,$(filter mips mips64el mipsel riscv64 s390x alpha hppa powerpc sparc64 x32,$(DEB_HOST_ARCH)))

to
ifeq (,$(filter mips mips64el mipsel riscv64 s390x alpha hppa powerpc sparc64 x32 amd64,$(DEB_HOST_ARCH)))