From 49b7c08287ef664bdfbe3a46283b7b6b359bd2b7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 26 Feb 2012 22:08:07 +0000 Subject: [PATCH] Fix autostart on linux --- SparkleShare/SparkleController.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 9bc7df2f..efc01932 100755 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -69,10 +69,6 @@ namespace SparkleShare { "X-GNOME-Autostart-enabled=true\n" + "Categories=Network"); - // Give the launcher the right permissions so it can be launched by the user - UnixFileInfo file_info = new UnixFileInfo (desktopfile_path); - file_info.Create (FileAccessPermissions.UserReadWriteExecute); - SparkleHelpers.DebugInfo ("Controller", "Added SparkleShare to login items"); } catch (Exception e) {