diff --git a/debian/changelog b/debian/changelog index fa4f4f1..9e0e166 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares-settings-ubuntu (1:23.04.11) lunar; urgency=medium + + * Fixed an invalid "SidebarTextSelect" field in Lubuntu's branding.desc - + this is now called "SidebarTextCurrent". + + -- Aaron Rainbolt Mon, 20 Mar 2023 17:47:40 -0500 + calamares-settings-ubuntu (1:23.04.10) lunar; urgency=medium * Fix Ubuntu Studio sidebar colors diff --git a/lubuntu/branding/lubuntu/branding.desc b/lubuntu/branding/lubuntu/branding.desc index 5bba795..11fe5c8 100644 --- a/lubuntu/branding/lubuntu/branding.desc +++ b/lubuntu/branding/lubuntu/branding.desc @@ -26,4 +26,4 @@ slideshowAPI: 1 style: SidebarBackground: "#808080" SidebarText: "#FFFFFF" - SidebarTextSelect: "#0068C8" + SidebarTextCurrent: "#0068C8"