mate-desktop / mate-screensaver

MATE screen saver and locker
https://mate-desktop.org
GNU General Public License v2.0
48 stars 40 forks source link

idle slider display bug #101

Closed apolitech closed 7 years ago

apolitech commented 8 years ago

The display timer is over the slider button (see pic's) This is the normal way 2

And this is with the bug 1

Tested on Ubuntu MATE 16.10 daily with MATE 1.15 latest Reported to Ubuntu MATE launchpad https://bugs.launchpad.net/ubuntu-mate/+bug/1623196

jmlich commented 7 years ago

I have noticed this behaviour also on fedora 25. See https://bugzilla.redhat.com/show_bug.cgi?id=1400554 Additionally, I would prefer use of spinbox widget instead of slider.

raveit65 commented 7 years ago

I updated glade file for preferences yesterday but i found only one option to control the text. Moving it to right, left or bottom of the GtkScale makes it not better. I guess problem code is here. https://github.com/mate-desktop/mate-screensaver/blob/master/src/mate-screensaver-preferences.c#L927

monsta commented 7 years ago

For some reason I can't reproduce it with GTK+ 3.14 (using MATE 1.18).

monsta commented 7 years ago

With 3.20 and 3.22 this is of course reproducible. I'll check 3.18 as well when I'll get home today.

monsta commented 7 years ago

Ok, not reproducible with 3.18. So... maybe just another CSS-related breakage in GTK+ >= 3.20?

raveit65 commented 7 years ago

There was a big change for GtkScale with 3.20/22. Not only css related.