mate-desktop / mate-panel

MATE panel
https://mate-desktop.org
GNU General Public License v2.0
183 stars 115 forks source link

Panel Properties -> Background [tab]: gsettings does not update the "Style" (transparent-opaque) knob #1408

Closed davidhedlund closed 6 months ago

davidhedlund commented 9 months ago

Expected behaviour

The "Style" knob should be placed in the center.

Actual behaviour

The "Color" is updated, but not the "Style" knob:

Screenshot at 2023-10-05 20-34-12

Steps to reproduce the behaviour

Set solid color

Screenshot at 2023-10-05 20-33-35

MATE general version

1.26.0

Package version

1.26.2-1

Linux Distribution

Ubuntu MATE 22.04

Link to bugreport of your Distribution (requirement)

lukefromdc commented 9 months ago

CONFIRMED here-and same behavior on wayland as well. The panel color and opacity are instantly updates, as is the shown color in the dialog but not the knob position. Note that this issue occurs ONLY if the dialog is showing while the gsettings value is being set from the command line. If the dialog is NOT showing, opening it brings it up with the correct knob position, meaning that widget and that widget alone is not being reset when the rest of the dialog listens for and reacts to a change

davidhedlund commented 6 months ago

Thank you very much guys!