https://bugs.winehq.org/show_bug.cgi?id=47990
--- Comment #4 from JK_STAR 398063392@qq.com --- dlls/winemac.drv/cocoa_app.m | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/dlls/winemac.drv/cocoa_app.m b/dlls/winemac.drv/cocoa_app.m index b13bc678c6d..fca9e2d4d9b 100644 --- a/dlls/winemac.drv/cocoa_app.m +++ b/dlls/winemac.drv/cocoa_app.m @@ -213,6 +213,11 @@ - (void) dealloc } [super dealloc]; } + + - (void)applicationDidFinishLaunching:(NSNotification *)notification + { + [NSApp setActivationPolicy:NSApplicationActivationPolicyAccessory]; + }
- (void) transformProcessToForeground:(BOOL)activateIfTransformed {
can be fix by this patch, or wait for my commit.