Updating branch refs/heads/xfce-4.8
to 02909d40387dad95f368311056c3573f0ea46bdb (commit)
from 88979104ce88910edc8744dfcf673871c3049c7a (commit)
commit 02909d40387dad95f368311056c3573f0ea46bdb
Author: Nick Schermer <[email protected]>
Date: Fri Jun 17 19:40:50 2011 +0200
Do not set GTK_PATH (bug #7483).
(cherry picked from commit 5ab6cdaa32b5d1f1d5127e33cbac4722a2a4f17a)
scripts/xinitrc.in.in | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/xinitrc.in.in b/scripts/xinitrc.in.in
index b985cbc..f582934 100755
--- a/scripts/xinitrc.in.in
+++ b/scripts/xinitrc.in.in
@@ -84,8 +84,9 @@ export GLADE_PIXMAP_PATH
export GLADE_MODULE_PATH
# Export GTK_PATH so that GTK+ can find the Xfce theme engine
-GTK_PATH="$GTK_PATH:@_libdir_@/gtk-2.0"
-export GTK_PATH
+# https://bugzilla.xfce.org/show_bug.cgi?id=7483
+#GTK_PATH="$GTK_PATH:@_libdir_@/gtk-2.0"
+#export GTK_PATH
# For now, start with an empty list
XRESOURCES=""
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits