From 3d893fa4b9bdfe9fd692a9d245f298afa091bc65 Mon Sep 17 00:00:00 2001 From: bbhtt <62639087+bbhtt@users.noreply.github.com> Date: Sat, 16 Jul 2022 07:56:45 +0530 Subject: [PATCH] Update the runtime to 42 and use fallback-x11 --- flatpak/com.github.Alcaro.Flips.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flatpak/com.github.Alcaro.Flips.json b/flatpak/com.github.Alcaro.Flips.json index f8f1854..f840a29 100644 --- a/flatpak/com.github.Alcaro.Flips.json +++ b/flatpak/com.github.Alcaro.Flips.json @@ -1,13 +1,13 @@ { "app-id" : "com.github.Alcaro.Flips", "runtime" : "org.gnome.Platform", - "runtime-version" : "3.38", + "runtime-version" : "42", "sdk" : "org.gnome.Sdk", "command" : "flips", "finish-args" : [ /* X11 + XShm access */ "--share=ipc", - "--socket=x11", + "--socket=fallback-x11", /* Wayland access */ "--socket=wayland", /* OpenGL + DRI access */