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 725180 - icons go missing in the message tray
icons go missing in the message tray
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: message-tray
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-25 23:54 UTC by Ankur Sinha (FranciscoD)
Modified: 2014-03-02 00:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meta-shaped-texture: Check if the parent has mapped clones as well (1.54 KB, patch)
2014-02-28 16:42 UTC, drago01
committed Details | Review

Description Ankur Sinha (FranciscoD) 2014-02-25 23:54:27 UTC
Hi,

From time to time, I've observed that the icons in the notification area go missing. Screenshot here:

http://ankursinha.fedorapeople.org/missing%20notification%20tray%20icons.png

gnome-shell-3.11.90-3.fc20.x86_64
Comment 1 Ankur Sinha (FranciscoD) 2014-02-27 02:14:37 UTC
Also happens to notifications in the lock screen:

http://ankursinha.fedorapeople.org/missing-icon-lock-screen.jpg
Comment 2 drago01 2014-02-28 16:42:18 UTC
Created attachment 270578 [details] [review]
meta-shaped-texture: Check if the parent has mapped clones as well

When the  WindowActor has mapped clones we should ignore
the unobscured region as well, so we need to walk up and check it
as well.

--

We know call has_mapped_clones() on the stex rather then the window actor so
we end up with a wrong paint volume. This patch fixes it.
Comment 3 drago01 2014-02-28 17:27:16 UTC
Attachment 270578 [details] pushed as 463318a - meta-shaped-texture: Check if the parent has mapped clones as well
Comment 4 Ankur Sinha (FranciscoD) 2014-03-02 00:17:41 UTC
Great. I'll test it out as soon as the COPR repo gets this patch and confirm.