From 16102b74b390ec6ce0a9e8fc2c782f9cc4fd7c39 Mon Sep 17 00:00:00 2001 From: Luis Manuel Ramos Da Costa Date: Sat, 4 May 2024 12:59:49 +0100 Subject: [PATCH] Added filesystem permissions for PWA by fixing PR#188 https://github.com/flathub/com.google.Chrome/pull/188 --- com.google.Chrome.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.google.Chrome.yaml b/com.google.Chrome.yaml index bc82d06..9ea4a36 100644 --- a/com.google.Chrome.yaml +++ b/com.google.Chrome.yaml @@ -48,6 +48,9 @@ finish-args: - --env=GSETTINGS_BACKEND=dconf # For KDE proxy resolution (KDE5 only) - --filesystem=~/.config/kioslaverc + # To allow installing Progressive Web Apps (PWAs) + - --filesystem=~/.local/share/applications:create + - --filesystem=~/.local/share/icons:create modules: - name: dconf buildsystem: meson