<div dir="ltr">Your package management software might help you figure out why it is running.<div><br></div><div>For instance, I think that if you have rpm, then running these two commands,</div><div><br></div><div><span style="font-family:'Sans Serif';font-size:16px;white-space:pre-wrap">p=`rpm -qf </span><font face="Sans Serif" size="3"><span style="white-space:pre-wrap">--queryformat="%{NAME}" </span></font><span style="font-family:'Sans Serif';font-size:16px;white-space:pre-wrap">/usr/libexec/gvfsd-http`</span></div>
<div><span style="font-family:'Sans Serif';font-size:16px;white-space:pre-wrap">rpm -q --whatrequires "$p"</span></div><div><span style="font-family:'Sans Serif';font-size:16px;white-space:pre-wrap"><br>
</span></div><div><span style="font-family:'Sans Serif';font-size:16px;white-space:pre-wrap">... will list the rpm-installed packages that depend on the package that is providing the gvfsd-http.</span></div><div><span style="font-family:'Sans Serif';font-size:16px;white-space:pre-wrap"><br>
</span></div><div><span style="font-family:'Sans Serif';font-size:16px;white-space:pre-wrap">You might recognize something you like that depends on the service in question.</span></div></div>