fix(flatpak): Request access to Downloads and Documents(ro), Desktop (ro)
This commit is contained in:
parent
992ce89bea
commit
08d3349858
|
@ -11,6 +11,9 @@ finish-args:
|
||||||
- --device=dri
|
- --device=dri
|
||||||
- --talk-name=org.gtk.vfs.*
|
- --talk-name=org.gtk.vfs.*
|
||||||
- --filesystem=xdg-run/gvfsd
|
- --filesystem=xdg-run/gvfsd
|
||||||
|
- --filesystem=xdg-download
|
||||||
|
- --filesystem=xdg-document:ro
|
||||||
|
- --filesystem=xdg-desktop:ro
|
||||||
modules:
|
modules:
|
||||||
- name: keyguard
|
- name: keyguard
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
|
Loading…
Reference in New Issue