Workaround for #1023472
This avoids having more desktop managers, only xfwm4 will be installed in the live image.
This commit is contained in:
parent
d5b3a21031
commit
e38192fa70
|
@ -91,7 +91,7 @@ parse_commandline_arguments() {
|
||||||
;;
|
;;
|
||||||
"lxqt")
|
"lxqt")
|
||||||
INSTALLER="live"
|
INSTALLER="live"
|
||||||
PACKAGES="live-task-lxqt"
|
PACKAGES="lxqt live-task-lxqt" # Install lxqt before lve-task-lxqt to avoid #1023472
|
||||||
;;
|
;;
|
||||||
"mate")
|
"mate")
|
||||||
INSTALLER="live"
|
INSTALLER="live"
|
||||||
|
|
Loading…
Reference in New Issue