registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #15685
[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)
Launchpad has imported 16 comments from the remote bug at
http://bugs.winehq.org/show_bug.cgi?id=22315.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.
------------------------------------------------------------------------
On 2010-04-09T02:11:15+00:00 Scott Ritchie wrote:
>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.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/106
------------------------------------------------------------------------
On 2010-04-09T11:02:50+00:00 austin_is wrote:
Dupe of bug 21597?
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/108
------------------------------------------------------------------------
On 2010-04-10T12:21:13+00:00 Vitaliy-bugzilla wrote:
Wine & X doesn't support transparent colors. How do you suggest Wine use
transparent color?
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/116
------------------------------------------------------------------------
On 2010-04-13T03:22:12+00:00 Thunderbird2k wrote:
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.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/118
------------------------------------------------------------------------
On 2010-04-18T17:04:25+00:00 Thunderbird2k wrote:
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.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/120
------------------------------------------------------------------------
On 2010-04-19T03:43:39+00:00 Damjan Jovanovic wrote:
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.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/121
------------------------------------------------------------------------
On 2010-04-19T04:08:18+00:00 Alexandre Julliard wrote:
No, ParentRelative doesn't help (it's what we do already). We need the
window to use an ARGB visual.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/122
------------------------------------------------------------------------
On 2010-04-19T11:42:52+00:00 austin_is wrote:
Does this also affect the system tray / alt-tabbing, which have no
icons?
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/123
------------------------------------------------------------------------
On 2010-04-21T17:07:49+00:00 Scott Ritchie wrote:
*** Bug 21597 has been marked as a duplicate of this bug. ***
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/125
------------------------------------------------------------------------
On 2010-05-26T11:07:23+00:00 Setack wrote:
Any plan to fix this? Is there any workarround? They really look
terrible...
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/168
------------------------------------------------------------------------
On 2010-05-28T05:01:09+00:00 Aelilea wrote:
Still present in 1.2rc1. Since the Lucid Lynx default theme now has a
dark panel, this will be affecting many people.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/171
------------------------------------------------------------------------
On 2010-05-28T10:10:54+00:00 Aelilea wrote:
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.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/172
------------------------------------------------------------------------
On 2010-06-11T16:32:08+00:00 Ken Sharp wrote:
(In reply to comment #11)
That might be bug 22487.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/204
------------------------------------------------------------------------
On 2010-06-11T21:10:21+00:00 Ken Sharp wrote:
But then again it might be a different bug.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/205
------------------------------------------------------------------------
On 2010-06-12T17:56:34+00:00 Andypiper wrote:
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.
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/206
------------------------------------------------------------------------
On 2010-06-15T10:50:25+00:00 austin_is wrote:
*** Bug 23191 has been marked as a duplicate of this bug. ***
Reply at: https://bugs.launchpad.net/alltray/+bug/403135/comments/211
** Changed in: wine
Importance: Unknown => Low
--
Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)
https://bugs.launchpad.net/bugs/403135
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for aMSN.