-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to register kvantum (without using qt5ct) in QT_QPA_PLATFORMTHEME? #221
Comments
Qt DEs (KDE, LXQt) automatically activate their own platform-theme plugins; the user just chooses the style (Kvantum, for example) and one of its themes. Under non-Qt DEs, qt5ct, QGnomePlatform, or lxqt-qtplugin,... can be used. All of them are about the variable |
An example: Under Enlightenment, I set |
Thank you so much. I made "export QT_STYLE_OVERRIDE=kvantum" And it all worked. |
You're welcome. So, on your system, |
Sorry to necro this thread but... I would like to know if anyone is aware of what component of KDE handles the theming. I find that all of the options presented look very bad with some Qt programs, and I never noticed a single issue on KDE. If I can rip that out to replace qt5ct, you would be my hero. |
Its Qt plugins, namely, its platform-theme plugin ( But if you have a full KDE installation, you might be able to use this command outside KDE to run APP:
Similarly, if you have a full LXQt installation, you could use this command outside LXQt:
|
If I wanted the fewest packages from either desktop environment possible, what route would you take? Can I just install KDE settings and get those two plugins, or get the packages that work together without the entire plasma desktop metapackage? |
Probably, those plus However, it's unusual to install so many packages just for use outside KDE. That's why |
Subj
How to register kvantum (without using qt5ct) in QT_QPA_PLATFORMTHEME?
export QT_QPA_PLATFORMTHEME=kvantum (Kvantum, kvantum-style, etc) does not work.
The text was updated successfully, but these errors were encountered: