https://bugs.kde.org/show_bug.cgi?id=494734
--- Comment #8 from Anael <an...@anael.es> --- (In reply to Jan Rathmann from comment #5) > (In reply to Anael from comment #3) > > WORKAROUND > > As a workaround, the use of the default KColorScheme can be forced for all > > Flatpak apps: > > > > ```bash > > flatpak override --user --env=QT_QPA_PLATFORMTHEME=kde > > ``` > > Beware, while this fixes accent colours, this override breaks file dialogs > at least in NeoChat for me: They show an empty home dir, making it > impossible to pick a file. Sorry, I hadn't tried this with file dialogs and it seems that yes, it does indeed break them. Now that this bug is fixed, it's best to remove the override anyway: ```bash flatpak override --user --unset-env=QT_QPA_PLATFORMTHEME ``` And many thanks for the bugfix! -- You are receiving this mail because: You are watching all bug changes.