summaryrefslogtreecommitdiff
path: root/daemon/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/main.c b/daemon/main.c
index b07fa665..d83aaedc 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -106,7 +106,7 @@ main (int argc, char *argv[])
char *fuse_path;
char *argv2[4];
- fuse_path = g_build_filename (g_get_home_dir (), ".gvfs", NULL);
+ fuse_path = g_build_filename (g_get_user_runtime_dir (), "gvfs", NULL);
if (!g_file_test (fuse_path, G_FILE_TEST_EXISTS))
g_mkdir (fuse_path, 0700);