diff --git a/debian/changelog b/debian/changelog index dcee7a3..a75dcca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ lubuntu-installer-prompt (24.04.1) noble; urgency=medium * Switch to native packaging. * Fix several networking-related bugs. * Significant design improvements. + * Use Picom for X compositing so that transparency and rounded corners work. -- Aaron Rainbolt Tue, 27 Feb 2024 14:45:23 -0600 diff --git a/scripts/start-lubuntu-live-env b/scripts/start-lubuntu-live-env index 912189f..873e3ab 100755 --- a/scripts/start-lubuntu-live-env +++ b/scripts/start-lubuntu-live-env @@ -11,7 +11,9 @@ export QT_STYLE_OVERRIDE="Breeze" export QT_QPA_PLATFORMTHEME="lxqt" openbox & +picom & sudo -E lubuntu-installer-prompt # This is intentionally *not* backgrounded. # If it exits... +killall picom killall openbox startlxqt