From 4db8c09d7733017cd17d0113c0744134a696c95b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 28 Mar 2016 11:52:09 +0100 Subject: [PATCH] linux: Rename .desktop file to xdg-app name --- SparkleShare/Linux/Makefile.am | 2 +- ...arkleshare.desktop => org.sparkleshare.SparkleShare.desktop} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename SparkleShare/Linux/{sparkleshare.desktop => org.sparkleshare.SparkleShare.desktop} (100%) diff --git a/SparkleShare/Linux/Makefile.am b/SparkleShare/Linux/Makefile.am index 1152487e..7dd00092 100644 --- a/SparkleShare/Linux/Makefile.am +++ b/SparkleShare/Linux/Makefile.am @@ -38,7 +38,7 @@ include $(top_srcdir)/build/build.mk bin_SCRIPTS = sparkleshare Applicationsdir = $(datadir)/applications -dist_Applications_DATA = sparkleshare.desktop \ +dist_Applications_DATA = org.sparkleshare.SparkleShare.desktop \ sparkleshare-invite-opener.desktop install-data-hook: diff --git a/SparkleShare/Linux/sparkleshare.desktop b/SparkleShare/Linux/org.sparkleshare.SparkleShare.desktop similarity index 100% rename from SparkleShare/Linux/sparkleshare.desktop rename to SparkleShare/Linux/org.sparkleshare.SparkleShare.desktop