Comment 14 for bug 956255

Revision history for this message
In , Xfce-bugs-g (xfce-bugs-g) wrote :

Please re-open.

This bug was re-introduced later, see the log:
http://git.xfce.org/xfce/exo/log/exo-open/exo-file-manager.desktop.in

It looks like the suggestion from Tomas works:

> There was a suggestion to replace "x-scheme-handler/file" with "inode/directory" to change the search priorities.

diff --git i/exo-open/exo-file-manager.desktop.in w/exo-open/exo-file-manager.desktop.in
index 3d7653e..8d0a6cf 100644
--- i/exo-open/exo-file-manager.desktop.in
+++ w/exo-open/exo-file-manager.desktop.in
@@ -7,6 +7,6 @@ StartupNotify=true
 Terminal=false
 Categories=Utility;X-XFCE;X-Xfce-Toplevel;
 OnlyShowIn=XFCE;
-X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash;
+X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
 _Name=File Manager
 _Comment=Browse the file system

(for reference, the bug in Launchpad/Ubuntu: https://bugs.launchpad.net/ubuntu/natty/+source/exo/+bug/956255)