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

noreply at xfce.org noreply at xfce.org
Thu Aug 29 22:10:33 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       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit 9497a902b3fa7e67db7f4366e2557d1a7d24d506
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 | 15 ---------------
 Thunar.desktop.in.in                |  1 +
 po/POTFILES.in                      |  1 -
 4 files changed, 2 insertions(+), 18 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 c3865c4..0000000
--- a/Thunar-folder-handler.desktop.in.in
+++ /dev/null
@@ -1,15 +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;
-
-# vi:set encoding=UTF-8:
diff --git a/Thunar.desktop.in.in b/Thunar.desktop.in.in
index 739ea43..734b1b8 100644
--- a/Thunar.desktop.in.in
+++ b/Thunar.desktop.in.in
@@ -8,5 +8,6 @@ Terminal=false
 StartupNotify=true
 Type=Application
 Categories=System;Utility;Core;GTK;FileTools;FileManager;
+MimeType=inode/directory;
 
 # vi:set encoding=UTF-8:
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cd5476b..464f124 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -124,7 +124,6 @@ plugins/thunar-wallpaper/twp-provider.c
 
 Thunar.desktop.in.in
 Thunar-bulk-rename.desktop.in.in
-Thunar-folder-handler.desktop.in.in
 thunar/thunar-settings.desktop.in
 org.xfce.thunar.appdata.xml.in
 org.xfce.thunar.policy.in.in

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


More information about the Xfce4-commits mailing list