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 645101 - make tooltips style match Adwaita
make tooltips style match Adwaita
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
gnome3-important
: 672188 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-03-18 04:25 UTC by Matthias Clasen
Modified: 2012-03-15 21:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ui: Kill tooltips (14.36 KB, patch)
2011-03-18 12:35 UTC, Florian Müllner
committed Details | Review

Description Matthias Clasen 2011-03-18 04:25:49 UTC
Currently, gtk tooltips appear in black, while mutter tooltips are gray...
Comment 1 Florian Müllner 2011-03-18 12:35:10 UTC
Created attachment 183709 [details] [review]
ui: Kill tooltips

The easy approach, as suggested by Matthias on IRC:
After the changes in style handling in GTK+, mutter's tooltips no
longer match the tooltip style used in applications. Given that
all buttons in the default layout are well-known, killing tooltips
altogether rather than fixing the styling issues looks like a valid
approach.
Comment 2 Matthias Clasen 2011-03-21 00:42:35 UTC
Yay, less code :-)
Comment 3 Owen Taylor 2011-03-21 00:54:21 UTC
Not interaction with bug 609563
Comment 4 Matthias Clasen 2011-09-17 21:34:14 UTC
Still valid, and I still think it would be a good idea to just kill this tooltip on the close button.
Comment 5 Florian Müllner 2012-03-15 20:25:41 UTC
*** Bug 672188 has been marked as a duplicate of this bug. ***
Comment 6 drago01 2012-03-15 21:26:06 UTC
Review of attachment 183709 [details] [review]:

Looks good.
I have no idea why we have waited almost a year with this ... so kill it already ;)
Comment 7 Florian Müllner 2012-03-15 21:29:11 UTC
Attachment 183709 [details] pushed as 8ca86fa - ui: Kill tooltips