Workaround for #1023472

This avoids having more desktop managers, only xfwm4 will be installed
in the live image.
This commit is contained in:
Roland Clobus 2023-05-13 10:14:32 +02:00
parent d5b3a21031
commit e38192fa70
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 1 additions and 1 deletions

View File

@ -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"