https://bugs.winehq.org/show_bug.cgi?id=53224
Bug ID: 53224 Summary: Systray icon windows haven't a title Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: emonkak@gmail.com Distribution: ---
According to System Tray Protocol Specification by freedesktop.org, the title should be set for the tray icon, but it isn't set.
https://github.com/wine-mirror/wine/blob/e909986e6ea5ecd49b2b847f321ad89b2ae...
_NET_WM_NAME, UTF8_STRING
This hint should be set as it would be for a normal toplevel window, as defined in the Extended Window Manager Hints Specification (EWMH). The hint MUST be in UTF-8 encoding. It provides a human-readable, localized name for the tray icon.
https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-0.2.h...
https://bugs.winehq.org/show_bug.cgi?id=53224
Fushan Wen qydwhotmail@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |qydwhotmail@gmail.com
--- Comment #1 from Fushan Wen qydwhotmail@gmail.com --- https://github.com/wine-mirror/wine/blob/be57ebe01581f709b0e52a29304668eaaf6...