Closed julian-poidevin closed 4 months ago
This is clearly related to the latest version, I fetch the package info using flatpak remote-info flathub --log com.st.STM32CubeIDE
:
flatpak remote-info flathub --log com.st.STM32CubeIDE
ID: com.st.STM32CubeIDE
Ref: app/com.st.STM32CubeIDE/x86_64/stable
Arch: x86_64
Branch: x86_64
Collection: org.flathub.Stable
Download: 1.4 GB
Installed: 3.2 GB
Runtime: org.gnome.Platform/x86_64/40
Sdk: org.gnome.Sdk/x86_64/40
Commit: 4e989d86140354140a6c88f547a909345439d63ba4de367f2c172bf93647c85e
Parent: eb17167edc6bc00db40430f40157e67cf02f26bbbc2feb6eef644414bb7dec7f
Subject: remove fedc (af373b9d)
Date: 2021-09-05 17:26:31 +0000
History:
Commit: eb17167edc6bc00db40430f40157e67cf02f26bbbc2feb6eef644414bb7dec7f
Subject: Update gnome to 40 (a8c70c3a)
Date: 2021-03-26 19:37:15 +0000
Commit: 9986df01a78d08217616e00ed5ead80aabe93543730ea194cbe0e8a1b3684fc8
Subject: Add stlink-server (887c26bd)
Date: 2021-03-17 14:17:50 +0000
Commit: 52bbd14a96597dafa2fe62b99ba0d30dcf4138e87ffda0992f688460bfe0a255
Subject: Update runtime to 3.38 (3a83d89a)
Date: 2020-09-17 19:25:27 +0000
Commit: ea338abe90357740193197d306ebe41618b71816b3bd0083d7b2d3d581ab7a62
Subject: Update com.st.STM32CubeIDE.metainfo.xml (cd539828)
Date: 2020-07-27 15:47:23 +0000
Commit: 793abbede06f58d4a576aefb1a166675c1be402f2191c7db1b6fba2bed4964ee
Subject: Change image (060faafb)
Date: 2020-05-04 13:14:06 +0000
I updated to the previous stable commit (eb17167edc6bc00db40430f40157e67cf02f26bbbc2feb6eef644414bb7dec7f) using :
flatpak update --commit=eb17167edc6bc00db40430f40157e67cf02f26bbbc2feb6eef644414bb7dec7f com.st.STM32CubeIDE
And the command now executes properly.
I found 2 similar issues on flatpak repo :
However, running flatpak update --assumeyes
as suggested in https://github.com/flatpak/flatpak/issues/3847#issuecomment-778621620 did not solve the issue
How to resolve it .
Since the update of the package to v1.7.0, I'm having the following error when trying to run
com.st.STM32CubeIDE
:I'm running flatpak on a docker image built on
alpine:latest
. The docker is running in privileged mode using this command line :docker run -t -i -d --privileged stm32cubeidecidocker
.I can't tell if this is this related to the new package version, I'll try with the older version and get back with more info