diff options
author | 2016-08-02 09:28:13 +0900 | |
---|---|---|
committer | 2016-08-02 09:28:13 +0900 | |
commit | 381504d9293ae3081c54022bf501331abec064b6 (patch) | |
tree | cae3397badb6c0fa2aabb279faedefa06e162f96 | |
parent | 5b6f0b1edc5e73ce5d455f3f20fbe6ed0ec8bc00 (diff) |
Modified README
Launch process was different. loginctl should be launched after adding user.
Change-Id: I83d549f977b29044fd49907f74286defe0d55208
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -148,15 +148,15 @@ The following process is how to launch sample application trying whether sample can be searched from database. -1. start up porter board and open the weston-terminal +1. Start up porter board and open the weston-terminal -2. setting +2. Setting # vconftool set -t string db/menu_widget/language "en-us" - # loginctl enable-linger aglglobalapp # useradd aglglobalapp if required to define password, please set the password you like. + # loginctl enable-linger aglglobalapp -3. launch sample application from user +3. Launch sample application from user # login aglglobalapp $ launch_app org.tizen.amhelloworld launch sample appli will fail. |