Move all tmp file to ~/.config/ibus
authorPeng Huang <shawn.p.huang@gmail.com>
Fri, 9 Oct 2009 23:23:54 +0000 (07:23 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Fri, 9 Oct 2009 23:23:54 +0000 (07:23 +0800)
src/ibusshare.c

index e75f1a6c9ae4c29faa75a230b79bfe33c87a3ab4..a5508aee0fa95be19ef0734f45c3514efaaaabdc 100644 (file)
@@ -166,8 +166,8 @@ ibus_get_socket_path (void)
                              ibus_get_local_machine_id (),
                              hostname,
                              displaynumber);
-        path = g_build_filename (g_get_home_dir (),
-                                 ".ibus",
+        path = g_build_filename (g_get_user_config_dir (),
+                                 "ibus",
                                  "bus",
                                  p,
                                  NULL);