See also https://bugs.winehq.org/show_bug.cgi?id=56361
This patch makes piped commands work like for example "echo os get version|wmic" or "type file.txt | wmic" where file.txt contains some commands.
(probably used by program in aforementioned bugreport)
Also support interactive mode (wine wmic.exe)
Marked for now as draft.
--
v11: wmic.exe: Support interactive mode and piped commands.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5402
--
v9: explorer: Restore display settings on process exit.
winex11.drv: Process RRNotify events in xrandr14_get_id.
user32/tests: Test that display settings are restored on process exit.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5060
I'm not completely sure what the expectations are regarding these registry key paths, but @afrantzis said Wayland reports adapters in an arbitrary order and this would let us find the right adapter config and their current settings based on their unique name instead.
Other drivers simply format the numeric ID themselves, though might not be 0-based index anymore.
--
v4: win32u: Rename struct adapter to struct source.
win32u: Use named adapters instead of struct gdi_adapter.
win32u: Use a symlink for the logically indexed adapter config key.
win32u: Split writing adapter to registry to a separate helper.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5137
--
v2: server: Clarify that registry files are always in the current directory, and simplify save_branch().
server: Replace sprintf with snprintf to avoid deprecation warnings on macOS.
server: Replace some malloc/sprintf/strcpy calls with asprintf.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5356
If a client can crash a wineserver via requests only, it's a bug.
The wineserver crashes when a privileged client deletes every object in
the NT object namespace (which frees `root_directory`) and then attempts
to lookup or create any object name.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5343
This issue originated on IRC (a person complained about Tomato Jones II
not working but the ole errors in the log weren't actually an issue).
With this patch the game boots to the main menu (at least with
wine-staging).
--
v2: wbemprox: Stub most of the Win32_VideoController properties.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5372