Skip to content

Instantly share code, notes, and snippets.

@aldinkapetanovic
Created June 10, 2023 17:22
Show Gist options
  • Save aldinkapetanovic/1038633c43053b25b7bc7beef35d5a5b to your computer and use it in GitHub Desktop.
Save aldinkapetanovic/1038633c43053b25b7bc7beef35d5a5b to your computer and use it in GitHub Desktop.
Qt5 applications to use the Gtk+ 2 style
# ---8<---
export QT_QPA_PLATFORMTHEME=gtk2
# --->8---
@aldinkapetanovic
Copy link
Author

aldinkapetanovic commented Jun 10, 2023

sudo apt install qt5-style-plugins
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
echo "export QT_QPA_PLATFORMTHEME=gtk2" >> ~/.profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment