From e38192fa70cc1e350df2eed0405160e73a357b0f Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Sat, 13 May 2023 10:14:32 +0200 Subject: [PATCH] Workaround for #1023472 This avoids having more desktop managers, only xfwm4 will be installed in the live image. --- test/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rebuild.sh b/test/rebuild.sh index 1511380c1..6f53c560d 100755 --- a/test/rebuild.sh +++ b/test/rebuild.sh @@ -91,7 +91,7 @@ parse_commandline_arguments() { ;; "lxqt") INSTALLER="live" - PACKAGES="live-task-lxqt" + PACKAGES="lxqt live-task-lxqt" # Install lxqt before lve-task-lxqt to avoid #1023472 ;; "mate") INSTALLER="live"