When I perform a flatpak update, 3 versions of org.freedesktop.Platform.openh264 attempt to update. These updates are trying to communicate through port 80, HTTP instead of HTTPS.
How can I determine what Flatpak apps are dependent on these items.
flatpak update
Looking for updates…
ID Branch Op Remote Download
1. [✗] org.freedesktop.Platform.openh264 2.2.0 i flathub 603.8 kB / 944.3 kB
2. [✗] org.freedesktop.Platform.openh264 2.4.1 i flathub 630.3 kB / 976.5 kB
3. [✗] org.freedesktop.Platform.openh264 2.5.1 i flathub 644.7 kB / 971.4 kB
Why is it calling for several versions of the same component ?
Those are due to API/ABI breaks. If a version makes a API/ABI break we can’t update it in the same runtime version, so the new openh264 goes to a new runtime version.
So you end up with 23.08 installing 2.2.0, 24.08 installing 2.5.1 and so on.
OK. I do not want to have any application using openh264 running on my system as I also noticed Flatpak recognized a security issue.
Can i identify any installed apps that use openh264 through flatpak so i can remove them?
It’s defined in the runtime, meaning it is mounted into every app. If you want to get rid of it, uninstall it then mask it Tips and Tricks - Flatpak documentation