use flatpak slicers with limited file access
This commit is contained in:
parent
9344fcb656
commit
208eca0062
2 changed files with 2 additions and 33 deletions
|
@ -6,6 +6,8 @@ let
|
|||
|
||||
# all wanted flatpak packages
|
||||
desiredFlatpaks = {
|
||||
"com.bambulab.BambuStudio" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||
"com.prusa3d.PrusaSlicer" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||
"com.usebottles.bottles" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||
"com.valvesoftware.Steam" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||
"com.vivaldi.Vivaldi" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue