Have you tried this? Have you tried --devmode to run the snap without confinement?
Yes. It doesn't allow access to the whole filesystem. I have tried installation several times with the following flags:
(none)
--classic
--devmode
They all have the same behavior, only allowing operations on ...
Search found 2 matches
- 21 Feb 2018, 13:22
- Forum: Ubuntu & Desktop Linux
- Topic: java.nio.file.NoSuchFileException
- Replies: 12
- Views: 14582
- 20 Feb 2018, 21:02
- Forum: Ubuntu & Desktop Linux
- Topic: java.nio.file.NoSuchFileException
- Replies: 12
- Views: 14582
Re: java.nio.file.NoSuchFileException
Hi, I've got the same issue and after some poking I believe it's due to the way snap handles permissions. snap puts filebot in a jail, this causes problems when you want to access network shares, or in my case files that are owned by another user but have read-write permissions for world.
It won't ...
It won't ...