You are not logged in.
Pages: 1
Hi,
I've got no application running under wine, but I still got this:
$ ps -aux | grep "explorer.exe"
alexey 16008 0.0 0.1 1788628 15884 ? Ssl 07:14 0:00 C:\windows\system32\explorer.exe /desktop
alexey 21764 0.0 0.0 10896 2240 pts/3 S+ 14:16 0:00 grep --colour=auto explorer.exe
Is it OK, or have I just caught some malware with wine?
Offline
bump
Offline
Hard to tell, but maybe we can narrow down what causes that :
Is explorer.exe present immediately after login ?
If not, try running some of your wine applications one by one and check if for explorer.exe after you close them.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
If I can dig into the old and burning depths of my Windows knowledge I'm pretty sure explorer.exe is the file manager, but it's entirely possible it manages other things. Things like the desktop; see PCManFM for an example of this. I'm also reasonably certain it's a core windows process, and, as we know, windows loves to have as much crap as possible running all the time.
Long story short, I wouldn't worry too much.
EDIT: If you're really worried about mawlare under WINE I'm almost certain you can find articles/whatever regarding the hardening of your WINE install. Maybe try running it in some sort of jail for starters. Never using the built-in WINE web browser. Proactively and carefully examining what you can to ensure it has no malware on it. That sort of stuff.
Last edited by JohnBobSmith (2016-06-10 16:27:42)
I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.
Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...
Offline
I've got no application running under wine, but I still got this:
I have wine installed and until I launch something with wine, no windows processes are running.
After running
wine notepad
pgrep -fl windows
32423 services.exe
32427 winedevice.exe
32491 plugplay.exe
32498 explorer.exe
After closing notepad, all windows processes are gone.
wine winefile
pgrep -fl windows
32730 services.exe
32734 winedevice.exe
32742 plugplay.exe
32749 explorer.exe
After closing winefile, all the windows crap closes.
Don't know what good that info does you, but looks like when nothing is running under wine, no windows processes should be open.
Offline
From my own experience with wine, some apps will leave explorer and other apps open after close. I don't believe it to be malware.
Offline
Pages: 1