From 5e4113411f0c3536d7722bb1958e9ed3f5b489bf Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 12 Aug 2026 17:44:41 -0700 Subject: [PATCH] flatpak: add :create to data-dir filesystem grants so first-run persists --- flatpak/com.cypherstack.campfire.yaml | 2 +- flatpak/com.cypherstack.stackduo.yaml | 2 +- flatpak/com.cypherstack.stackwallet.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flatpak/com.cypherstack.campfire.yaml b/flatpak/com.cypherstack.campfire.yaml index 9f8cd9efcb..6dfcca8638 100644 --- a/flatpak/com.cypherstack.campfire.yaml +++ b/flatpak/com.cypherstack.campfire.yaml @@ -10,7 +10,7 @@ finish-args: - --socket=fallback-x11 - --socket=wayland - --device=dri - - --filesystem=~/.campfire + - --filesystem=~/.campfire:create - --talk-name=org.freedesktop.secrets - --talk-name=org.freedesktop.Notifications diff --git a/flatpak/com.cypherstack.stackduo.yaml b/flatpak/com.cypherstack.stackduo.yaml index 195f674575..8b6b74269f 100644 --- a/flatpak/com.cypherstack.stackduo.yaml +++ b/flatpak/com.cypherstack.stackduo.yaml @@ -10,7 +10,7 @@ finish-args: - --socket=fallback-x11 - --socket=wayland - --device=dri - - --filesystem=~/.stackduo + - --filesystem=~/.stackduo:create - --talk-name=org.freedesktop.secrets - --talk-name=org.freedesktop.Notifications diff --git a/flatpak/com.cypherstack.stackwallet.yaml b/flatpak/com.cypherstack.stackwallet.yaml index f8836e6dee..4bdaa87c2b 100644 --- a/flatpak/com.cypherstack.stackwallet.yaml +++ b/flatpak/com.cypherstack.stackwallet.yaml @@ -10,7 +10,7 @@ finish-args: - --socket=fallback-x11 - --socket=wayland - --device=dri - - --filesystem=~/.stackwallet + - --filesystem=~/.stackwallet:create - --talk-name=org.freedesktop.secrets - --talk-name=org.freedesktop.Notifications