Fix transparency and rounded corners
This commit is contained in:
parent
e5c2f1e484
commit
352376a8d9
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ lubuntu-installer-prompt (24.04.1) noble; urgency=medium
|
|||||||
* Switch to native packaging.
|
* Switch to native packaging.
|
||||||
* Fix several networking-related bugs.
|
* Fix several networking-related bugs.
|
||||||
* Significant design improvements.
|
* Significant design improvements.
|
||||||
|
* Use Picom for X compositing so that transparency and rounded corners work.
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 27 Feb 2024 14:45:23 -0600
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 27 Feb 2024 14:45:23 -0600
|
||||||
|
|
||||||
|
@ -11,7 +11,9 @@ export QT_STYLE_OVERRIDE="Breeze"
|
|||||||
export QT_QPA_PLATFORMTHEME="lxqt"
|
export QT_QPA_PLATFORMTHEME="lxqt"
|
||||||
|
|
||||||
openbox &
|
openbox &
|
||||||
|
picom &
|
||||||
sudo -E lubuntu-installer-prompt # This is intentionally *not* backgrounded.
|
sudo -E lubuntu-installer-prompt # This is intentionally *not* backgrounded.
|
||||||
# If it exits...
|
# If it exits...
|
||||||
|
killall picom
|
||||||
killall openbox
|
killall openbox
|
||||||
startlxqt
|
startlxqt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user