>>>> Multiple instances of /usr/lib64/libreoffice/program/nsplugin keep >>>> spawning even after I kill them. I suspect midori although I have the >>>> libreoffice plugin disabled. Has anyone else seen this? How can I >>>> confirm my suspicions? >>> >>> ps with the f option ? >> >> I always do 'ps -ef|grep name' but should that indicate whether midori >> is to blame? >> > No, that will grep nsplugin only, that string is unlikely to appear in > the line of ps output of it's parent. > > Rather pipe ps -ef into less and search for nsplugin. Less efficient but > a) you should care about that and b) you will get everything and none of > it chucked away by grep
Yep, it's midori. pstree was no good for this. Thanks everyone. - Grant