-
Notifications
You must be signed in to change notification settings - Fork 117
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
Fedora40 + Qt 6.7.2 missing Qt6::qtgraphicaleffectsplugin #9762
Comments
cmake configure did finish successfully, (tho you might need to obtain qtgraphicaleffectsplugin) - what is the issue? :) |
qt graphic does not exist in q6 but only in qt5. The problem, as you can see, is that it can't find this library... |
My understanding is that we do really need the GraphicalEffects plugin as it produces a bunch of shaders used by the QML frontend (things like shadows and blending). This should be provided by a Qt5 compatibility library. Could you try installing the Note: this is declared as a build requirement in mozillavpn.spec |
I will admit though, the GraphicalEffects plugin doesn't really do that much for us and we could probably refactor it away and simplify some build dependencies by writing/importing the shaders directly into our codebase. |
Fedora 40 x64
The text was updated successfully, but these errors were encountered: