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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,156 次查看
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 项奖励
2 回复数

938 次查看
mgonzalezg9
Contributor II

Any updates on this?

0 项奖励

1,140 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

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