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@winehq.org ReportedBy: scott@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|integration | Severity|normal |trivial
http://bugs.winehq.org/show_bug.cgi?id=22315
--- Comment #1 from Austin English austinenglish@gmail.com 2010-04-09 11:02:50 --- Dupe of bug 21597?
http://bugs.winehq.org/show_bug.cgi?id=22315
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2010-04-10 12:21:13 --- Wine & X doesn't support transparent colors. How do you suggest Wine use transparent color?
http://bugs.winehq.org/show_bug.cgi?id=22315
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmail.com
--- Comment #3 from Roderick Colenbrander thunderbird2k@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
--- Comment #4 from Roderick Colenbrander thunderbird2k@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #5 from Damjan Jovanovic damjan.jov@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
--- Comment #6 from Alexandre Julliard julliard@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #7 from Austin English austinenglish@gmail.com 2010-04-19 11:42:52 --- Does this also affect the system tray / alt-tabbing, which have no icons?
http://bugs.winehq.org/show_bug.cgi?id=22315
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |s.zuban@gmail.com
--- Comment #8 from Scott Ritchie scott@open-vote.org 2010-04-21 17:07:49 --- *** Bug 21597 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22315
dueller linux@comunicatori.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |linux@comunicatori.net
http://bugs.winehq.org/show_bug.cgi?id=22315
setack@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |setack@gmail.com
--- Comment #9 from setack@gmail.com 2010-05-26 11:07:23 --- Any plan to fix this? Is there any workarround? They really look terrible...
http://bugs.winehq.org/show_bug.cgi?id=22315
aelilea aelilea@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aelilea@yahoo.co.uk
--- Comment #10 from aelilea aelilea@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
--- Comment #11 from aelilea aelilea@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, integration CC| |kennybobs@o2.co.uk
--- Comment #12 from Ken Sharp kennybobs@o2.co.uk 2010-06-11 16:32:08 --- (In reply to comment #11)
That might be bug 22487.
http://bugs.winehq.org/show_bug.cgi?id=22315
--- Comment #13 from Ken Sharp kennybobs@o2.co.uk 2010-06-11 21:10:21 --- But then again it might be a different bug.
http://bugs.winehq.org/show_bug.cgi?id=22315
Andy Piper andypiper@freezone.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andypiper@freezone.co.uk
--- Comment #14 from Andy Piper andypiper@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
Diver bazara.net@inbox.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bazara.net@inbox.ru
http://bugs.winehq.org/show_bug.cgi?id=22315
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |woodroof@gmail.com
--- Comment #15 from Austin English austinenglish@gmail.com 2010-06-15 10:50:25 --- *** Bug 23191 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22315
djvla64rus@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djvla64rus@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22315
Thomas Creutz thomas.creutz@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thomas.creutz@gmx.de
http://bugs.winehq.org/show_bug.cgi?id=22315
--- Comment #16 from hamboy95@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.
http://bugs.winehq.org/show_bug.cgi?id=22315
iii iglesiasinaki@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |iglesiasinaki@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22315
igor calì igor.cali@poste.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |igor.cali@poste.it
http://bugs.winehq.org/show_bug.cgi?id=22315
Caleb Hearon caleb@chearon.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |caleb@chearon.net
--- Comment #17 from Caleb Hearon caleb@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...
http://bugs.winehq.org/show_bug.cgi?id=22315
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1@gmail.com
--- Comment #18 from Daniel Jelinski djelinski1@gmail.com 2012-09-13 16:08:15 CDT --- transparent background works for me (kubuntu 11.10). Fixed?
http://bugs.winehq.org/show_bug.cgi?id=22315
--- Comment #19 from Alexandre Julliard julliard@winehq.org 2012-09-13 16:18:50 CDT --- Not yet, cf. comment 6.
http://bugs.winehq.org/show_bug.cgi?id=22315
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e03b8e1a1d1a553dbfcb20dcfcc | |f92d4c17eade6 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #20 from Alexandre Julliard julliard@winehq.org 2012-10-02 14:12:36 CDT --- Fixed by e03b8e1a1d1a553dbfcb20dcfccf92d4c17eade6.
http://bugs.winehq.org/show_bug.cgi?id=22315
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org 2012-10-12 13:35:38 CDT --- Closing bugs fixed in 1.5.15.
https://bugs.winehq.org/show_bug.cgi?id=22315
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |winex11.drv
https://bugs.winehq.org/show_bug.cgi?id=22315
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rocksinboxes@gmail.com
--- Comment #22 from Anastasius Focht focht@gmx.net --- *** Bug 24991 has been marked as a duplicate of this bug. ***