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

Commit ce2e7ca

Browse files
authored
Merge pull request #47 from bbhtt/flatpak-update
Update the flatpak manifest
2 parents 96df78f + 3d893fa commit ce2e7ca

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)