Flatpak: Replace --socket=x11 with --socket=fallback-x11

Thus GNOME Software doesn't consider the application unsafe.
This commit is contained in:
Milan Crha
2021-06-09 19:52:26 +02:00
parent 51c5063377
commit f5717129fb
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--socket=pcsc",

View File

@ -23,7 +23,7 @@
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--socket=pcsc",