@j0b314: STM32CubeIde is based on Eclipse, which doesn't support Wayland well.
In the /usr/share/applications/stm32cubeide.desktop application file, there is a commented out entry for running STM32CubeIDE in x11. Comment out the enabled exec, and uncomment the entry that contains "GDK_BACKEND=x11". Then update the application entries with "update-desktop-database". It should then work.
Pinned Comments
kumen commented on 2023-03-19 13:14 (UTC) (edited on 2023-03-19 13:17 (UTC) by kumen)
STM32CubeIDE is now run by executing
stm32cubeide_wayland
official script. If you have issues related to run environment, try to edit/usr/share/applications/stm32cubeide.desktop
file and uncomment one of commented outExec=...
lines and comment out currently used one. After making changes tostm32cubeide.desktop
runupdate-desktop-database
as root to apply changes.Discussion about this Eclipse issues is here: https://github.com/eclipse-platform/eclipse.platform.swt/issues/158