mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-23 21:25:13 +00:00
attemp to enhance network share experience for flatpak (#13809)
* attemp to enhance network share experience for flatpak
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user