summaryrefslogtreecommitdiffstats
path: root/aaabasicfs/X.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aaabasicfs/X.sh')
-rw-r--r--aaabasicfs/X.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/aaabasicfs/X.sh b/aaabasicfs/X.sh
new file mode 100644
index 000000000..4fc5a6a29
--- /dev/null
+++ b/aaabasicfs/X.sh
@@ -0,0 +1,18 @@
+export LIBGLADE_MODULE_PATH=/usr/lib/libglade/2.0
+export QT4DIR=/usr
+export INFOPATH=/usr/share/info
+export PYTHONPATH=/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/GMenuSimpleEditor
+if [ -x /usr/X11R6/bin/X ]; then
+ pathappend /usr/X11R6/bin
+ XDG_DATA_DIRS=/usr/share:/usr/share/akonadi/agents:/usr/local/share
+ XDG_CONFIG_DIRS=/etc/xdg
+ export XDG_DATA_DIRS XDG_CONFIG_DIRS
+
+fi
+if [ -d /usr/X11R6/lib/pkgconfig ] ; then
+ pathappend /usr/X11R6/lib/pkgconfig PKG_CONFIG_PATH
+fi
+XORG_PREFIX="/usr"
+XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
+ --mandir=$XORG_PREFIX/share/man --localstatedir=/var"
+export XORG_PREFIX XORG_CONFIG