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.066937
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 11 .. 16 Next › Last »

bobach commented on 2023-04-12 12:11 (UTC) (edited on 2023-04-12 12:19 (UTC) by bobach)

# pacman -Rdd webkit2gtk
# pacman -S webkit2gtk-6.0

[also works -5.0, with -4.1 eclipse complains about pre pre-4.2 version and that browser function is disabled, but still usable]

This should get you'll on your way, but permanent fix is probably some bug in webkit2gtk or eclipse.

Maziar commented on 2023-04-11 15:16 (UTC) (edited on 2023-04-11 15:17 (UTC) by Maziar)

I install webkitgtk-6.0. I installed both AUR & original st universal package (1.11 & 1.12) nothing worked && same error (after entering the workspace same error)

CaptainJack42 commented on 2023-04-11 14:45 (UTC)

Installing webkitgtk-6.0 solved the issue of cubeide not starting for me.

Maybe this should be added to the dependency list?

Maziar commented on 2023-04-06 11:39 (UTC)

I Exactly do same but same error

dario commented on 2023-04-06 10:42 (UTC)

I create an empty folder $HOME/Desktop/Workspace, then I open STM32CubeIDE for Flatpak. In the workspace dialog I point the workspace creation to $HOME/Desktop/Workspace. Finally under X11 I launch the native version «stm32cubeide» (not «stm32cubeide_wayland» which is now the default in the .desktop file) and point the IDE to the workspace folder created with the Flatpak version.

Maziar commented on 2023-04-06 10:31 (UTC)

dario, Not work for me ;-(

dario commented on 2023-04-06 08:54 (UTC)

Maziar, I am not using the Flatpak version. I have just stated that as a workaround I have created an empty workspace using the Flatpak version. Native version works when loading from an empty workspace created with the Flatpak version.

Maziar commented on 2023-04-03 12:57 (UTC) (edited on 2023-04-03 12:59 (UTC) by Maziar)

@drio

Flatpak's tools have own problem because has separate environments need many configs for access file system ….

For example, I use system utility such as ninja, toolchain or same tools, give incompatibility error (for me glibc error for ninja) because I think Flatpak work similar to docker !

dario commented on 2023-04-03 12:47 (UTC)

Another thing that worked for me: I have created an empty workspace with the Flatpak version of STM32CubeIDE. Loading this empty workspace with the AUR version of STM32CubeIDE is a workaround for the issue with SWT WebKit first reported by Maziar.

Maziar commented on 2023-03-24 14:27 (UTC) (edited on 2023-03-24 14:28 (UTC) by Maziar)

Have any way use one patch for stm32cubeide use local glibc version ... ?