summaryrefslogtreecommitdiff
path: root/thunar.desktop.in.in
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2020-03-03 19:54:37 +0400
committerAlexander Schwinn <alexxcons@xfce.org>2020-03-08 00:47:51 +0100
commit3d14b834dfe6b9eac1679b41352d1585f034ef1c (patch)
tree65f800dfdd7b247589bd9dcd56826074cc4480f0 /thunar.desktop.in.in
parent8df088a7c2db2927ba92a13978a2eea88f5e8597 (diff)
downloadthunar-3d14b834dfe6b9eac1679b41352d1585f034ef1c.tar.gz
Add desktop actions for home, computer and trash (bug #16497)
Diffstat (limited to 'thunar.desktop.in.in')
-rw-r--r--thunar.desktop.in.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/thunar.desktop.in.in b/thunar.desktop.in.in
index 68801bf2..3e394022 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:///
+