From c13df45a36cabeacea8b678d32219db99e484f5c Mon Sep 17 00:00:00 2001 From: Erich Eickmeyer Date: Tue, 4 Oct 2022 18:35:33 -0700 Subject: [PATCH] Fix for black Ubuntu Studio sidebar --- debian/changelog | 6 ++++++ ubuntustudio/branding/ubuntustudio/branding.desc | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f70cc53..b31e68c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:22.10.12) kinetic; urgency=medium + + * Fix for black Ubuntu Studio sidebar (LP: #1991251) + + -- Erich Eickmeyer Tue, 04 Oct 2022 18:33:58 -0700 + calamares-settings-ubuntu (1:22.10.11) kinetic; urgency=medium * Tackled edge case for if libreoffice-help-$LOCALE doesn't exist but diff --git a/ubuntustudio/branding/ubuntustudio/branding.desc b/ubuntustudio/branding/ubuntustudio/branding.desc index 3dedc89..e0f0810 100644 --- a/ubuntustudio/branding/ubuntustudio/branding.desc +++ b/ubuntustudio/branding/ubuntustudio/branding.desc @@ -25,6 +25,6 @@ slideshow: "show.qml" slideshowAPI: 1 style: - sidebarBackground: "#2d2d2d" - sidebarText: "#FFFFFF" - sidebarTextSelect: "#4285F4" + SidebarBackground: "#2d2d2d" + SidebarText: "#FFFFFF" + SidebarTextSelect: "#4285F4"