Package Details: stm32cubeide 1.17.0-3

Git Clone URL: https://aur.archlinux.org/stm32cubeide.git (read-only, click to copy)
Package Base: stm32cubeide
Description: Integrated Development Environment for STM32
Upstream URL: https://www.st.com/en/development-tools/stm32cubeide.html
Keywords: arm cortex cortex-m cubeide embedded ide st stm32
Licenses: custom:SLA0048
Submitter: kumen
Maintainer: kumen
Last Packager: kumen
Votes: 37
Popularity: 0.055641
First Submitted: 2019-05-02 15:05 (UTC)
Last Updated: 2024-12-17 23:06 (UTC)

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 out Exec=... lines and comment out currently used one. After making changes to stm32cubeide.desktop run update-desktop-database as root to apply changes.

Discussion about this Eclipse issues is here: https://github.com/eclipse-platform/eclipse.platform.swt/issues/158

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 16 Next › Last »

CaptainJack42 commented on 2023-06-14 12:53 (UTC) (edited on 2023-06-14 12:55 (UTC) by CaptainJack42)

@kumen

@CaptainJack42 try to delete ~/.eclipse/com.st.stm32cube.*.1.12.1.* directory for bringing back marketplace. But all configuration and plugins will be gone. A restore of the configuration and plugins from the previous version of stm32cubeide may be triggered if it exists in ~/.eclipse/.

That worked, thanks a lot for the quick help!

kumen commented on 2023-06-14 12:47 (UTC)

@Sven @sots, my mistake. I'll fix it soon.

@CaptainJack42 try to delete ~/.eclipse/com.st.stm32cube.*.1.12.1.* directory for bringing back marketplace. But all configuration and plugins will be gone. A restore of the configuration and plugins from the previous version of stm32cubeide may be triggered if it exists in ~/.eclipse/.

CaptainJack42 commented on 2023-06-14 07:38 (UTC) (edited on 2023-06-14 08:23 (UTC) by CaptainJack42)

Since the latest update (published 13 hours ago, 13-06-2023) the eclipse marketplace is gone for me and my previously installed plugins are gone as well? Is this something ST just did or is this some other issue?

Update: Installing cube IDE from the ST website works and leaves me with the usual marketplace (opening it crashes cubeide with the webkit error if webkit2gtk is installed, if it is removed (with # pacman -Rdd webkit2gtk) it works) and at least my previously installed plugins are still there. For now i'll stick with that version although i don't like it and since the versions can co-exist i might try again if another update drops. I honestly have no idea what is happening.

sots commented on 2023-06-13 23:59 (UTC) (edited on 2023-06-13 23:59 (UTC) by sots)

@kumen The default path is /opt/st/stm32cubeide_xxxxxx instead of /opt/stm32cubeide_xxxxxx

Sven commented on 2023-06-13 22:38 (UTC)

The link exists but is broken. The ln command should be the following: ln -s "stm32cubeide" "${pkgdir}/opt/stm32cubeide_${pkgver}"

kumen commented on 2023-06-13 18:23 (UTC)

@sots, thanks for suggestion. It should be done by now.

sots commented on 2023-06-13 11:56 (UTC) (edited on 2023-06-13 12:20 (UTC) by sots)

According to https://github.com/microsoft/vscode-embedded-tools/issues/45 , I think a symbol link automatically created from /opt/st/stm32cubeide_xxxxxx (the installing path of the official installer) to /opt/stm32cubeide/ may be helpful when using software that depends on it.

Hzf commented on 2023-05-01 17:18 (UTC)

Validating not passed st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip ... FAILED SLA0048_STM32CubeIDE.pdf ... Skipped ==> ERROR: One or more files did not pass the validity check! -> error downloading sources: /home/hzf/.cache/yay/stm32cubeide context: exit status 1

Maziar commented on 2023-04-12 15:10 (UTC)

Thanks @bobach & @kumen

Yes, removing webkit2gtk is a solution.Installing webkit2gtk-6.0 not help back browser inside eclipse ...

kumen commented on 2023-04-12 14:18 (UTC) (edited on 2023-04-12 14:19 (UTC) by kumen)

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