After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751599 - osdMonitorLabeler: avoid tweening the labels
osdMonitorLabeler: avoid tweening the labels
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-06-27 18:55 UTC by Cosimo Cecchi
Modified: 2015-06-29 21:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
osdMonitorLabeler: avoid tweening the labels (2.16 KB, patch)
2015-06-27 18:55 UTC, Cosimo Cecchi
accepted-commit_now Details | Review

Description Cosimo Cecchi 2015-06-27 18:55:23 UTC
See attached patch.
Comment 1 Cosimo Cecchi 2015-06-27 18:55:26 UTC
Created attachment 306221 [details] [review]
osdMonitorLabeler: avoid tweening the labels

The control center will call this method when the configuration dialog
for a display opens/closes, which will cause the same labels to quickly
fade out and in again, looking like it's flickering.

This commit fixes the issue by removing the tweens altogether.
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-06-28 16:08:08 UTC
Review of attachment 306221 [details] [review]:

This makes some amount of sense.
Comment 3 Cosimo Cecchi 2015-06-29 21:57:29 UTC
Pushed to master.

Attachment 306221 [details] pushed as 7c44af3 - osdMonitorLabeler: avoid tweening the labels