QT5 applications missing global menu in KDE 6.5.5

I have a couple of Qt5 apps that aren’t working with the global menu in KDE 6.5.5 (they show no menu at all) . The thread linked below mentions plasma5-integration package but I already have plasma-integration installed. Is the plasma5-integration package required also? I can’t find any info on whether I need both, I would have assumed plasma-integration would have covered all versions of Qt although the package doesn’t list any conflicts or replaces.

Manjaro (stable branch)

KDE Plasma 6.5.5

Try see if this fix it. Add GDK_BACKEND=x11 as an Enviroment Variable to each of the apps that are missing global menu.

1 Like

It’s a native Qt5 application so I don’t think this would affect it, but I tried it anyway and it didn’t make a difference.

Yes, you need plasma5-integration if you want the global menu to work with Qt5 applications.

3 Likes

Thanks for this. Installed and problem resolved. I’ll ask that the description in my repo gets updated to make it clearer what exactly this package is for and that it can be installed alongside the plasma-integration package.

sorry for dumb question, but how do I install this?

The exact name depends on the distro. Something similar to plasma5-integration or plasma-integration5.

1 Like

well, it didn’t work for me :frowning: