Bug 538800
| Summary: | Should be transparent background missing for some icons in the notification area | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | alexf <aldafu+fedora> | |
| Component: | gnome-applets | Assignee: | Ray Strode [halfline] <rstrode> | |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | 12 | CC: | a9016009, anpaza, mark, mclasen, rstrode | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 541044 (view as bug list) | Environment: | ||
| Last Closed: | 2009-11-24 22:31:56 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: | 541044, 541046 | |||
| Bug Blocks: | ||||
|
Description
alexf
2009-11-19 13:02:57 UTC
These applications use an outdated implementation of the tray icon code. You need to file bugs against the applications, please (or reopen this one and move it to one of the apps) Have some reference to the API (/API change)? Having a link handy when posting a bug against those apps makes it easier to convince maintainers to fix their broken applications. > Have some reference to the API (/API change)?
No. But the simple answer is: stop using old copies of EggTrayIcon, start using GtkStatusIcon.
Matthias, GtkStatusIcon does not allow to intercept mouse events over the status icon (e.g. mousewheel or RMB). That's why some applications (e.g. Sonata, StarDict) still prefer eggTrayIcon. |