Updating lxde-desktop support.
This commit is contained in:
parent
d7c4506ece
commit
95f40a04d6
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Static variables
|
||||
DISTRIBUTIONS="${DISTRIBUTIONS:-etch lenny sid}"
|
||||
FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop xfce-desktop}"
|
||||
FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop lxde-desktop xfce-desktop}"
|
||||
SOURCE="${SOURCE:-enabled}"
|
||||
|
||||
MIRROR="${MIRROR:-http://mirror/ftp.debian.org/debian/}"
|
||||
|
|
|
@ -483,6 +483,11 @@ Set_defaults ()
|
|||
LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|kde-desktop||' -e 's|desktop||') standard laptop kde-desktop desktop"
|
||||
;;
|
||||
|
||||
lxde-desktop)
|
||||
LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
|
||||
LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|lxde-desktop||' -e 's|desktop||') standard laptop lxde-desktop desktop"
|
||||
;;
|
||||
|
||||
xfce-desktop)
|
||||
LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
|
||||
LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|laptop||' -e 's|xfce-desktop||' -e 's|desktop||') standard laptop xfce-desktop desktop"
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
## LH: LXDE
|
||||
#include <standard-x11>
|
||||
|
||||
gdm lxde lxsession-lite lxrandr lxappearance lxnm
|
||||
gdm lxde lxnm
|
||||
desktop-base
|
||||
|
|
Loading…
Reference in New Issue