DISTRHO / PawPaw

Cross-Platform build scripts for audio plugins
ISC License
63 stars 8 forks source link

jack2 installer for windows is missing Qt's qwindowsvistastyle.dll for QJackCtl #24

Closed amurzeau closed 2 years ago

amurzeau commented 2 years ago

Hi :-)

I've just tried the latest installed from github actions at https://github.com/jackaudio/jack2-releases/actions/runs/1701889018 and found that the included QJackCtl will run fine, but without a proper UI skin: image

For reference, the expected "normal" skin is like this: image

This is a minor issue as all the functionality is still available.

The cause of this is that newer Qt versions use a new DLL, styles/qwindowsvistastyle.dll to manage the skin on Windows.

I think to resolve this issue, several things needs to be changed (I've not tested it):

falkTX commented 2 years ago

I didnt notice this, so QjackCtl stopped forcing the fusion theme then, makes sense. Do you mind pushing pull requests for these? thanks