http://bugs.winehq.org/show_bug.cgi?id=59399 mata <sutupud@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sutupud@yahoo.com --- Comment #1 from mata <sutupud@yahoo.com> --- And how should wine know when to use the inhibitor API? It would be the running application that would need to use it. On windows, from what I can see the rough equivalent would be: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-power... Looking at dlls/kernel32/powermgnt.c that and the related functions are currently stubs. So maybe it would be possible to implement that windows API using the inhibitor API if available. But even then, the application would need to use ti. In any case, souldn't it be possible to just run the application using systemd-inhibit wine ...application... to force inhibit even if the app doesn't cooperate? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.