Thanks for replying.
A lot of packages depend of gvfs, some of which I use. So uninstalling wasn't really an option. I want to keep Gnome installed for now.
After a lot of digging around, I did manage to find a workaround:
Create a file named .xsessionrc in the $HOME directory with the following contents:
Code:
#!/bin/bash
GVFS_DISABLE_FUSE=1
export GVFS_DISABLE_FUSE
(Might need to do a chmod +x as well)
After restarting the X session, the ~/.gvfs thingy isn't mounted, and my USB thumb drive mounts/unmounts properly in KDE. gvfsd is still running in the background, but doesn't seem to be causing any trouble.
(PS: Zorael - It was because of some of your posts and your sig that I decided to try out KDE again

)