Packages updating on loop

It seems packages org.freedesktop.Platform.VAAPI.Intel and org.freedesktop.Platform.html5-codecs are trying to be updated always.

In the Op column it goes from i to r and then back to i, and they always update.

❯ flatpak update
Looking for updates…
Info: org.gnome.Platform//3.36 is end-of-life, with reason:
   The GNOME 3.36 runtime is no longer supported as of February 13, 2021. Please ask your application developer to migrate to a supported platform.
Applications using this runtime:
   com.github.calo001.fondo, org.gnome.OCRFeeder
Info: org.freedesktop.Platform.html5-codecs//18.08 is end-of-life, with reason:
   The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform.
Info: org.freedesktop.Platform.VAAPI.Intel//18.08 is end-of-life, with reason:
   The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform.


        ID                                             Rama           Op
 1. [-] org.freedesktop.Platform.VAAPI.Intel           18.08          r
 2. [-] org.freedesktop.Platform.html5-codecs          18.08          r

Uninstall complete.


❯ flatpak update
Looking for updates…
Info: org.gnome.Platform//3.36 is end-of-life, with reason:
   The GNOME 3.36 runtime is no longer supported as of February 13, 2021. Please ask your application developer to migrate to a supported platform.
Applications using this runtime:
   com.github.calo001.fondo, org.gnome.OCRFeeder
Info: org.freedesktop.Platform.html5-codecs//18.08 is end-of-life, with reason:
   The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform.
Info: org.freedesktop.Platform.VAAPI.Intel//18.08 is end-of-life, with reason:
   The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform.


        ID                                               Rama             Op           Remoto            Descarga
 1. [✓] org.freedesktop.Platform.VAAPI.Intel             18.08            i            flathub           1,8 MB / 1,8 MB
 2. [✓] org.freedesktop.Platform.html5-codecs            18.08            i            flathub           3,0 MB / 3,3 MB

Installation complete.


❯ flatpak update
Looking for updates…
Info: org.gnome.Platform//3.36 is end-of-life, with reason:
   The GNOME 3.36 runtime is no longer supported as of February 13, 2021. Please ask your application developer to migrate to a supported platform.
Applications using this runtime:
   com.github.calo001.fondo, org.gnome.OCRFeeder
Info: org.freedesktop.Platform.html5-codecs//18.08 is end-of-life, with reason:
   The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform.
Info: org.freedesktop.Platform.VAAPI.Intel//18.08 is end-of-life, with reason:
   The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform.


        ID                                             Rama           Op
 1. [-] org.freedesktop.Platform.VAAPI.Intel           18.08          r
 2. [-] org.freedesktop.Platform.html5-codecs          18.08          r

Uninstall complete.


❯ flatpak update
Looking for updates…
Info: org.gnome.Platform//3.36 is end-of-life, with reason:
   The GNOME 3.36 runtime is no longer supported as of February 13, 2021. Please ask your application developer to migrate to a supported platform.
Applications using this runtime:
   com.github.calo001.fondo, org.gnome.OCRFeeder
Info: org.freedesktop.Platform.html5-codecs//18.08 is end-of-life, with reason:
   The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform.
Info: org.freedesktop.Platform.VAAPI.Intel//18.08 is end-of-life, with reason:
   The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform.


        ID                                               Rama             Op           Remoto            Descarga
 1. [✓] org.freedesktop.Platform.VAAPI.Intel             18.08            i            flathub           1,8 MB / 1,8 MB
 2. [✓] org.freedesktop.Platform.html5-codecs            18.08            i            flathub           3,0 MB / 3,3 MB

Installation complete.

Weird. What’s happening?

You can likely remove the unused bits (freedesktop 18.08) with flatpak remove --unused

Otherwise, fondo requires code changes for a more recent runtime and OCRFeeder needs to be upated by the maintainers.

1 Like

Thanks, that fixed it.