Org.freedesktop Please update to a supported runtime version

Need advice on this warning:

Info: runtime org.freedesktop.Sdk branch 22.08 is end-of-life, with reason:
   org.freedesktop.Platform 22.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this runtime:
   com.visualstudio.code-oss

Info: runtime org.freedesktop.Platform.GL.default branch 22.08-extra is end-of-life, with reason:
   org.freedesktop.Platform 22.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this extension:
   com.visualstudio.code-oss

Info: runtime org.freedesktop.Platform.GL.default branch 22.08 is end-of-life, with reason:
   org.freedesktop.Platform 22.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this extension:
   com.visualstudio.code-oss

It’s not clear if I have to update the runtime library or the code-oss app but non sure if it is available.
In my flatpak list I have other libraries:

Name                                    Application ID                         Version                   Branch       Installation
calibre                                 com.calibre_ebook.calibre              7.26.0                    stable       system
Tauon                                   com.github.taiko2k.tauonmb             7.9.0                     stable       system
Plexamp                                 com.plexamp.Plexamp                    4.11.5                    stable       system
Code - OSS                              com.visualstudio.code-oss              1.74.3                    stable       system
FreeTube                                io.freetubeapp.FreeTube                0.23.1 Beta               stable       system
Obsidian                                md.obsidian.Obsidian                   1.8.7                     stable       system
Freedesktop Platform                    org.freedesktop.Platform               freedesktop-sdk-23.08.28  23.08        system
Freedesktop Platform                    org.freedesktop.Platform               freedesktop-sdk-24.08.11  24.08        system
Mesa                                    org.freedesktop.Platform.GL.default    24.0.9                    22.08        system
Mesa (Extra)                            org.freedesktop.Platform.GL.default    24.0.9                    22.08-extra  system
Mesa                                    org.freedesktop.Platform.GL.default    24.3.4                    23.08        system
Mesa (Extra)                            org.freedesktop.Platform.GL.default    24.3.4                    23.08-extra  system
Mesa                                    org.freedesktop.Platform.GL.default    24.3.4                    24.08        system
Mesa (Extra)                            org.freedesktop.Platform.GL.default    24.3.4                    24.08extra   system
FFmpeg extension with extra codecs      org.freedesktop.Platform.ffmpeg-full                             24.08        system
openh264                                org.freedesktop.Platform.openh264      2.1.0                     2.2.0        system
openh264                                org.freedesktop.Platform.openh264      2.4.1                     2.4.1        system
Freedesktop SDK                         org.freedesktop.Sdk                    freedesktop-sdk-22.08.27  22.08        system
GNOME Application Platform version 47   org.gnome.Platform                                               47           system
Breeze GTK theme                        org.gtk.Gtk3theme.Breeze               6.3.1                     3.22         system
KDE Application Platform                org.kde.Platform                                                 6.8          system
Mixxx                                   org.mixxx.Mixxx                        2.5.0                     stable       system
Signal Desktop                          org.signal.Signal                      7.42.0                    stable       system

I guess I need to wait but I’m wondering if there are other things I need to take into account.
Thanks.

Did you already perform basic flatpak maintenance?

flatpak uninstall --unused

The main application com.visualstudio.code-oss seems to be no longer installed, so you need to perform some cleanup.

And please don’t omit or redact terminal output. We don’t know what command you issued to get the above output.

Thanks, didn’t know this command, but I executed it and still get the warning:

➜  ~ flatpak uninstall --unused
Nothing unused to uninstall

The application is installed as I’m currently using it :slight_smile:

You’ll need to reach out to the maintainer of the flatpak that depends on this (looks like it’s visualstudio, so that’d be Microsoft, AFAICR).

yeah it’s a vscode fork from GitHub - code-oss-dev/code: Code OSS DEV but I’m re-learning/switching to neovim so it will be for the time being :slight_smile:

https://en.opensuse.org/Visual_Studio_Code

Possibly Flatpak version was abandoned.

1 Like

Thanks, I’ve installed from the tumbleweed repos mentioned in the first link. It worked but had some issues with cut and paste. Then I discovered it’s an Electron bug :frowning:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.