diff options
| author | Ryan Brue <[email protected]> | 2024-11-27 23:56:28 -0600 |
|---|---|---|
| committer | Ryan Brue <[email protected]> | 2024-11-27 23:56:28 -0600 |
| commit | 78cd13dd5e95910a5270da69ee776edb528a58b9 (patch) | |
| tree | 591d79d90b59b6b8e85268e6a788b558f7065b19 | |
| parent | 003527d05511337855a973d6b10c489db7158d45 (diff) | |
fix: Flatpak must have --filesystem=~/.var/app
This permission is needed because --filesystem=host doesn't expose other flatpak files from ~/.var/app
Signed-off-by: Ryan Brue <[email protected]>
| -rw-r--r-- | .flatpak-manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 0c539a400..23bbcf4cc 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -15,6 +15,7 @@ "--socket=wayland", "--socket=pulseaudio", "--filesystem=host", + "--filesystem=~/.var/app/", "--talk-name=org.freedesktop.Flatpak", "--talk-name=org.kde.kded6", "--talk-name=org.kde.kiod6", |
