@mrechte I found this on the ST website related to empty target selection window: https://community.st.com/s/question/0D50X0000AnrBJd/stm32cubeide-blank-page-when-start-new-stm32-project-after-initialising-target-selector-ubuntu-1904
So in my stm32cubeide.desktop
file I modified the Exec= /opt/stm32cubeide/stm32cubeide %F
line to be Exec=env GDK_BACKEND=x11 /opt/stm32cubeide/stm32cubeide %F
This file is found in /usr/share/applicaitons
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