https://bugs.kde.org/show_bug.cgi?id=417441
--- Comment #26 from Luca Bacci <luca.ba...@outlook.com> --- A few interesting links: 1. https://github.com/flatpak/flatpak/issues/3445 2. https://github.com/flatpak/flatpak/pull/3247 3. https://github.com/flatpak/flatpak/issues/4896 TLDR: Flatpak apps should not be able to access themes from the system. If you think about it, the system could be rather old, but Flatpaks can be updated independently to newer and newer versions. If in the future something w.r.t. theming changes, for example as happened for GTK 3.20: https://developer-old.gnome.org/gtk3/3.24/ch32s10.html, then Flatpaks will access incompatible themes. OTOH, the PR in the second link and the fact that themes in ~/.themes can already be read suggests that it isn't considere a big problem, so there's hope :) -- You are receiving this mail because: You are watching all bug changes.