Hi,
Tizen applications are not managed by systemd.
But there is a special service "starter" in systemd user session which launches
some special applications such as menu-screen.
"owner" is a default user which is pre-generated.
By the way, i used same command on 0905.1 weekly release, i got
"... successfully launched pid = 883 with debug 0"
You can see the available application list by
# su - owner
$ app_launcher -l
Also can see the running applications by
$ app_launcher -S
appId (PID)
org.tizen.volume (650)
org.tizen.service-plugin-sample (660)
org.tizen.lockscreen (749)
org.tizen.menu-screen (883)
Regards,
Sangyoon Jang
------- Original Message -------
Sender : cee1<[email protected]>
Date : 2015-09-16 21:50 (GMT+09:00)
Title : [Dev] Question about how user session starts up
Hi all,
I'm trying tizen mobile of 0905 weekly release. I found tlm is there
and the "owner" user is logged in.
But I can only see very few user apps/processes there:
"""
│ └─user-5001.slice
│ ├─session-c1.scope
│ │ ├─447 /usr/bin/tlm-sessiond
│ │ └─567 /bin/bash
│ └─[email protected]
│ ├─469 /usr/lib/systemd/systemd --user
│ ├─471 (sd-pam)
│ ├─dbus.service
│ │ └─487 /usr/bin/dbus-daemon --session --address=systemd: --nofork --syste
│ └─sync-manager.service
│ └─485 /usr/bin/sync-service
"""
Is "owner" the user account under which people use the mobile
device(e.g. a phone)?
I tried to launch an app, e.g.
"sudo -u owner app_launcher -s org.tizen.menu-screen", but got "The
app with ID: org.tizen.menu-screen is not avaible for the user 5001"
How does tizen launch auto-start apps?
--
Regards,
- cee1
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
