From 5fdb1d8fea127982395f4c6b77926c84672a171f Mon Sep 17 00:00:00 2001 From: TheChilledBuffalo Date: Sun, 24 Mar 2024 13:27:02 +0530 Subject: [PATCH 1/2] Add filesystem permissions for SSB support --- one.ablaze.floorp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/one.ablaze.floorp.yml b/one.ablaze.floorp.yml index 41ab332..d2c494d 100644 --- a/one.ablaze.floorp.yml +++ b/one.ablaze.floorp.yml @@ -19,6 +19,8 @@ finish-args: - --socket=pcsc - --socket=cups - --persist=.floorp + - --filesystem=home/.local/share/applications:create + - --filesystem=home/.local/share/icons - --filesystem=xdg-desktop - --filesystem=xdg-documents - --filesystem=xdg-download From e1f6c766695dd7633406c1182bda78f5541436a1 Mon Sep 17 00:00:00 2001 From: Abhishek Girish Date: Sun, 24 Mar 2024 20:42:01 +0530 Subject: [PATCH 2/2] Add permission to create icons folder --- one.ablaze.floorp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one.ablaze.floorp.yml b/one.ablaze.floorp.yml index d2c494d..bd5ff8f 100644 --- a/one.ablaze.floorp.yml +++ b/one.ablaze.floorp.yml @@ -20,7 +20,7 @@ finish-args: - --socket=cups - --persist=.floorp - --filesystem=home/.local/share/applications:create - - --filesystem=home/.local/share/icons + - --filesystem=home/.local/share/icons:create - --filesystem=xdg-desktop - --filesystem=xdg-documents - --filesystem=xdg-download