From 4347f06aa90da9c06d2a1a6832e1265ad455603d Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 11 Dec 2023 14:23:32 -0300 Subject: fractal.profile: allow /usr/share/fractal This fixes Fractal 5 not opening on Void Linux due to it failing to access "/usr/share/fractal/resources.gresource". Fixes #6119. Reported-by: @mhmdana Suggested-by: @rusty-snake --- etc/profile-a-l/fractal.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-a-l/fractal.profile b/etc/profile-a-l/fractal.profile index fe0bc8756..d35055d43 100644 --- a/etc/profile-a-l/fractal.profile +++ b/etc/profile-a-l/fractal.profile @@ -23,6 +23,7 @@ include disable-xdg.inc mkdir ${HOME}/.cache/fractal whitelist ${HOME}/.cache/fractal whitelist ${DOWNLOADS} +whitelist /usr/share/fractal include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2