e: Use same XDG_RUNTIME_DIR template as efreet

This commit is contained in:
Sebastian Dransfeld 2013-08-07 10:46:39 +02:00
parent 90ea063616
commit 9fe06250d8
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ _xdg_data_dirs_augment(void)
{
const char *dir;
snprintf(buf, sizeof(buf), "/tmp/xdg_runtime_XXXXXX");
snprintf(buf, sizeof(buf), "/tmp/xdg-XXXXXX");
dir = mkdtemp(buf);
if (!dir) dir = "/tmp";
e_util_env_set("XDG_RUNTIME_DIR", dir);