Bug 483335

Summary: Application menu throws an error and is empty with some Qt5 applications
Product: [Frameworks and Libraries] kded-appmenu Reporter: Kai <kn5i02tst>
Component: Titlebar menu button/popupAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kn5i02tst, nicolas.fella
Priority: NOR Keywords: qt6
Version First Reported In: 6.0.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Kai 2024-03-12 12:42:03 UTC
SUMMARY
When starting some Qt5 applications (krdc, kmymoney, qt5-tools, keepassxc, sqlitebrowser) the following error is displayed in system logs and the application menu is not accessible (empty or hidden).

```
12/03/2024 13:20	kded6	org.kde.plasma.appmenu: Got an error
12/03/2024 13:20	kded6	org.kde.plasma.appmenu: Got an error
12/03/2024 13:20	kded6	org.kde.plasma.appmenu: Got an error
12/03/2024 13:20	kded6	org.kde.plasma.appmenu: Got an error
```


STEPS TO REPRODUCE
1. Open an application, watch the logs and search for the application menu.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.7.9-arch1-1 (64-bit)
(available in About System)
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Comment 1 Nicolas Fella 2024-03-12 13:18:21 UTC
Is plasma5-integration installed?
Comment 2 Kai 2024-03-12 16:43:50 UTC
(In reply to Nicolas Fella from comment #1)
> Is plasma5-integration installed?

No, it wasn't. Only plasma-integration. Manually installing plasma5-integration solved the problem.

Thank you.