From 3d14b834dfe6b9eac1679b41352d1585f034ef1c Mon Sep 17 00:00:00 2001
From: Yousuf Philips <philipz85@hotmail.com>
Date: Tue, 3 Mar 2020 19:54:37 +0400
Subject: [PATCH] Add desktop actions for home, computer and trash (bug #16497)

---
 thunar.desktop.in.in | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/thunar.desktop.in.in b/thunar.desktop.in.in
index 68801bf26..3e3940220 100644
--- a/thunar.desktop.in.in
+++ b/thunar.desktop.in.in
@@ -8,4 +8,18 @@ Terminal=false
 StartupNotify=true
 Type=Application
 Categories=System;Utility;Core;GTK;FileTools;FileManager;
-MimeType=inode/directory;
\ No newline at end of file
+MimeType=inode/directory;
+Actions=open-home;open-computer;open-trash;
+
+[Desktop Action open-home]
+_Name=Home
+Exec=thunar %U
+
+[Desktop Action open-computer]
+_Name=Computer
+Exec=thunar computer:///
+
+[Desktop Action open-trash]
+_Name=Trash
+Exec=thunar trash:///
+
-- 
GitLab