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]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux