CubeIDE 2.0.0 - "Could not create GBM EGL display: EGL_NOT_INITIALIZED. Aborting..."
I just installed CubeIDE 2.0.0 on Ubuntu 24.04 (finally!). However I cannot launch it (I do get the initial workspace selection popup, but after selecting "Launch" I get this error):
$ /opt/st/stm32cubeide_2.0.0/stm32cubeide_wayland
Could not create GBM EGL display: EGL_NOT_INITIALIZED. Aborting...
A little bit of poking around on Google suggests that installing libnvidia-egl-wayland1 should fix this issue, however on my system libnvidia-egl-wayland1 is already installed:
$ dpkg -l | grep libnvidia-egl-wayland1
ii libnvidia-egl-wayland1:amd64 1:1.1.13-1ubuntu0.1 amd64 Wayland EGL External Platform library -- shared library
ii libnvidia-egl-wayland1:i386 1:1.1.13-1ubuntu0.1 i386 Wayland EGL External Platform library -- shared library
I have tried rebooting a couple of times but I keep getting the same error. Does anyone know how to fix this?
