[gdm/gnome-3-0] Revert "dconf: set XDG_CACHE_HOME along with XDG_CONFIG_HOME"
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/gnome-3-0] Revert "dconf: set XDG_CACHE_HOME along with XDG_CONFIG_HOME"
- Date: Wed, 1 Jun 2011 15:01:07 +0000 (UTC)
commit c820ecd211396c50b44d418b85c6510cad69b373
Author: Ray Strode <rstrode redhat com>
Date: Wed Jun 1 10:49:18 2011 -0400
Revert "dconf: set XDG_CACHE_HOME along with XDG_CONFIG_HOME"
This reverts commit 0b34e0e1414dd5f51329f31b199e21d9fc6824a7.
It was wrong. dconf uses both XDG_CACHE_HOME and
XDG_CONFIG_HOME.
They both need to exist and be distinct.
data/make-dconf-override-db.sh | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/make-dconf-override-db.sh b/data/make-dconf-override-db.sh
index acffbfa..8f4dc6d 100755
--- a/data/make-dconf-override-db.sh
+++ b/data/make-dconf-override-db.sh
@@ -3,7 +3,6 @@
set -e
export XDG_CONFIG_HOME=$(mktemp -d --tmpdir="$PWD")
-export XDG_CACHE_HOME="$XDG_CONFIG_HOME"
eval `dbus-launch --sh-syntax`
trap 'rm -rf $XDG_CONFIG_HOME; kill $DBUS_SESSION_BUS_PID' ERR
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]