Bug 251230
Summary: | Stardict icon does not have transparent background | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andrew Zabolotny <anpaza> | ||||
Component: | stardict | Assignee: | Hu Zheng <zhu> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 7 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-02-21 06:32:45 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: | |||||||
Attachments: |
|
Description
Andrew Zabolotny
2007-08-07 20:55:16 UTC
Created attachment 160859 [details]
A screenshot of tray notification area with non-default panel background.
This is because StarDict's tray icon is a event box, but not a transparent image widget, the reason of use event box is to receive middle button key. To solve the problem, we can move to use gtktrayicon widget, but it don't support middle button presently. So this bug can't be fixed until the new feature is implemented by gtk. I have ready reported this feature request ago. Need waiting. Fixed in svn now. Thank you! Two years have passed, stardict icon still use the non-transparent background. Are there any unsolvable problems when using transparent images? Perhaps it's a API limitation in gnome-panel itself? |