Fix PTREL-624 20/15320/1 38/15238/2 tizen_ivi_panda submit/tizen/20140125.005007 submit/tizen_ivi_panda/20140403.192401
authorAlex Wu <zhiwen.wu@linux.intel.com>
Fri, 17 Jan 2014 07:15:58 +0000 (15:15 +0800)
committerAlex Wu <zhiwen.wu@linux.intel.com>
Sat, 18 Jan 2014 12:18:40 +0000 (20:18 +0800)
commit050bc1b1609fc9ca570fd2c97f8018a63df9a86c
treeee0a64d88a9ebbfb7342f01283f8a4f060c75964
parent3644ad545979e4f23ae8ca1bd94fe4b87af235e5
Fix PTREL-624

launchpad-preload@app.service set a wrong XDG_RUNTIME_DIR
environment.

We use new unit (user-session-launch@.service ) and symbol link
(user-session-launch@seat0-5000.service) to auto-trigger a user
session. This results in a environment
"XDG_RUNTIME_DIR=/run/user/5000" in the user session. But the
lauchpad service still use symbol link
"launchpad-preload@app.service" which result in a environment
"XDG_RUNTIME_DIR=/run/user/app". This make XDG_RUMTIME_DIR
dismatch between app launched by launchpad and program, e.g.
weston, launched in user session. And hence app launched by
launchpad failed at connecting socket /run/user/5000/wayland-0
that created by weston.

Change-Id: I7896dd001e9602772d96f4a20057cd90369a3a9f
Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
packaging/aul.spec