Skip to content

Instantly share code, notes, and snippets.

@matinrco
Last active May 20, 2021 09:43
Show Gist options
  • Save matinrco/134b7681dab149dff44b3df7d6836b87 to your computer and use it in GitHub Desktop.
Save matinrco/134b7681dab149dff44b3df7d6836b87 to your computer and use it in GitHub Desktop.
Fix QT Themes on GTK Desktops

In Gnome, use these libs and command to make QT apps follow GTK theming better:

sudo apt install qt5-style-plugins
sudo bash -c "echo 'QT_QPA_PLATFORMTHEME=gtk2' >> /etc/environment"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment