Bug 203652
| Summary: | Update notification bubble attached to wrong panel icon | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joachim Frieben <jfrieben> | ||||
| Component: | pirut | Assignee: | Jeremy Katz <katzj> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | berrange, lmacken, majain, mclasen, papapizza | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-09-11 22:43:55 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 150224 | ||||||
| Attachments: |
|
||||||
|
Description
Joachim Frieben
2006-08-22 20:37:51 UTC
Created attachment 134671 [details]
Screenshot of falsely attached update notification bubble
Known issue. The notification is displayed in a gobject.add_idle() callback, so I'm not sure why this is still happening. Jeremy, any ideas? *** Bug 205805 has been marked as a duplicate of this bug. *** I would say timeout a second or so. Actually if you are loading up a whole session it might take a while for the window to be mapped. This is only an issue when you first start puplet. Waiting a few seconds before assaulting the user witha popup is actually a good idea anyway. The real fix is to detect when the window is fully realized. Perhaps attaching to a mapped signal or something similar? Hacked around in CVS, although I expect that a full fix really requires the notification daemon to dtrt *** Bug 206254 has been marked as a duplicate of this bug. *** Hi, which library is used to create such popups? Thanks, Mayank Jeremy, don't tell them !!! :-) *** Bug 207379 has been marked as a duplicate of this bug. *** *** Bug 207707 has been marked as a duplicate of this bug. *** |