RE: Changes have no effect on Environment variable

2014-08-25 Thread kongling
Hi, This is a good idea. These environment variables should be managed. BR, kongling Date: Mon, 25 Aug 2014 08:48:15 +0200 From: philippe.co...@open.eurogiciel.org To: k870818...@outlook.com CC: ivi@lists.tizen.org Subject: Re: Changes have no effect on Environment variable

Re: Changes have no effect on Environment variable

2014-08-25 Thread Ylinen, Mikko
On Mon, Aug 25, 2014 at 9:48 AM, Philippe Coval < philippe.co...@open.eurogiciel.org> wrote: > On 08/25/2014 03:50 AM, kongling wrote: > > Hi, >I find a file named "weston.sh"(/etc/profile.d/weston.sh) and modify it: > -Environment=ELM_ENGINE=wayland_egl > -Environment=ECORE_E

Re: Changes have no effect on Environment variable

2014-08-24 Thread Philippe Coval
On 08/25/2014 03:50 AM, kongling wrote: > Hi, >I find a file named "weston.sh"(/etc/profile.d/weston.sh) and > modify it: > -Environment=ELM_ENGINE=wayland_egl > -Environment=ECORE_EVAS_ENGINE=wayland_egl >+Environment=ELM_ENGINE=wayland_shm >+Environment=ECORE_E

RE: Changes have no effect on Environment variable

2014-08-24 Thread kongling
,it worked. Thanks for your help ! Best regard, kongling From: k870818...@outlook.com To: philippe.co...@open.eurogiciel.org CC: ivi@lists.tizen.org Subject: RE: Changes have no effect on Environment variable Date: Thu, 21 Aug 2014 01:21:50 + Hi, > please tell me the git url of that

RE: Changes have no effect on Environment variable

2014-08-20 Thread kongling
have no effect.(root and app user are always wayland_egl.) I modified "/etc/profile". +export ELM_ENGINE=wayland_shm +export ECORE_EVAS_ENGINE=wayland_shm After reboot, it still have no effect. > Date: Tue, 19 Aug 2014 14:23:42 +0200 > Subject: Re: Changes have no effect on Env

Re: Changes have no effect on Environment variable

2014-08-19 Thread Philippe Coval
2014-08-19 14:15 GMT+02:00 kongling : > Hi, > Thanks for your reply! > I add below cmds to test it, but it still have no effect. please tell me the git url of that service file you're editing ? and make sure to edit files in /etc/profile.d/ > Do you have any other suggestions? you

RE: Changes have no effect on Environment variable

2014-08-19 Thread kongling
Changes have no effect on Environment variable > > 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 "user-session@.service" > > a

Re: Changes have no effect on Environment variable

2014-08-19 Thread Philippe Coval
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 "user-session@.service" > and modify it. > After rebooting, the environment variable is still > "ELM_ENGINE=wayland_egl". Hi, Best way to manage env v

Changes have no effect on Environment variable

2014-08-18 Thread kongling
Hi, I want to change "ELM_ENGINE=wayland_egl" to "ELM_ENGINE=wayland_shm". I found it was in "user-session@.service" and modify it. After rebooting, the environment variable is still "ELM_ENGINE=wayland_egl". Is there anything wrong with my method? Or is there any other place to chan