Adds the tray icons implementation based on org.kde.StatusNotifierItem interface usage. Does allow restarting StatusNotifierWatcher object, but will fallback to XEMBED or internal tray, if wine gets initialized when there is no StatusNotifierWatcher object registered.
--
v33: win32u: Add SNI driver for systray handling
https://gitlab.winehq.org/wine/wine/-/merge_requests/2808
On Mon Dec 4 11:24:24 2023 +0000, Giovanni Mascellani wrote:
> Currently we push the debug context when entering a section and pop it
> just before entering the following one. It would be enough to keep doing
> this for all except for the `[test]` section, and push and pull at each
> line inside a `[test]` section. Does this make sense for you?
Yep, and I have a working sketch locally. Pushing ...
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/499#note_54891
This series mainly:
- tests and implement fixes for GetStartupInfoW:
+ it should transform PEB's RTL_USER_PROCESS_PARAMETERS on the
fly (instead of caching the results as GetStartupInfoA)
+ it doesn't set all the fields of returned in STARTUPINFOW
(unlike GetStartupInfoA)
- no longer allow console and console handles for non CUI apps:
+ forbid inheritance of console handles for non CUI apps
+ don't create a unix console for initial (non CUI) app
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4573