[Xfce4-commits] [xfce/thunar] 01/01: Remove superfluous .desktop file "Thunar-folder-handler.desktop.in" (Bug #15467)

noreply at xfce.org noreply at xfce.org
Mon Jun 3 22:34:01 CEST 2019


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 bac53469b2b6dae892576d549ce4f75fb8afd0f7
Author: Alexander Schwinn <alexxcons at xfce.org>
Date:   Fri May 31 23:40:55 2019 +0200

    Remove superfluous .desktop file "Thunar-folder-handler.desktop.in"
    (Bug #15467)
---
 Makefile.am                         |  3 +--
 Thunar-folder-handler.desktop.in.in | 13 -------------
 Thunar.desktop.in.in                |  1 +
 3 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index cb2db7a..9d12dbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,8 +62,7 @@ ThunarBulkRename: ThunarBulkRename.in Makefile
 desktopdir = $(datadir)/applications
 desktop_in_in_files = 							\
 	Thunar.desktop.in.in						\
-	Thunar-bulk-rename.desktop.in.in				\
-	Thunar-folder-handler.desktop.in.in
+	Thunar-bulk-rename.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
 %.desktop.in: %.desktop.in.in Makefile
 	$(AM_V_GEN) $(SED) -e "s,\@HELPERDIR\@,$(HELPER_PATH_PREFIX),g" < $< > $@
diff --git a/Thunar-folder-handler.desktop.in.in b/Thunar-folder-handler.desktop.in.in
deleted file mode 100644
index 62232cd..0000000
--- a/Thunar-folder-handler.desktop.in.in
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-_Name=Open Folder with Thunar
-_Comment=Open the specified folders in Thunar
-_GenericName=Open Folder
-TryExec=Thunar
-Exec=thunar %F
-Icon=Thunar
-NoDisplay=true
-Terminal=false
-StartupNotify=true
-Type=Application
-Categories=System;Utility;Core;GTK;FileTools;FileManager;
-MimeType=inode/directory;
diff --git a/Thunar.desktop.in.in b/Thunar.desktop.in.in
index 9daa2c8..68801bf 100644
--- a/Thunar.desktop.in.in
+++ b/Thunar.desktop.in.in
@@ -8,3 +8,4 @@ Terminal=false
 StartupNotify=true
 Type=Application
 Categories=System;Utility;Core;GTK;FileTools;FileManager;
+MimeType=inode/directory;
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list