Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-02-24 12:38:54 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-02-24 12:39:30 +0300
commitb3681a60f5ddb9f777c2594a966fcca246eb89ad (patch)
treefef11bf026b4bdda137498e4de0c89e604d1353a /main/src/core/MonoDevelop.Startup
parentd13c433b9634ea9220b9a7f36415f4265bc55a0f (diff)
Use a private dir for data and cache files when debugging.
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
index 3acdf20aae..6bc86e9f6e 100644
--- a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
+++ b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
@@ -23,7 +23,9 @@
<EnvironmentVariables>
<Variable name="MONO_ADDINS_REGISTRY" value="." />
<Variable name="MONODEVELOP_LOCALE_PATH" value="../locale" />
+ <Variable name="XDG_DATA_HOME" value="./local" />
<Variable name="XDG_CONFIG_HOME" value="./local" />
+ <Variable name="XDG_CACHE_HOME" value="./local" />
</EnvironmentVariables>
</EnvironmentVariables>
<Execution>