I get an error when installing this package:
==> Making package: stm32cubeide 1.1.0-1 (Mon 16 Dec 2019 08:54:10 AM PST) ==> Retrieving sources... ==> ERROR: en.en.st-stm32cubeide_1.1.0_4551_20191014_1140_amd64.sh.zip was not found in the build directory and is not a URL.
The PKGBUILD and stm32cubeide.desktop files get downloaded, but the zipped source file does not. Is this filename correct? I must confess to not really know how AUR works; is this file stored on an AUR server or is it sideloaded from the ST website? (which may have blocked it)
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