I have been getting a permissions error when starting X server as a non-root 
user. The setuid bit is not set on /usr/bin/Xorg, so I have added a 
recipes-graphics/xserver-xorg_1.14.0.bbappend file that contains the following:


# Setuid on Xorg server. Allows multiple users to run X
do_install_append () {
        chmod u+s ${D}${bindir}/Xorg
}


Perhaps this need to go upstream?


- Jate S.
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to