Public bug reported:

[ Impact ]

* The Bluetooth list buttons display an abnormal magenta/rose color
instead of the expected system theme color, making the UI inconsistent
with other system components like the network list.

* The QtQuick.Controls.Material import in BluetoothArea.qml causes
Material theme's default accent color to override the system theme,
resulting in visually incorrect button colors.

* This SRU comments out the unnecessary Material import to restore the
system default theme colors for Bluetooth list buttons.

[ Test Plan ]

1. Install the updated ukui-bluetooth package on Ubuntu Kylin 26.04
2. Open the system tray
3. Open the network list and observe button colors (should display normally)
4. Open the Bluetooth list and observe button colors
5. Verify that Bluetooth list buttons now display the same normal color as 
network list buttons
6. Verify that button interactions work correctly (click response, state 
switching, device connection/disconnection)

[ Where problems could occur ]

* The change removes the Material style import from BluetoothArea.qml.
If any child components implicitly depend on Material theme properties
(e.g., Material.accent, Material.primary), they may fall back to default
Qt Quick Controls styling, potentially causing visual inconsistencies in
other parts of the Bluetooth UI.

* If there are other QML files that import Material and interact with
BluetoothArea.qml, there could be style conflicts or unexpected
behavior.

* The risk is limited to the Bluetooth settings UI - core Bluetooth
functionality (scanning, pairing, connecting devices) is not affected by
style changes.

[ Other Info ]

* This is a minimal fix that only comments out one import line in
BluetoothArea.qml

* No functional changes to Bluetooth operations - only visual styling is
affected

** Affects: ukui-bluetooth (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2152071

Title:
  [SRU] ukui-bluetooth: Bluetooth list button color shows as
  magenta/rose

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ukui-bluetooth/+bug/2152071/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to