|
|
|
|
|
by anthk
634 days ago
|
|
OFC with qt5ct it's suggested to add the qgtk styles too. For instance, the GTK2/3 one to map your GTK2/3 (and 4) settings into the QT5 widgets. BTW, to enforce Zukitre as the GTK4 theme with Elementary icons: create /etc/profile.d/gtk.sh #!/bin/sh
export GTK_THEME=Zukitre
export GTK_ICON_THEME=Elementary
And, yes, Zuki themes and the Elementary icon set must be installed too. |
|
For an LTS OS intended to be around for 12 years, I am not sure things have turned out well in user space and Qt5.
Hopefully, this saves someone a few hours of chasing this external issue in their own projects. =3