From 0ccce31ed5d7998a69324a5b4c9823eacaa5ab0b Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Tue, 5 Feb 2019 00:28:48 -0700 Subject: [PATCH] Fixes to make the lubuntu livefs behave when swapping to the HWE stack. * lubuntu: Select lubuntu-gtk-core task as well, so we get the HWE filter applied to the explicit dependencies it has on Xorg-recommended packages. * lubuntu: Manually install some packages that fall out due to the above. --- debian/changelog | 8 ++++++++ live-build/auto/config | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a2d578b5..465afe9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.525.16) bionic; urgency=medium + + * lubuntu: Select lubuntu-gtk-core task as well, so we get the HWE filter + applied to the explicit dependencies it has on Xorg-recommended packages. + * lubuntu: Manually install some packages that fall out due to the above. + + -- Adam Conrad Mon, 04 Feb 2019 12:48:51 -0700 + livecd-rootfs (2.525.15) bionic; urgency=medium * Forward-port HWE support from xenial, make it more generic, and enable diff --git a/live-build/auto/config b/live-build/auto/config index e573c542..2b8fa8fc 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -466,7 +466,12 @@ case $PROJECT in lubuntu) HWE="yes" KERNEL_FLAVOURS="generic${HWE:+-$HWE_SUFFIX}" - add_task install minimal standard lubuntu-desktop + add_task install minimal standard lubuntu-gtk-core lubuntu-desktop + # Installing the lubuntu-gtk-core task explicitly appears + # to make dbus-user-session not get installed anymore: + add_package install dbus-user-session + # These themes also get dropped, maybe worth looking closer: + add_package install humanity-icon-theme gnome-icon-theme adwaita-icon-theme LIVE_TASK='lubuntu-live' case $ARCH in amd64) add_package live linux-signed-$KERNEL_FLAVOURS ;;