From e2c3e91a354e05ffa12b1e353fefcb5713e8cc3f Mon Sep 17 00:00:00 2001
From: Alexander Schwinn <alexxcons@xfce.org>
Date: Tue, 21 Feb 2023 22:38:35 +0100
Subject: [PATCH] Support handling URIs via desktop file (#1044)

When thunar is selected as default application for the Mime Type "inode/directory", it now as well opens "trash://" and other URIs. (Before that change, the next file manager in the List was used for such URIs instead of thunar)

(cherry picked from commit 35cc59235cdfc68703cadeede766c24f075fd9dd)
---
 thunar.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar.desktop.in.in b/thunar.desktop.in.in
index ebe8130f4..b44034bbb 100644
--- a/thunar.desktop.in.in
+++ b/thunar.desktop.in.in
@@ -3,7 +3,7 @@ _Name=Thunar File Manager
 _Comment=Browse the filesystem with the file manager
 _GenericName=File Manager
 _Keywords=file manager;explorer;finder;browser;folders;directory;directories;partitions;drives;network;devices;rename;move;copy;delete;permissions;home;trash;
-Exec=thunar %F
+Exec=thunar %U
 Icon=org.xfce.thunar
 Terminal=false
 StartupNotify=true
-- 
GitLab