Filebot ignores filesystem it thinks is RO

Support for Ubuntu and other Desktop Linux distributions
Post Reply
User avatar
fbicknel
Posts: 1
Joined: 09 Aug 2018, 18:37

Filebot ignores filesystem it thinks is RO

Post by fbicknel »

Hi there...

So I have this filesystem called /vsw that has some things I'd like to rename under it. When I try to load from there, the directory is missing from the list of things I'm allowed to browse: Screenshot

I have access to the files I'm trying to get to as shown here.

I've also tried entering the full path to the subdirectory I want in the Location bar. Alas, the message The folder contents could not be displayed is shown as in the previous screenshot.

I'm not the owner of these files, but I do have access to the files by way of group membership:

Code: Select all

bick-ubtu3 ~$ grep fbicknel /etc/group
[...]
deluge:x:130:fbicknel
media:x:1001:fbicknel
stuff:

Code: Select all

bick-ubtu3 ~$ /snap/bin/filebot -script fn:sysinfo
ln: failed to create symbolic link '/home/fbicknel/snap/filebot/16/.config/gtk-2.0/gtkfilechooser.ini': File exists
FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.2.0
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/snap.filebot/gvfs]
Script Bundle: 2018-08-09 (r533)
Groovy: 2.5.1
JRE: Java(TM) SE Runtime Environment 10.0.2
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 3 GB Max Memory / 42 MB Used Memory
OS: Linux (amd64)
HW: Linux bick-ubtu3 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
DATA: /home/fbicknel/snap/filebot/16/data
Package: SNAP
License: UNREGISTERED
Done ヾ(@⌒ー⌒@)ノ
bick-ubtu3 ~$ 


Any suggestions?
User avatar
rednoah
The Source
Posts: 22972
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot ignores filesystem it thinks is RO

Post by rednoah »

SNAP applications have limited filesystem access, and have no access at all to anything in the root directory / or anything that doesn't belong to you.

You can disable confinement by installing the SNAP with the --devmode option:
viewtopic.php?f=11&t=5984

Alternatively, you can use the classic DEB package, which will behave the way you expect in regards to permissions:
viewtopic.php?f=11&t=6028
:idea: Please read the FAQ and How to Request Help.
Post Reply