[OE-core] Test

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
Test Sebastian Süsens Software Developer [cid:basler_bfcf2c8f-c1cc-4a01-80f0-9f2e624337c8.jpg] Basler AG Tel. +49 4321 55956 27 sebastian.sues...@baslerweb.com www.baslerweb.com [cid:thumbnail_microsoftteams-image(1)_3de

[OE-core] [PATCH 3/3] [PATCH] [master] xwayland.weston-start: adaption of X11-unix folder

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
changed permission of X11-unix to 775 changed owner of X11-unix to root:video Signed-off-by: ssuesens --- meta/recipes-graphics/wayland/weston/xwayland.weston-start | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston/xwayland.weston-start b/m

[OE-core] [PATCH 2/3] [PATCH] [master} weston.init: enabled xwayland

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
set xwayland support in weston.init file to true Signed-off-by: ssuesens --- meta/recipes-graphics/wayland/weston-init.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 497d860203..77dda03cf

[OE-core] Subject: [PATCH 1/3] [PATCH] [master] weston.py: added xwayland test

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
Test xwayland support if DISTRO_FEATURE X11 is enabled Test checked if xserver listening on display Signed-off-by: ssuesens --- meta/lib/oeqa/runtime/cases/weston.py | 8 1 file changed, 8 insertions(+) diff --git a/meta/lib/oeqa/runtime/cases/weston.py b/meta/lib/oeqa/runtime/cases/we

Re: [OE-core] [honister] test and patches for xwayland support

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
On Ubuntu 20.04 has following rights: drwxrwxrwx    root     root   .X11-unix I think this is not the best solution, so I would preferred solution 2.drwxrwxr-x    root     video     .X11-unix -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#166834)

Re: [OE-core] [honister] test and patches for xwayland support

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
On Fri, Jun 10, 2022 at 10:19 AM, Alexander Kanavin wrote: > > You need to check which user and group weston runs as, and any needed > directories should be writable for those. Weston run as weston user and weston is in the video and input group. How shall I change the permission and owner for

Re: [OE-core] [honister] test and patches for xwayland support

2022-06-10 Thread Süsens , Sebastian via lists . openembedded . org
If I start weston as root user, weston starts like expected. When I start weston over the service /etc/init.d/weston start I see following error message in westen.log, when the system come up. failed to bind to /tmp/.X11-unix/X0: Permission denied The folder has following rights: drwxr-xr-x