Page 1 of 1

Load Permission denied

Posted: 23 Jul 2019, 23:36
by josopu
Hey there!

Using FileBot GUI on
Distributor ID: LinuxMint
Description: Linux Mint 19.1 Tessa
Release: 19.1
Codename: tessa

FileBot installed from SNAP.

Trying to acces to my QNAP via SSHFS
sudo sshfs -o allow_other admin@***:/share/CACHEDEV1_DATA /home/franky/Stuff/NAS

Can access it via nautilus, terminal and other programs. But when I try to load it with FileBot...
Image

If I try to open FileBot via terminal on NAS path:
cannot open path of the current working directory: Permission denied

Output for ls -la:
drwxrwxrwx 1 root root 4096 Jul 24 01:22 NAS

Btw, I am doing the exact same thing on Ubuntu but works there... Tell me if you need more information/logs or if there's some I'm missing.

Thanks in advance!

Re: Load Permission denied

Posted: 23 Jul 2019, 23:57
by josopu
Went from SNAP to APT repo and after installing OpenJFX (sudo apt-get install openjfx) works like a charm.

Didn't delete post if someone is in the same situation as I was.

Re: Load Permission denied

Posted: 24 Jul 2019, 03:01
by rednoah
I see. SNAP applications are sandboxed, and will prevent the app from accessing that aren't in the usual places (no access to system file, non-user files, etc) so it probably only works for remote filesystems mounted at /media via the usual interfaces:
viewtopic.php?f=11&t=5139