From f204fd6d3edf4823f7c61914e89d767a795281ea Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 10 Oct 2012 12:49:32 +0200 Subject: [PATCH] controller: fix gvfs command being run twice --- SparkleShare/Linux/SparkleController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SparkleShare/Linux/SparkleController.cs b/SparkleShare/Linux/SparkleController.cs index d8c5fa44..460e9420 100755 --- a/SparkleShare/Linux/SparkleController.cs +++ b/SparkleShare/Linux/SparkleController.cs @@ -137,9 +137,6 @@ namespace SparkleShare { Process process = new Process (); process.StartInfo.FileName = "gvfs-set-attribute"; - process.Start (); - process.WaitForExit (); - // Give the SparkleShare folder an icon name, so that it scales process.StartInfo.Arguments = SparkleConfig.DefaultConfig.FoldersPath + " metadata::custom-icon-name 'sparkleshare'";