So, it’s been some time since I’ve been having this issue but I’m not so sure on how to fix it because I’m not a super tech savvy person when it comes to Linux troubleshooting. Every time, when the moment comes, that I need to update my flatpak packages, this messages pop up in my terminal:

Looking for updates…

Info: org.gnome.Platform is end-of-life, with reason: The GNOME 3.34 runtime is no longer supported as of 14th August 2020. Please ask your application developer to migrate to a supported platform.

Info: org.gnome.Platform is end-of-life, with reason: The GNOME 3.32 runtime is no longer supported as of 11th March 2020. Please ask your application developer to migrate to a supported platform.

Info: org.gnome.Platform.Locale is end-of-life, with reason: The GNOME 3.34 runtime is no longer supported as of 14th August 2020. Please ask your application developer to migrate to a supported platform.

Info: org.gnome.Platform.Locale is end-of-life, with reason: The GNOME 3.32 runtime is no longer supported as of 11th March 2020. Please ask your application developer to migrate to a supported platform.

I would really appreciate your help, thanks!

  • nBee
    link
    2
    edit-2
    3 years ago

    You could check which flatpak apps depend on the old GNOME runtimes with flatpak list --app --app-runtime=org.gnome.Platform/x86_64/3.34 and flatpak list --app --app-runtime=org.gnome.Platform/x86_64/3.32

    • ghost_laptopOPM
      link
      13 years ago

      It doesn’t give me any results. o_O

      • nBee
        link
        33 years ago

        Does it show anything when you try to remove unused flatpaks? flatpak uninstall --unused

        • ghost_laptopOPM
          link
          13 years ago

          Yup, a lot of stuff:

          ` ID Branch Op

          1. com.georgefb.haruna.Locale                             stable         r
            
          2. com.github.bilelmoussaoui.Authenticator.Locale         stable         r
            
          3. com.github.maoschanz.drawing.Locale                    stable         r
            
          4. com.gitlab.bitseater.meteo.Locale                      stable         r
            
          5. edu.stanford.Almond.Locale                             stable         r
            
          6. io.github.celluloid_player.Celluloid.Locale            stable         r
            
          7. io.github.quodlibet.QuodLibet.Locale                   stable         r
            
          8. net.jami.Jami.Locale                                   stable         r
            
          9. org.eu.encom.spectral.Locale                           stable         r
            
          10. org.freedesktop.Platform.Compat.i386                   20.08          r
            
          11. org.freedesktop.Platform.GL32.default                  20.08          r
            
          12. org.freedesktop.Platform.ffmpeg-full                   19.08          r
            
          13. org.gnome.Contacts.Locale                              stable         r
            
          14. org.gnome.Platform                                     3.32           r
            
          15. org.gnome.Platform.Locale                              3.32           r
            
          16. org.gnome.Platform                                     3.34           r
            
          17. org.gnome.Platform.Locale                              3.34           r
            
          18. org.gnome.Weather.Locale                               stable         r
            
          19. org.kde.Platform                                       5.12           r
            
          20. org.kde.Platform.Locale                                5.12           r
            
          21. org.mozilla.firefox.Locale                             stable         r
            
          22. org.mypaint.MyPaint.Locale                             stable         r
            
          23. org.videolan.VLC.Locale                                stable         r`
            
          • ghost_laptopOPM
            link
            13 years ago

            I don’t even have installed a lot of that stuff, actually, I’m pretty sure I uninstalled them a while ago.

            • nBee
              link
              3
              edit-2
              3 years ago

              Ah, okay. So you could remove them all if you no longer need them (or individually if you need some of them). I’m not sure why that happens sometimes, but org.gnome.Platform and the others are dependencies no longer used and still remain installed.

              • ghost_laptopOPM
                link
                13 years ago

                Thanks a lot for your help, it worked!

                • nBee
                  link
                  23 years ago

                  glad to be of help :)

            • @larkey
              link
              1
              edit-2
              3 years ago

              deleted by creator