diff options
author | sibel <lesibel@free.fr> | 2011-04-19 17:01:47 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-19 17:01:47 +0200 |
commit | c1972643d97864c26c6565b82da918ddbb72dac2 (patch) | |
tree | 659bcf05de62fd78da14d4e3f380fb3cd3a37ac1 /base/aaabasicfs/X.sh | |
parent | 3e4e78fb06aaff50f7cb27b6ac87f0bcb0747226 (diff) | |
parent | 5ff017f38f8a26bd6d307831ef72119b506fab10 (diff) | |
download | nutyx-extra-c1972643d97864c26c6565b82da918ddbb72dac2.tar.gz nutyx-extra-c1972643d97864c26c6565b82da918ddbb72dac2.tar.bz2 nutyx-extra-c1972643d97864c26c6565b82da918ddbb72dac2.tar.xz nutyx-extra-c1972643d97864c26c6565b82da918ddbb72dac2.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/aaabasicfs/X.sh')
-rw-r--r-- | base/aaabasicfs/X.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/base/aaabasicfs/X.sh b/base/aaabasicfs/X.sh index 222ebaba4..a6360fdd1 100644 --- a/base/aaabasicfs/X.sh +++ b/base/aaabasicfs/X.sh @@ -1,13 +1,11 @@ -export GNOME_LIBCONFIG_PATH=/usr/lib export LIBGLADE_MODULE_PATH=/usr/lib/libglade/2.0 -export QTDIR=/opt/qt -export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/qt/lib/pkgconfig +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/gnome/xdg:/etc/kde/xdg:/etc/xdg + XDG_CONFIG_DIRS=/etc/kde/xdg:/etc/xdg export XDG_DATA_DIRS XDG_CONFIG_DIRS fi |