Misterio77 / nix-config

Personal nixos and home-manager configurations.
https://m7.rs/git/nix-config/
MIT License
719 stars 42 forks source link

libsForQt5.qtstyleplugins messes up QT apps. #19

Closed sjcobb2022 closed 12 months ago

sjcobb2022 commented 1 year ago

I have been configuring my nix config slowly based on this config (because it's really great), and I've come across a bit of an issue. Namely, using qt apps with the default settings in this project.

When using QT applications such as KDEConnect or kde-authentication-agent, I believe that there is a icon issue which causes the layout of the application to have issues.

As you can see in this image, the help and close buttons on KDEConnect have an incorrect layout. The details button on kde-authentication-agent, also has the same issue. I'm relatively sure that the icons for kde-authentication-agent are also very wrong.

image

To note: switching to adwaita / adwaita-qt works.

Does anyone else have these issues or is it just me?

I'm not sure whether this is a nix-colors issue or a materia theme issue, or a qtstyleplugins issue, but I know you (@Misterio77) are probably the best person to ask.

sjcobb2022 commented 12 months ago

Hi there,

Sorry about this. I did a bit of digging and it turns out if your using an nvidia prime device (such as my laptop). QT does not render correctly.

I'll close this now