Playback circle :)

Hi there,
updating flatpak install these packages:
flatpak update
Looking for updates…
Required runtime for org.gtk.Gtk3theme.Mint-Y/x86_64/3.22 (runtime/org.freedesktop.Platform/x86_64/18.08) found in remote flathub
Do you want to install it? [Y/n]: Y

    ID                                    Arch   Branch Remote  Download
1.     org.freedesktop.Platform              x86_64 18.08  flathub < 295,2 MB
2.     org.freedesktop.Platform.Locale       x86_64 18.08  flathub < 316,0 MB (partial)
3.     org.freedesktop.Platform.VAAPI.Intel  x86_64 18.08  flathub   < 1,8 MB
4.     org.freedesktop.Platform.html5-codecs x86_64 18.08  flathub   < 3,3 MB

Proceed with these changes to the Default system installation? [Y/n]: 

then flatpak uninstall --unused remove these as unused :slight_smile: again
flatpak uninstall --unused

    ID                                           Arch          Branch
1. [-] org.freedesktop.Platform.VAAPI.Intel         x86_64        18.08
2. [-] org.freedesktop.Platform.html5-codecs        x86_64        18.08
3. [-] org.freedesktop.Platform                     x86_64        18.08
4. [-] org.freedesktop.Platform.Locale              x86_64        18.08

Uninstall complete.

Thanks in advance

That’s a flatpak issue. GTK themes don’t require a runtime that’s why they are being removed when you do flatpak uninstall --unused but Flatpak still pull the runtime when you do a flatpak update. There’s nothing we can do from Flathub side other than probably bumping the SDK/Runtime to 19.08 for whatever theme you’re using to avoid re-downloading an unnecessary runtime.

1 Like

Thanks, hope to be fixed in the next version :slight_smile:

Regards