From 153aecbbf311500d5eb0d340f3b9a4d58528562e Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Fri, 5 Mar 2021 18:17:25 +0100 Subject: [PATCH] Flatpak change to --socket=fallback-x11 --- build-aux/flatpak/org.qelectrotech.QElectroTech.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/flatpak/org.qelectrotech.QElectroTech.json b/build-aux/flatpak/org.qelectrotech.QElectroTech.json index 9bbb253db..c6bebeb27 100644 --- a/build-aux/flatpak/org.qelectrotech.QElectroTech.json +++ b/build-aux/flatpak/org.qelectrotech.QElectroTech.json @@ -10,7 +10,7 @@ "copy-icon": true, "finish-args": [ "--socket=wayland", - "--socket=x11", + "--socket=fallback-x11", "--device=dri", "--share=ipc", "--filesystem=host"