Fix Calamares theming during OEM install first-time user setup on Kubuntu.

ubuntu/oracular
Aaron Rainbolt 2 weeks ago
parent 664da199e4
commit a5e93e5ff7

2
debian/changelog vendored

@ -14,6 +14,8 @@ calamares-settings-ubuntu (1:24.10.2) UNRELEASED; urgency=medium
configuration user's UID to 60999 results in the first real user having configuration user's UID to 60999 results in the first real user having
UID 1000. This is similar (though not identical) to Ubiquity's behavior UID 1000. This is similar (though not identical) to Ubiquity's behavior
with the OEM configuration user. with the OEM configuration user.
* kubuntu: Use QT_QPA_PLATFORMTHEME="kde" rather than
QT_STYLE_OVERRIDE="Breeze" for the OEM first-time setup session.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 12 Jun 2024 23:26:13 -0500 -- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 12 Jun 2024 23:26:13 -0500

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Starts the Kubuntu OEM Environment. # Starts the Kubuntu OEM Environment.
export QT_STYLE_OVERRIDE="Breeze" export QT_QPA_PLATFORMTHEME="kde"
export BROWSER='sudo -H -u kubuntu firefox' export BROWSER='sudo -H -u kubuntu firefox'
/usr/bin/kwin_x11 & /usr/bin/kwin_x11 &

Loading…
Cancel
Save