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:
parent
fc84191095
commit
eaaed6cef4
|
@ -18,11 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### 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
|
||||
a `Gtk.Widget` (@MightyCreak)
|
||||
|
||||
- Documentation: prefer `pip3` over `pip` to ensure it works everywhere (thanks to @krlmlr)
|
||||
- Documentation: prefer `pip3` over `pip` to ensure it works everywhere (@krlmlr)
|
||||
- Flatpak: add missing `--filesystem=xdg-run/gvfsd` privilege (@MightyCreak)
|
||||
|
||||
## 0.7.7 - 2022-10-23
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ sdk: org.gnome.Sdk
|
|||
command: diffuse
|
||||
finish-args:
|
||||
- --filesystem=home
|
||||
- --filesystem=xdg-run/gvfsd
|
||||
- --share=ipc
|
||||
- --socket=wayland
|
||||
- --socket=fallback-x11
|
||||
|
|
Loading…
Reference in New Issue