From d7cfd284b296dd4e6ac92aacb3f40cc115fcab3c Mon Sep 17 00:00:00 2001 From: Marcus Behrendt Date: Fri, 3 May 2024 10:52:44 +0200 Subject: [PATCH] build(flatpak): Use old gl renderer Our chat background is not yet compatible with the new ngl renderer. Until then we are still using the old gl renderer. --- build-aux/app.drey.PaperPlane.Devel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build-aux/app.drey.PaperPlane.Devel.json b/build-aux/app.drey.PaperPlane.Devel.json index 4ac2c980d..badec4850 100644 --- a/build-aux/app.drey.PaperPlane.Devel.json +++ b/build-aux/app.drey.PaperPlane.Devel.json @@ -14,6 +14,7 @@ "--share=network", "--share=ipc", "--device=dri", + "--env=GSK_RENDERER=gl", "--env=G_MESSAGES_DEBUG=none", "--env=RUST_BACKTRACE=1" ],