mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-07 07:41:30 +00:00
Fix Calamares theming during OEM install first-time user setup on Kubuntu.
This commit is contained in:
parent
664da199e4
commit
a5e93e5ff7
2
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user