FedoraQt / adwaita-qt

A style to bend Qt applications to look like they belong into GNOME Shell
Other
488 stars 48 forks source link

qbittorrent does not see the theme #180

Closed Yasand123 closed 1 year ago

Yasand123 commented 1 year ago

When running qbittorrent -style adwaita I get the following error:

QApplication: invalid style override 'adwaita' passed, ignoring it.
    Available styles: qt6ct-style, Windows, Fusion

Is it because qbittorrent is qt6? I also couldn't find the theme using qt6 settings app, but I found it using the qt5 one.

I also tried systemsettings, I set the theme to adwaita, same issue. qbittorrent will just ignore everything.

Context:

MartinBriza commented 1 year ago

This is a binary Qt style and major Qt versions are not binary compatible, so you need to have adwaita-qt built against all Qt versions you want to use it with. I'll close the ticket but feel free to get in touch if you need more information.