Hi All,

I am trying to run qml-launcher (https://github.com/alamminsalo/qml-launcher) 
with yocto 4.0 kirkstone. I've implemented a service file to start this 
qml-launcher (service file attached) but systemd fails to start the service 
with logs saying "Could not initialize egl display". However, if i run 
qml-launcher binary without service on wayland terminal, it works just fine.

The same service file and same qml-launcher application worked fine as a 
service with yocto dunfell, but there seems to be some issue with weston in 
kirkstone release.
Hoping for a valuable input here.


Regards,
Ansar Rasool
[Unit]
Description= Start qml-launcher
After=multi-user.target
Requires=graphical.target

[Service]
Type=simple
PermissionsStartOnly=true
ExecStart=/usr/bin/qml-launcher
Environment="XDG_RUNTIME_DIR=/run/user/0"
Restart=always

[Install]
WantedBy=multi-user.target
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57909): https://lists.yoctoproject.org/g/yocto/message/57909
Mute This Topic: https://lists.yoctoproject.org/mt/93267815/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to