[SNAP] Universal Linux package
Posted: 16 Jun 2018, 10:56
⭑⭑ SNAP confinement does not allow access to /mnt by default. SNAP confinement limits file system access to $HOME and /media only. DO NOT USE the SNAP package if you plan on processing file paths that start with /mnt. ⭑⭑
⭑⭑ DO USE the DEB package instead. ⭑⭑
Install the snap package:
--edge … use latest release channel
--devmode … disable confinement to allow full access to your file system (otherwise snap confinement will default to Strict and limit file system access to your $HOME folder)
https://snapcraft.io/filebot
⭑⭑ DO USE the DEB package instead. ⭑⭑
Install the snap package:
Shell: Select all
sudo snap install filebot --edge --devmode
--devmode … disable confinement to allow full access to your file system (otherwise snap confinement will default to Strict and limit file system access to your $HOME folder)
