Re: Help with d????????? ? ? ? ? ? .gvfs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 6 Jul 2009 09:51:43 -0400
Tom Horsley wrote:

> I'm already using as little of gnome as I possibly can, yet something starts
> the damn gvfs daemon in the microscopic parts of gnome I am
> forced to start to get any gtk app to work at all :-).

OK, I finally took the time to discover a way to squash it utterly.
I now have my system setup to run this script after ever yum
update (so if it comes back, I'll squash it again):

#!/bin/bash
#
if [ -f /usr/libexec/gvfs-fuse-daemon ]
then
   rm -f /usr/libexec/NOTgvfs-fuse-daemonNOT
   mv /usr/libexec/gvfs-fuse-daemon /usr/libexec/NOTgvfs-fuse-daemonNOT
fi

By renaming the daemon that runs the fuse mount, it can't
get it started.

I haven't noticed a single thing that fails to function
yet with it disabled like this.

I can't just remove the package that provides the daemon because
several things claim to depend on it, but despite that, they
all seem to work fine without it running.

My ~/.gvfs directory is now just a plain directory with no
weird attributes to confuse the heck out of backup
programs, etc.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux