[Xfce4-commits] [xfce/thunar] 02/02: mismatched names between thunar.appdata.xml and thunar.desktop (Bug #15498)
noreply at xfce.org
noreply at xfce.org
Tue Jun 4 21:58:16 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 95676ef52e95c27a7b9db379d4f6218854bc3fb5
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 4744c0c..63076bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,8 +48,8 @@ dist-hook: ChangeLog
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 4299862..ece10f0 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