From caae4e8124ab955f2cc87ff1c9139428dc85ee31 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 12 Dec 2018 17:47:05 +0100 Subject: [PATCH] Rename the .desktop file to follow recommendation. We should use the "reverse dns" name : org.kiwix.desktop. --- kiwix-desktop.pro | 2 +- resources/{kiwix-desktop.desktop => org.kiwix.desktop.desktop} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/{kiwix-desktop.desktop => org.kiwix.desktop.desktop} (100%) diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro index 562f76f..9d1465e 100644 --- a/kiwix-desktop.pro +++ b/kiwix-desktop.pro @@ -104,7 +104,7 @@ unix { QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/../lib64\ '" desktop_file.path = $$PREFIX/share/applications/ - desktop_file.files = resources/kiwix-desktop.desktop + desktop_file.files = resources/org.kiwix.desktop.desktop INSTALLS += desktop_file icon_file24.path = $$PREFIX/share/icons/hicolor/24x24/apps diff --git a/resources/kiwix-desktop.desktop b/resources/org.kiwix.desktop.desktop similarity index 100% rename from resources/kiwix-desktop.desktop rename to resources/org.kiwix.desktop.desktop