Thanks everybody who tried to fix this issue. @bobach, I have almost same results as you.
webkit2gtk
is at least part of the problem.
- Downgrading webkit2gtk
to version 2.36.0-2 "solved" problem for my setup. This results in a broken browser inside STM32CubeIDE
, but otherwise working IDE.
- Removing webkit2gtk
without any other replacement "solved" problem for my setup. This results in a broken browser inside STM32CubeIDE
, but otherwise working IDE. (# pacman -Rdd webkit2gtk
)
- Installing other versions or variants of webkit2gtk
(including webkitgtk-6.0
) did not bring back the browser inside of the IDE, for me.
Other possible solutions: Replace webkit2gtk
browser with chromium
: https://www.eclipse.org/swt/faq.php#howusechromium
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