Hi, On 1 April 2014 20:47, [email protected] <[email protected]> wrote: > I´m not launching the demos from Weston inside. I´m launching them from > console/serial. > > So I suppose not having the XDG_RUNTIME_DIR defined is the "default behavior"
That's right. You can enable PAM and integrate pam_xdg_support (something along those lines, anyway) that will create and set XDG_RUNTIME_DIR for you on login, or use systemd+logind, or many other ways to do it automatically, but if you use good old sysvinit and a basic init script then you need to set XDG_RUNTIME_DIR yourself (or set it in the system-wide login scripts). Ross -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
