Skip to content

Commit eaaed6c

Browse files
authored
fix(flatpak): add missing --filesystem=xdg-run/gvfsd privilege (#182)
* fix(flatpak): add filesystem=xdg-run/gvfsd privilege * doc: update CHANGELOG.md
1 parent fc84191 commit eaaed6c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Fixed
2020

21-
- fix: "Go to line..." dialog didn't show up (@MightyCreak)
21+
- "Go to line..." dialog didn't show up (@MightyCreak)
2222
- Tech debt: use `transient_for` instead of the deprecated `parent` when creating
2323
a `Gtk.Widget` (@MightyCreak)
24+
- Documentation: prefer `pip3` over `pip` to ensure it works everywhere (@krlmlr)
25+
- Flatpak: add missing `--filesystem=xdg-run/gvfsd` privilege (@MightyCreak)
2426

25-
- Documentation: prefer `pip3` over `pip` to ensure it works everywhere (thanks to @krlmlr)
26-
2727
## 0.7.7 - 2022-10-23
2828

2929
### Changed

io.github.mightycreak.Diffuse.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sdk: org.gnome.Sdk
55
command: diffuse
66
finish-args:
77
- --filesystem=home
8+
- --filesystem=xdg-run/gvfsd
89
- --share=ipc
910
- --socket=wayland
1011
- --socket=fallback-x11

0 commit comments

Comments
 (0)