Problem
When opening a thunar directory from an application for example:
from firefox in the downloads section you click on 'open with folder'
or from thunderbird troubleshooting you click on 'open directory'
... the action is mishandled with opening of the dirctory with an other application.
Solution
Was able to resolve this problem as follow:
open thunar with root privilege
go to
´
/usr/share/applications/
´open the file '
defaults.list
'save the file as defaults.list.backup-original
open again the file '
defaults.list
'go to 'inode/directory=' (press [ctrl]+[f], paste 'inode/directory=nautilus-folder-handler.desktop' and hit [enter])
change '
inode/directory=nautilus-folder-handler.desktop
'change into '
inode/directory=
thunar-folder-handler.desktop
'save the file and check if it works
Furthermore
Noticed that the file mimeinfo.cahce within the same directory has the line:
- 'inode/directory=org.gnome.baobab.desktop;Thunar-folder-handler.desktop;'
Did change this line because initially the program baobab was opening instead of the directory within the folder manager.
But it had no effect.
And after selecting a file and choose open 'send to (application)' the action to open a folder didn't open baobab any more but this application. It happend every time when opening a directory from various applications.
So in the end this line was left untouched.
Perhaps somebody
with more knowledge about thunar
can explain thunar working
and can confirm if this solution is good enough.
other threads with similar issue:
https://forum.xfce.org/viewtopic.php?id=4128