https://bugs.winehq.org/show_bug.cgi?id=57243
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com
--- Comment #3 from Alex Henrie alexhenrie24@gmail.com --- (In reply to lilydjwg from comment #0)
When virtual desktop is enabled, there used to be a taskbar that could be used to restore minimized windows. It's gone since 9.17 (commit c31e65fd3bde71234668507a9e15780d567c0a51). Setting the EnableShell registry key to 1 doesn't make it back.
The documentation at https://gitlab.winehq.org/wine/wine/-/wikis/Useful-Registry-Keys incorrectly said to set HKCU\Software\Wine\Explorer\Desktops\EnableShell to 1, when you actually need to set HKCU\Software\Wine\Explorer\Desktops\Default\EnableShell to 1. We should probably make Wine use Explorer\EnableShell as the default for all desktops and Explorer\Desktops<name>\EnableShell to override the default for particular desktops including the desktop named "Default". But for now, can you double-check that you are setting the value in the place that Wine currently expects?