On 08/19/2014 08:59 AM, kongling wrote: > Hi, > I want to change "ELM_ENGINE=wayland_egl" to > "ELM_ENGINE=wayland_shm". I found it was in "[email protected]" > and modify it. > After rebooting, the environment variable is still > "ELM_ENGINE=wayland_egl".
Hi, Best way to manage env variable is doing this in login shells but since we're using "systemd --user" as session manager (which is not supposed to, there is bug about that) in the end /etc/profile* are not sourced ... So the solution is the add /bin/sh -l "$cmd" in your systemd's services some of them are already doing this feel free to get inspiration from them.. Hope this help -- mailto:[email protected] -- gpg:0x467094BC xmpp:[email protected] https://dockr.eurogiciel.fr/blogs/embedded/author/pcl/ .
signature.asc
Description: OpenPGP digital signature
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
