programs: firefox/fractal: document portal filechooser limitations

This commit is contained in:
Colin 2024-02-16 05:49:56 +00:00
parent 4afd56ff4c
commit 5cda3b2805
2 changed files with 3 additions and 0 deletions

View File

@ -241,6 +241,8 @@ in
sandbox.whitelistWayland = true;
sandbox.extraHomePaths = [
"dev" # for developing anything web-related
# for uploads/downloads.
# it still needs these paths despite using the portal's file-chooser :?
"tmp"
"Pictures"
"Pictures/servo-macros"

View File

@ -35,6 +35,7 @@ in
sandbox.whitelistDri = true; # otherwise video playback buuuuurns CPU
sandbox.whitelistWayland = true;
sandbox.extraHomePaths = [
# still needs these paths despite it using the portal's file-chooser :?
"Music"
"Pictures"
"Pictures/servo-macros"