Le mercredi 28 janvier 2015 à 13:13 +0000, 박기철 a écrit :
> Hi all,
> 
>  
> 
> I am trying to build and run Chromium/Blink MiniBrowser(after EFL
> porting) on Tizen 3.0 Odroid.
> 
> In the root mode, the MiniBrowser is working with some
> workaround(without using Tizen app framework).
> 
> However, in the user mode, the MiniBrowser app is not working with
> following errors.
> 
> How can I solve these issue?
> 
>  
> 
> root@localhost:/# su - tizenglobalapp
> tizenglobalapp@localhost:/$ /usr/apps/org.tizen.chromium-efl/bin/mini_browwer
> 
> ...
> 
> Dec 31 23:27:05 localhost mini_browser[818]: ail_db.c:
> db_do_prepare(280) > [db_do_prepare,280] (!db) -> db_do_prepare()
> return
> Dec 31 23:27:05 localhost mini_browser[818]: app_error.c:
> app_error(64) > [app_get_data_directory] INVALID_CONTEXT(0xffffffff) :
> failed to get the package
> Dec 31 23:27:05 localhost mini_browser[818]: ail_db.c:
> db_do_prepare(280) > [db_do_prepare,280] (!db) -> db_do_prepare()
> return
> Dec 31 23:27:05 localhost mini_browser[818]: app_error.c:
> app_error(64) > [app_get_data_directory] INVALID_CONTEXT(0xffffffff) :
> failed to get the package
> 
> ...
> 

Hello KiChanl,

I'm not expert but AFAIK, no application is intended to execute as user
"tizenglobalapp". We created this user without "standard" home directory
to record data of globally installed application. Maybe setting its
interpreter script to /usr/bin/nologin or /usr/bin/false would be
better, this shoulded forbid you to type things like "su -
tizenglobalapp" (but okay it may be sometime useful to do that).

In the hope that it helps a little.

Best regards
José Bollo


>  
> 
> Used platform version is as follows.
> 
> [Version]
> Model=Tizen3/TV;
> Build=tizen-tv_20150123.4;
> [Build]
> Date=20150123_112857;
> Time=11:28:57;
> 
>  
> 
> Best Regards
> 
> KC Park
> 
> 
> 
> 
> 
> _______________________________________________
> Dev mailing list
> Dev@lists.tizen.org
> https://lists.tizen.org/listinfo/dev


_______________________________________________
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev

Reply via email to