-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
GTK/Qt theme not working #244895
Labels
0.kind: bug
Something is broken
Comments
Yeah qalculate-qt (and anki) are Qt 6 applications, I expect the gtk2 style not working before someone package https://github.com/trialuser02/qt6gtk2 (theming for Qt 5 should work since we have https://github.com/qt/qtstyleplugins though 🙃) |
Here's qt6gtk2: #245571 With that PR merged, this issue should be fixed right out of the box when using NixOS to manage qt. |
12 tasks
Thank you for the PR! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I've followed the instructions described in the manual, but Qt applications are not using my GTK theme.
Steps To Reproduce
Running
qalculate-qt
will yield the following error:QApplication: invalid style override 'gtk2' passed, ignoring it. Available styles: Windows, Fusion
Expected behavior
Qt applications should properly detect the
gtk2
style.Notify maintainers
@romildo
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: