https://bugs.winehq.org/show_bug.cgi?id=55393
Bug ID: 55393 Summary: The process which started "The Bat!" is still running after the app ist quieted Product: Wine Version: 8.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mywine@schiermeier-it.de Distribution: ---
Created attachment 74957 --> https://bugs.winehq.org/attachment.cgi?id=74957 Part of "ps faux" command
Setting: "The Bat!" is installed by its installer and "GnuPG" is also installed with its installer. "The Bat!" is starting normally and the encrypting is working. A mail was created, encrypted, or signed and sent. Now "The Bat!" is quieted by its menu entry.
The GUI disappears. Now "(h)top" or "ps" shows still some processes running and can only be quieted with "kill":
---ps faux--- USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND (...) joerg 3281 3.4 0.0 19668 19144 ? Ss 00:59 0:08 /opt/wine-devel/bin/wineserver joerg 3285 0.0 0.0 2380696 16724 ? Ssl 00:59 0:00 C:\windows\system32\services.exe joerg 3288 0.1 0.0 2055360 15552 ? Ssl 00:59 0:00 C:\windows\system32\winedevice.exe joerg 3297 0.8 0.0 2297900 38264 ? Ssl 00:59 0:02 C:\windows\system32\winedevice.exe joerg 3306 0.1 0.0 2142560 29912 ? Ssl 00:59 0:00 C:\windows\system32\plugplay.exe joerg 3314 0.0 0.0 1919060 9596 ? Ssl 00:59 0:00 C:\windows\system32\svchost.exe -k LocalServiceNetworkRestricted joerg 3325 0.1 0.1 2169640 86012 ? Sl 00:59 0:00 C:\windows\system32\explorer.exe /desktop joerg 3330 0.0 0.0 2247080 14336 ? Ssl 00:59 0:00 C:\windows\system32\rpcss.exe joerg 3618 0.4 0.0 2704816 30700 ? Ss 01:00 0:00 z:\opt\winprog\GnuPG\bin\gpg-agent.exe --homedir c:\users\username\appdata\roaming\gnupg-tb --use-standard-socket --daemon ---///---
See also the attached log file.
Internally the GnuPG is started from The Bat! via the command line. For another purpose (and wine bug) I wrote a little wrapper to log the commands which The Bat!s hands over to GnuPGs exe-file (gpg.exe).