attemp to enhance network share experience for flatpak (#13809)

* attemp to enhance network share  experience for flatpak
This commit is contained in:
SoftFever
2026-05-23 17:15:47 +08:00
committed by GitHub
parent f71a79550b
commit e7e9e06c9c

View File

@@ -24,6 +24,11 @@ finish-args:
- --filesystem=xdg-run/gvfs - --filesystem=xdg-run/gvfs
- --filesystem=/run/media - --filesystem=/run/media
- --filesystem=/media - --filesystem=/media
# Network shares (CIFS/NFS) are commonly mounted under /mnt, which the default
# finish-args don't grant; without it, opening a model from such a share fails
# with "The file does not contain any geometry data."
# https://github.com/flathub/com.orcaslicer.OrcaSlicer/issues/2
- --filesystem=/mnt
- --filesystem=/run/spnav.sock:ro - --filesystem=/run/spnav.sock:ro
# Allow read-only access to OrcaSlicer's legacy config and cache directories (if they exist) for migration purposes. # Allow read-only access to OrcaSlicer's legacy config and cache directories (if they exist) for migration purposes.
- --filesystem=~/.var/app/io.github.orcaslicer.OrcaSlicer:ro - --filesystem=~/.var/app/io.github.orcaslicer.OrcaSlicer:ro