From beef1b7dbc64b40fb964c980a2c51f74c8768625 Mon Sep 17 00:00:00 2001 From: Yousuf Philips 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 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/thunar.desktop.in.in b/thunar.desktop.in.in index 68801bf2..e969bf23 100644 --- a/thunar.desktop.in.in +++ b/thunar.desktop.in.in @@ -8,4 +8,17 @@ 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; + +[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:/// + -- 2.17.1