clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.75k stars 676 forks source link

Clementine not grabbing GTK Theme in Ubuntu 20.04 running Gnome 3.36.2 #6689

Open BeholdenCypress opened 4 years ago

BeholdenCypress commented 4 years ago

Before posting

Please follow the steps below and check the boxes with [x] once you did the step.

System information

Please provide information about your system and the version of Clementine used.

Expected behaviour / actual behaviour

https://i.imgur.com/HwRb7sK.png

dmdmdm commented 4 years ago

Hi. Clementine uses QT. I haven't tried this in your exact environment but it sounds like it might work: https://askubuntu.com/questions/910012/how-can-i-get-qt5-applications-to-use-the-gtk-theme-in-ubuntu-17-04

funwhilelost commented 3 years ago

@BeholdenCypress I was able to get a pretty close approximation on Ubuntu 20.04 by using Kvantum from this tutorial.

tl;dr

sudo apt install qt5-style-kvantum qt5-style-kvantum-themes
echo "export QT_STYLE_OVERRIDE=kvantum" >> ~/.profile

Log out, log in, run "Kvantum Manager" from activities, select "KvArcDark" and you should be good to go!

Example of KvGnomeDark on my machine: image