flatpak: Allow to talk with sushi over DBus

Otherwise, the previewing functionality doesn't work while sandboxed.
This commit is contained in:
António Fernandes 2022-08-15 20:16:10 +01:00
parent 6bd3b8cd59
commit 735b6aae88
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--talk-name=org.gnome.NautilusPreviewer",
"--talk-name=org.gnome.DiskUtility",
"--talk-name=org.gnome.Settings",
"--talk-name=org.gnome.Console",

View file

@ -23,6 +23,7 @@ finish-args:
- "--filesystem=xdg-run/dconf"
- "--filesystem=~/.config/dconf:ro"
- "--talk-name=ca.desrt.dconf"
- "--talk-name=org.gnome.NautilusPreviewer"
- "--talk-name=org.gnome.DiskUtility"
- "--talk-name=org.gnome.Settings"
- "--talk-name=org.gnome.Console"