Flatpak: use X11 access only if a X11 session is running
Requires flatpak 1.0 or newer
This commit is contained in:
parent
8bbf33921f
commit
213da73b44
|
@ -8,7 +8,7 @@ desktop-file-name-prefix: '(Nightly) '
|
||||||
finish-args:
|
finish-args:
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --share=network
|
- --share=network
|
||||||
- --socket=x11
|
- --socket=fallback-x11
|
||||||
- --socket=wayland
|
- --socket=wayland
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
- --system-talk-name=org.freedesktop.GeoClue2
|
- --system-talk-name=org.freedesktop.GeoClue2
|
||||||
|
|
Loading…
Reference in New Issue