From 352376a8d928c42c52ddc4f8d4bde5b583474b6e Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 27 Feb 2024 15:31:30 -0600 Subject: [PATCH] Fix transparency and rounded corners --- debian/changelog | 1 + scripts/start-lubuntu-live-env | 2 ++ 2 files changed, 3 insertions(+) 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