fix(flatpak): add missing `--filesystem=xdg-run/gvfsd` privilege (#182)

* fix(flatpak): add filesystem=xdg-run/gvfsd privilege
* doc: update CHANGELOG.md
This commit is contained in:
Creak 2022-11-14 18:33:24 -05:00 committed by GitHub
parent fc84191095
commit eaaed6cef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -18,11 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- fix: "Go to line..." dialog didn't show up (@MightyCreak) - "Go to line..." dialog didn't show up (@MightyCreak)
- Tech debt: use `transient_for` instead of the deprecated `parent` when creating - Tech debt: use `transient_for` instead of the deprecated `parent` when creating
a `Gtk.Widget` (@MightyCreak) a `Gtk.Widget` (@MightyCreak)
- Documentation: prefer `pip3` over `pip` to ensure it works everywhere (@krlmlr)
- Documentation: prefer `pip3` over `pip` to ensure it works everywhere (thanks to @krlmlr) - Flatpak: add missing `--filesystem=xdg-run/gvfsd` privilege (@MightyCreak)
## 0.7.7 - 2022-10-23 ## 0.7.7 - 2022-10-23

View File

@ -5,6 +5,7 @@ sdk: org.gnome.Sdk
command: diffuse command: diffuse
finish-args: finish-args:
- --filesystem=home - --filesystem=home
- --filesystem=xdg-run/gvfsd
- --share=ipc - --share=ipc
- --socket=wayland - --socket=wayland
- --socket=fallback-x11 - --socket=fallback-x11