[solved] Client option "Open local folder" does not open file browser

Hi,

for some reason my Seafile client (7.0.10 under GNU/Linux Debian 11) does not open the local file browser (thunar in my case) but another program (EasyTag in my case). Is there some option where I can set which program shall be used to open synced libraries on local side?

It should open your default file browser. You need to check your desktop setttings.

1 Like

Thank you. Found a solution in - arch linux - Set standard file browser for "open containing folder" - Unix & Linux Stack Exchange

So in ~/.local/share/applications/mimeinfo.cache add a line:

inode/directory=<NameOfYourFileBrowser>.desktop;

Example for thunar file browser:

inode/directory=thunar.desktop;