Use /tmp for XDG_RUNTIME_DIR if not set.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-06-08 10:07:34 +01:00
parent 9623cc3475
commit 84561ae002
1 changed files with 2 additions and 2 deletions

View File

@ -982,8 +982,8 @@ _e_main_xdg_dirs_check(void)
} }
else else
{ {
ERR("XDG_RUNTIME_DIR Not Set"); ERR("XDG_RUNTIME_DIR Not Set. Using '/tmp'");
return EINA_FALSE; e_util_env_set("XDG_RUNTIME_DIR", "/tmp");
} }
return EINA_TRUE; return EINA_TRUE;