-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Global menu on Wayland #1925
Comments
Might actually be a kded6 issue! When kded6 is started on a Wayland session with QT_QPA_PLATFORM=wayland the appmenu does not work for some "non-QT" applications, when it is started with QT_QPA_PLATFORM=xcb it does work but then things like scaling do not apply correctly. I raised a bug with KDE as well, I will have to update my findings there as well as I think this belongs there. |
@falkTX I noticed you added QT6 support in the recent commits, how do I force the QT6 frontend? I see in the code the check for 5 happens before 6 on quite a few occasions, this likely uses QT5 whenever it is available instead of QT6? |
You can force Qt6 by setting Line 364 in 2f7c939
Carla does detect Qt6 and compilation works:
|
you can force any makefile variable on the command-line, so this is enough:
let me know if you find any issues related to Qt6 usage |
kded6 (6.5.0) throws the not very descriptive error:
It does this four times successively and fails to populate the global menu.
This is on Arch with Plasma on Wayland, it works fine on X11.
The text was updated successfully, but these errors were encountered: