-
I'm building a yocto distribution using weston 10.0.2, wpewebkit 2.38.2, cog 0.16.1 and I fall on a strange issue. If i'm runnin the following command the flower are shown on the screen same for For cog, if i run using sudo, the window is shown fullscreen on the screen But using browser user, nothing is displayed and no errors on the output: Here the working output:
Here the non working output:
The main difference seems to be the registration on wp_presentation |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the issue. Is due to os_create_anonymous_file which use XDG_RUNTIME_DIR as base directory for tempory files. In case of yocto the socket is creater under /run and the users don't have rights to create file in it. |
Beta Was this translation helpful? Give feedback.
I found the issue. Is due to os_create_anonymous_file which use XDG_RUNTIME_DIR as base directory for tempory files. In case of yocto the socket is creater under /run and the users don't have rights to create file in it.