This is an automated email from the git hooks/post-receive script.

alex pushed a 
commit to branch 
master
in repository xfce/thunar.

commit bac53469b2b6dae892576d549ce4f75fb8afd0f7
Author: Alexander Schwinn <[email protected]>
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.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to