Debugging weston-launch

2023-01-23 Thread Edgar Mobile
I have to debug an Aarch64 based Linux system where weston-launch gets stuck in 
the main loop poll:

https://gitlab.freedesktop.org/wayland/weston/-/blob/master/libweston/weston-launch.c#L905
[https://gitlab.freedesktop.org/assets/twitter_card-570ddb06edf56a2312253c5872489847a0f385112ddbcd71ccfa1570febab5d2.jpg]
libweston/weston-launch.c · master · wayland / weston · 
GitLab
A lightweight and functional Wayland compositor. Switch branch/tag. weston 
libweston; weston-launch.c
gitlab.freedesktop.org
Can someone tell me how to start debugging this?

Regards.


xdg-shell-client-protocol.h

2021-11-11 Thread Edgar Mobile
Greetings,

I work my way through this Wayland tutorial:

https://wiki.tizen.org/Wayland_xdg-shell_protocol

To compile the example, I need a certain header allegedly in the Weston source 
tree:

xdg-shell-client-protocol.h

But I can't find it. What should I do to make it appear?

Regards