From 99387081f7cf4a3966f93ba25188d07f67d46d6c Mon Sep 17 00:00:00 2001 From: Kevin Whitaker <eyecreate@eyecreate.org> Date: Tue, 21 Jul 2020 10:41:35 -0400 Subject: [PATCH] change flatpak builder permissions --- packaging/org.eyecreate.vehiclevoyage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/org.eyecreate.vehiclevoyage.json b/packaging/org.eyecreate.vehiclevoyage.json index 75e3d7c..9fae83e 100644 --- a/packaging/org.eyecreate.vehiclevoyage.json +++ b/packaging/org.eyecreate.vehiclevoyage.json @@ -10,7 +10,7 @@ "--socket=x11", "--socket=wayland", "--device=dri", - "--filesystem=home", + "--filesystem=xdg-data", "--talk-name=org.freedesktop.Notifications" ], "separate-locales": false, @@ -26,7 +26,7 @@ { "type": "git", "url": "https://git.eyecreate.org/eyecreate/vehicle-voyage.git", - "commit": "42a2ce9ce3a958e95b8ce2a24e7cf547117da245" + "commit": "5d274f3946a9955dc67d8627becc0c45fd7af304" } ] } -- GitLab