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.whitelistWayland = true;
sandbox.extraHomePaths = [ sandbox.extraHomePaths = [
"dev" # for developing anything web-related "dev" # for developing anything web-related
# for uploads/downloads.
# it still needs these paths despite using the portal's file-chooser :?
"tmp" "tmp"
"Pictures" "Pictures"
"Pictures/servo-macros" "Pictures/servo-macros"

View File

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