Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 3d893fa

Browse files
committed
Update the runtime to 42 and use fallback-x11
1 parent 96df78f commit 3d893fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flatpak/com.github.Alcaro.Flips.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"app-id" : "com.github.Alcaro.Flips",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "3.38",
4+
"runtime-version" : "42",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "flips",
77
"finish-args" : [
88
/* X11 + XShm access */
99
"--share=ipc",
10-
"--socket=x11",
10+
"--socket=fallback-x11",
1111
/* Wayland access */
1212
"--socket=wayland",
1313
/* OpenGL + DRI access */

0 commit comments

Comments
 (0)