Use --socket=fallback-x11 in .flatpak-manifest.json

This commit is contained in:
Laurent Montel
2024-01-02 17:59:31 +01:00
parent d623a8c826
commit 7ad362225f

View File

@@ -12,7 +12,7 @@
"finish-args": [ "finish-args": [
"--share=network", "--share=network",
"--share=ipc", "--share=ipc",
"--socket=x11", "--socket=fallback-x11",
"--socket=wayland", "--socket=wayland",
"--device=dri", "--device=dri",
"--filesystem=xdg-download", "--filesystem=xdg-download",