Hello,
while solving another problem I read a few things about flatpaks which are a completely new topic for me. I looked up what other flatpak packages I might have installed in my ignorance and got the following output:
Madmunchkin@fedora:~$ flatpak list
Name Application ID Version Branch Installation
ProtonUp-Qt net.davidotek.pupgui2 2.14.0 stable system
Mesa org.freedesktop.Platform.GL.default 25.2.6 24.08 system
Mesa (Extra) org.freedesktop.Platform.GL.default 25.2.6 24.08extra system
openh264 org.freedesktop.Platform.openh264 2.5.1 2.5.1 system
Breeze GTK theme org.gtk.Gtk3theme.Breeze 6.5.3 3.22 system
KDE Application Platform org.kde.Platform 6.9 system
If I understood flatpaks correctly they run always in a sandbox that limits their access to parts of the system. Now I wonder why the graphics driver Mesa and parts of KDE was installed as flatpak during the fedora installation. Is this normal? Do or can I remove them and install normal packages instead?
Thanks in advance.