PapirusDevelopmentTeam / materia-kde

Materia KDE customization
https://git.io/materia-kde
GNU General Public License v3.0
611 stars 40 forks source link

Theme not available, debian 10 with materia from backports #115

Closed gitlerat closed 3 years ago

gitlerat commented 3 years ago

Hi, I am running a fresh debian stable install with openbox as the only WM.

I Installed qt5ct and added this line in my .bash_profile: "QT_QPA_PLATFORMTHEME=qt5ct"

I installed materia-kde from buster-backports

If I launch qt5ct to change the plasma theme, materia is not available in the theme list.

Do I am missing something?

varlesh commented 3 years ago

export QT_STYLE_OVERRIDE=kvantum More info here: https://github.com/tsujan/Kvantum/issues/221

gitlerat commented 3 years ago

Thank you! I added the line in my .bash_profile and tried entering it in my terminal with "export QT_STYLE_OVERRIDE=kvantum".

But If I launch qt5ct nothing changed...

varlesh commented 3 years ago

Theme selected on Kvantum Manager. On qt5ct - set kvantum engine

varlesh commented 3 years ago

qtct - it's Qt Configuration Tool, it's not engine and can use GTK2-style, Kvantum and etc on Qt-apps Kvantum - it's SVG-based engine with theme support

varlesh commented 3 years ago
export QT_QPA_PLATFORMTHEME=qt5ct
export QT_STYLE_OVERRIDE=kvantum

run qt5ct and apply Kvantum run Kvantum Manager and apply Materia's theme or set on ~/.config/Kvantum/kvantum.kvconfig:

[General]
theme=MateriaDark
gitlerat commented 3 years ago

I Love you! Its working :)