englebass pushed a commit to branch master.

commit 9fe06250d8e258ad49ee443dd97ff8b102f431a3
Author: Sebastian Dransfeld <[email protected]>
Date:   Wed Aug 7 10:46:39 2013 +0200

    e: Use same XDG_RUNTIME_DIR template as efreet
---
 src/bin/e_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 9ca9b83..4cb75f7 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -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);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to