diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index cd81609f..4928a91f 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -21,11 +21,11 @@ using System.Reflection; [assembly:AssemblyTitle ("SparkleLib")] [assembly:AssemblyVersion ("1.5.0")] [assembly:AssemblyCopyright ("Copyright (c) 2010 Hylke Bons and others")] -[assembly:AssemblyTrademark ("SparkleShare is a trademark of SparkleShare Ltd.")] namespace SparkleLib { public class Defines { - public const string INSTALL_DIR = "/usr/share/sparkleshare"; + public const string INSTALL_DIR = "/app/share/sparkleshare"; } } + diff --git a/SparkleLib/Defines.cs.in b/SparkleLib/Defines.cs.in index 2b0c8363..22364d6b 100755 --- a/SparkleLib/Defines.cs.in +++ b/SparkleLib/Defines.cs.in @@ -21,7 +21,6 @@ using System.Reflection; [assembly:AssemblyTitle ("SparkleLib")] [assembly:AssemblyVersion ("@VERSION@")] [assembly:AssemblyCopyright ("Copyright (c) 2010 Hylke Bons and others")] -[assembly:AssemblyTrademark ("SparkleShare is a trademark of SparkleShare Ltd.")] namespace SparkleLib { @@ -29,3 +28,4 @@ namespace SparkleLib { public const string INSTALL_DIR = "@expanded_datadir@/sparkleshare"; } } + diff --git a/SparkleLib/SparkleProcess.cs b/SparkleLib/SparkleProcess.cs index 26112668..d3559dcd 100644 --- a/SparkleLib/SparkleProcess.cs +++ b/SparkleLib/SparkleProcess.cs @@ -103,3 +103,4 @@ namespace SparkleLib } } } + diff --git a/SparkleShare/Linux/sparkleshare.desktop b/SparkleShare/Linux/sparkleshare.desktop index a8cf52c6..c23e6f44 100755 --- a/SparkleShare/Linux/sparkleshare.desktop +++ b/SparkleShare/Linux/sparkleshare.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application Name=SparkleShare -Comment=Self hosted, instant, secure file sync -Exec=sparkleshare start +Exec=sparkleshare Icon=sparkleshare Terminal=false +Categories=Network;FileTransfer;GNOME;GTK; X-GNOME-Autostart-enabled=true -Categories=Network; +