--- a/pidgin/plugins/cap/cap.c Tue Oct 08 21:37:33 2019 -0400 +++ b/pidgin/plugins/cap/cap.c Tue Oct 08 21:38:57 2019 -0400 @@ -571,7 +571,7 @@ return TRUE; /* build the path */ - path = g_build_filename(purple_user_dir(), "cap.db", (gchar *)NULL); + path = g_build_filename(purple_data_dir(), "cap.db", (gchar *)NULL); /* make database connection here */ rc = sqlite3_open(path, &_db);