To correct flatpac installed apps run:
To make QT apps use GTK theme run:
Than
You will need to logout for it to take effect.
Code: [Select All]
flatpak install flathub org.gtk.Gtk3theme.Arc
To make QT apps use GTK theme run:
Code: [Select All]
sudo apt install qt5-style-plugins
Than
Code: [Select All]
echo "export QT_QPA_PLATFORMTHEME=gtk2" >> ~/.profile
You will need to logout for it to take effect.