On 07/20/10 10:12, Auke Kok wrote:
 Basically, uxlaunch is doing the following:
 1) activate /dev/tty2
 2) change owner and group of /dev/tty2 to meego user/group
 3) set uid and gid of calling process to meego user/group
 4) setsid /* this always seems to fail but the return value is not checked?? */

quick reply on this part: setsid() returns a pid_t on success, -1 on error. what return value do you see from setsid() ?

Auke
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to