Add a warning in BLFS envars.conf about setting XDG_... variables when
running LXDE
This commit is contained in:
parent
abc8b27cb4
commit
9622581203
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ export KDE_PREFIX=/usr
|
||||||
#else
|
#else
|
||||||
# PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE_PREFIX/lib/pkgconfig:$KDE_PREFIX/share/pkgconfig
|
# PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE_PREFIX/lib/pkgconfig:$KDE_PREFIX/share/pkgconfig
|
||||||
#fi
|
#fi
|
||||||
|
# Note: there is a report that setting XDG_... vars for kde may break LXDE
|
||||||
#if [ -z XDG_DATA_DIRS ]; then
|
#if [ -z XDG_DATA_DIRS ]; then
|
||||||
#export XDG_DATA_DIRS=$KDE_PREFIX/share
|
#export XDG_DATA_DIRS=$KDE_PREFIX/share
|
||||||
#else
|
#else
|
||||||
|
|
Reference in a new issue