[Xfce4-commits] [xfce/thunar] 01/01: Add desktop actions for home, computer and trash (bug #16497)
noreply at xfce.org
noreply at xfce.org
Sun Mar 8 00:48:12 CET 2020
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 3d14b834dfe6b9eac1679b41352d1585f034ef1c
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Tue Mar 3 19:54:37 2020 +0400
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 68801bf..3e39402 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:///
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list