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