mate-desktop / mate-panel

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

Dragging color from caja backgrounds and emblems to mate-panel sets white background instead of the dragged color #870

Open lukefromdc opened 6 years ago

lukefromdc commented 6 years ago

Expected behaviour

As mentioned in mate-user-guide's panel help, dragging a color from a color selector or from Caja's backgrounds and emblems>colors dialog should turn the panel to that color. Dragging a pattern from there should set the panel background to that pattern,

Actual behaviour

Dragging a color from GIMP's color selector works, but dragging a color from Caja's backgrounds and emblems>colors dialog will set the panel background to white no matter what color is selected. Dragging a pattern works, and dragging the "return arrow" image restores the system background. Most likely this is from an incompatable color format.

Steps to reproduce the behaviour

Open caja's backgrounds and emblems dialog, select "colors." drag a color other than white to the panel. The panel background turns white

MATE general version

1.21

Package version

mate-panel 1.21.1 from git master current as of 9-13-2018

Linux Distribution

Debian Unstable with locally built GTK 3.24.0 and glib 2.58.0

Link to downstream report of your Distribution

None as I have all of MATE locally compiled.

lukefromdc commented 6 years ago

Found this while testing mate-user-guide PR's

raveit65 commented 6 years ago

That is really new to me, but it is really nice to add a pattern as panel background.

raveit65 commented 6 years ago

Maybe a problem with GdkColor and RGBAColor ? I think caja-property-browser isn't ported to RGBAColors.

lukefromdc commented 6 years ago

That's likely exactly what it is