[Bug 22315] New: Notification tray icons using solid rather than transparent background colors
http://bugs.winehq.org/show_bug.cgi?id=22315 Summary: Notification tray icons using solid rather than transparent background colors Product: Wine Version: 1.1.42 Platform: x86 URL: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug /403135?comments=all OS/Version: Linux Status: NEW Keywords: integration Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: scott(a)open-vote.org
From a large bug report on launchpad affecting many apps: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/403135?comments=all
Essentially, tray icons are being drawn with non-transparent backgrounds. This is usually from setting their (not always correct) color to bg_color rather than just transparent. http://launchpadlibrarian.net/41246531/screen.png is a screenshot showing Spotify (and a few other, non-Wine apps) using the wrong background in the system tray. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|integration | Severity|normal |trivial -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2010-04-09 11:02:50 --- Dupe of bug 21597? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-04-10 12:21:13 --- Wine & X doesn't support transparent colors. How do you suggest Wine use transparent color? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Roderick Colenbrander <thunderbird2k(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k(a)gmail.com --- Comment #3 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2010-04-13 03:22:12 --- We do support transparency in some cases when XRender is around when you use 32-bit DIBSections and using a concept patch I submitted yesterday we also allow it for 32-bit DDBs. I think the main issue is that systray bar we draw uses a 24-bit X visual (so it has no alpha). If it were 32-bit and an icon with transparency was drawn into it (this would depend on the app!) it might work. Right now we use win32 calls to create the window and I don't think we want 32-bit windows, so if this is the issue I'm not sure if we can fix it at all. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 --- Comment #4 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2010-04-18 17:04:25 --- Apparently this works using SetLayeredWindowAttributes on Windows and we seem to offer support for this in Wine. sync_window_opacity in winex11.drv explicitly has such code for the systray. That's perhaps a place to look. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com --- Comment #5 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2010-04-19 03:43:39 --- The latest version of the systemtray spec (http://standards.freedesktop.org/systemtray-spec/systemtray-spec-latest.html) documents how to do transparent icons: you have to use the ParentRelative window background. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2010-04-19 04:08:18 --- No, ParentRelative doesn't help (it's what we do already). We need the window to use an ARGB visual. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2010-04-19 11:42:52 --- Does this also affect the system tray / alt-tabbing, which have no icons? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Scott Ritchie <scott(a)open-vote.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |s.zuban(a)gmail.com --- Comment #8 from Scott Ritchie <scott(a)open-vote.org> 2010-04-21 17:07:49 --- *** Bug 21597 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 dueller <linux(a)comunicatori.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linux(a)comunicatori.net -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 setack(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |setack(a)gmail.com --- Comment #9 from setack(a)gmail.com 2010-05-26 11:07:23 --- Any plan to fix this? Is there any workarround? They really look terrible... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 aelilea <aelilea(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aelilea(a)yahoo.co.uk --- Comment #10 from aelilea <aelilea(a)yahoo.co.uk> 2010-05-28 05:01:09 --- Still present in 1.2rc1. Since the Lucid Lynx default theme now has a dark panel, this will be affecting many people. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 --- Comment #11 from aelilea <aelilea(a)yahoo.co.uk> 2010-05-28 10:10:54 --- Possibly related: When the panel is set to auto-hide, the Wine taskbar icons completely disappear from the panel when it is displayed (leaving only a background-coloured patch). Tooltips for these icons are no longer displayed either, while left- and right-click still work. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, integration CC| |kennybobs(a)o2.co.uk --- Comment #12 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-06-11 16:32:08 --- (In reply to comment #11) That might be bug 22487. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 --- Comment #13 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-06-11 21:10:21 --- But then again it might be a different bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Andy Piper <andypiper(a)freezone.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andypiper(a)freezone.co.uk --- Comment #14 from Andy Piper <andypiper(a)freezone.co.uk> 2010-06-12 17:56:34 --- Agreed this is frustrating and damages the look and integration of the desktop. With the recent steps forward in wine now recognising font smoothing set in FontConfig it would be nice to smooth out a few more of these rough edges to make the fit even better. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Diver <bazara.net(a)inbox.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bazara.net(a)inbox.ru -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |woodroof(a)gmail.com --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2010-06-15 10:50:25 --- *** Bug 23191 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 djvla64rus(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djvla64rus(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Thomas Creutz <thomas.creutz(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thomas.creutz(a)gmx.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 --- Comment #16 from hamboy95(a)live.com 2011-08-04 16:43:21 CDT --- Created an attachment (id=35808) --> (http://bugs.winehq.org/attachment.cgi?id=35808) A screengrab of the issue I can confirm this is an issue on Arch Linux running KDE 4.7. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 iii <iglesiasinaki(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iglesiasinaki(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 igor calì <igor.cali(a)poste.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |igor.cali(a)poste.it -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Caleb Hearon <caleb(a)chearon.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caleb(a)chearon.net --- Comment #17 from Caleb Hearon <caleb(a)chearon.net> 2012-07-29 12:20:58 CDT --- +1 It's really nice that Wine can integrate like this, and having the icons look perfect would make a big difference. I swear this worked in a previous version... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Daniel Jelinski <djelinski1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1(a)gmail.com --- Comment #18 from Daniel Jelinski <djelinski1(a)gmail.com> 2012-09-13 16:08:15 CDT --- transparent background works for me (kubuntu 11.10). Fixed? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 --- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> 2012-09-13 16:18:50 CDT --- Not yet, cf. comment 6. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e03b8e1a1d1a553dbfcb20dcfcc | |f92d4c17eade6 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> 2012-10-02 14:12:36 CDT --- Fixed by e03b8e1a1d1a553dbfcb20dcfccf92d4c17eade6. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> 2012-10-12 13:35:38 CDT --- Closing bugs fixed in 1.5.15. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=22315 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |winex11.drv -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=22315 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rocksinboxes(a)gmail.com --- Comment #22 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 24991 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org