On Wed, Jan 08, 2014 at 03:33:02AM +0000, Wu, Zhiwen wrote: > I found that on IVI device, it defines TTYPath=/dev/tty1 and what "ls > -l /dev/tty1" show it's user id is "app". > And thanks to Kangkai's help. He found that, on IVI image, there is a > udev-rules-ivi package to set udev rules for tty1. Copy this file to > my image, and for now, weston can be launched by user session > correctly.
The tty rule from udev-rules-ivi was added as a temporary workaround to fix IVI bootup before we implemented user-session-launch to start a proper systemd-logind session. I neglected to remove this rule after integrating user-session-launch, so I didn't see this problem surface until now. The udev rule should eventually be removed, but only after the bug is fixed. Since I'm currently unsure of the proper fix, I filed a JIRA ticket to track the issue, at https://bugs.tizen.org/jira/browse/PTREL-592. Regards, Patrick _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
