[Xfce4-commits] [xfce/thunar] 01/01: mismatched names between thunar.appdata.xml and thunar.desktop (Bug #15498)

noreply at xfce.org noreply at xfce.org
Fri Aug 30 03:34:27 CEST 2019


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

a   n   d   r   e       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 c1fa044ad44b673e7c4a75f13c9d4f3a523ba9fb
Author: Alexander Schwinn <alexxcons at xfce.org>
Date:   Mon Jun 3 23:27:15 2019 +0200

    mismatched names between thunar.appdata.xml and thunar.desktop
    (Bug #15498)
---
 Makefile.am                                                          | 4 ++--
 po/POTFILES.in                                                       | 4 ++--
 Thunar-bulk-rename.desktop.in.in => thunar-bulk-rename.desktop.in.in | 0
 Thunar.desktop.in.in => thunar.desktop.in.in                         | 0
 thunar/thunar-file.c                                                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9d12dbf..f43aac8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,8 +61,8 @@ ThunarBulkRename: ThunarBulkRename.in Makefile
 
 desktopdir = $(datadir)/applications
 desktop_in_in_files = 							\
-	Thunar.desktop.in.in						\
-	Thunar-bulk-rename.desktop.in.in
+	thunar.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/po/POTFILES.in b/po/POTFILES.in
index 464f124..63cc7e6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -122,8 +122,8 @@ plugins/thunar-uca/uca.xml.in
 
 plugins/thunar-wallpaper/twp-provider.c
 
-Thunar.desktop.in.in
-Thunar-bulk-rename.desktop.in.in
+thunar.desktop.in.in
+thunar-bulk-rename.desktop.in.in
 thunar/thunar-settings.desktop.in
 org.xfce.thunar.appdata.xml.in
 org.xfce.thunar.policy.in.in
diff --git a/Thunar-bulk-rename.desktop.in.in b/thunar-bulk-rename.desktop.in.in
similarity index 100%
rename from Thunar-bulk-rename.desktop.in.in
rename to thunar-bulk-rename.desktop.in.in
diff --git a/Thunar.desktop.in.in b/thunar.desktop.in.in
similarity index 100%
rename from Thunar.desktop.in.in
rename to thunar.desktop.in.in
diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
index 7b09b52..1ac9a1e 100644
--- a/thunar/thunar-file.c
+++ b/thunar/thunar-file.c
@@ -1822,7 +1822,7 @@ thunar_file_launch (ThunarFile  *file,
   /* HACK: check if we're not trying to launch another file manager again, possibly
    * ourselfs which will end in a loop */
   if (g_strcmp0 (g_app_info_get_id (app_info), "exo-file-manager.desktop") == 0
-      || g_strcmp0 (g_app_info_get_id (app_info), "Thunar.desktop") == 0
+      || g_strcmp0 (g_app_info_get_id (app_info), "thunar.desktop") == 0
       || g_strcmp0 (g_app_info_get_name (app_info), "exo-file-manager") == 0)
     {
       g_object_unref (G_OBJECT (app_info));

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


More information about the Xfce4-commits mailing list