iMX8QM: Unable to launch electron js GUI application in wayland display

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iMX8QM: Unable to launch electron js GUI application in wayland display

1,111 Views
vinothkumars
Senior Contributor IV

Hi,

 

Software - Embedded Linux - L5.10.35 

Hardware - IMX8QM Custom board

 

I am working on electron js application (.AppImage) porting for cross platform (arm64). I cross compiled and it is executed but it is crashed (Trash/breakpoint trap ) while calling gui (CreateWindow function) from electron js.

 

I configured following things to execute,

export XDG_SESSION_TYPE = wayland
export WAYLAND_DISPLAY = wayland-1 (as per the display availability)

 

Crash message,

      Trash/breakpoint trap 

 

 

I want to know is electron js compatible with Wayland display or not ?

 

 

 

Regards,
Vinothkumar Sekar
0 Kudos
2 Replies

893 Views
mgonzalezg9
Contributor II

Any updates on this?

0 Kudos

1,095 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

It depends on your electron version.electron 12 and 13 can support wayland.