On Mon, 28 Aug 2017 19:27:32 -0500, Jonathan E. Brickman wrote:
to disable (or remove, if you can without breaking the
package
structure) all GVFS items.
Hi,
in my experiences gvfs doesn't affect audio at all. However, I always
replace gvfs by an empty dummy package, because it makes external green
drives spin down and up again and again.
#!/bin/dash
eqgvfs()
{
cat<<EOF
Priority: optional
Standards-Version: 3.9.2
Package: gvfs
Version: 2017:08-29-dummy
Architecture: all
Description: Dummy package
EOF
}
sudo apt-get update
sudo apt-get install equivs
cd /tmp
eqgvfs >gvfs
equivs-build gvfs >/dev/null
sudo dpkg -i gvfs*all.deb >/dev/null
exit
Regards,
Ralf