summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRomain B <skunnyk@alteroot.org>2018-01-03 18:04:36 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-11-12 23:51:57 +0100
commit86a1b709facaec527dacdd0b4421b9a25128b2d2 (patch)
tree68f643019c54b56e59b03f80c7c68e30a9c33c9d /scripts
parent6a96a32f34513edd375955a74933e9b18ab573c9 (diff)
downloadxfce4-session-86a1b709facaec527dacdd0b4421b9a25128b2d2.tar.gz
Remove now useless XFCE_GLADE_*_PATH variables (Bug #13945)
- No need to export theses useless variables, and they are not used by glade gtk3 anymore: https://mail.gnome.org/archives/gtk-devel-list/2011-October/msg00031.html - This fix bug #13945 - libxfce4ui needs to remove theses variables from .pc too
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xinitrc.in.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/xinitrc.in.in b/scripts/xinitrc.in.in
index 01a5dcc9..8aea66cb 100755
--- a/scripts/xinitrc.in.in
+++ b/scripts/xinitrc.in.in
@@ -50,15 +50,6 @@ if which xdg-user-dirs-update >/dev/null 2>&1; then
xdg-user-dirs-update
fi
-# Modify libglade and glade environment variables so that
-# it will find the files installed by Xfce
-GLADE_CATALOG_PATH="$GLADE_CATALOG_PATH:@XFCE_GLADE_CATALOG_PATH@"
-GLADE_PIXMAP_PATH="$GLADE_PIXMAP_PATH:@XFCE_GLADE_PIXMAP_PATH@"
-GLADE_MODULE_PATH="$GLADE_MODULE_PATH:@XFCE_GLADE_MODULE_PATH@"
-export GLADE_CATALOG_PATH
-export GLADE_PIXMAP_PATH
-export GLADE_MODULE_PATH
-
# For now, start with an empty list
XRESOURCES=""