diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index e27a5cc7f..6aa3b8c23 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -464,6 +464,7 @@ main (int argc, #ifdef HAVE_WEBKIT2 pid_str = g_strdup_printf ("%u", getpid ()); g_setenv ("EPHY_WEB_EXTENSION_ID", pid_str, TRUE); + g_setenv ("EPHY_DOT_DIR", ephy_dot_dir (), TRUE); g_free (pid_str); /* Set the web extensions dir ASAP before the process is launched */ |