Bug 441029 - Kirigami apps doesn't show menu in the "Global Menu Widget"
Summary: Kirigami apps doesn't show menu in the "Global Menu Widget"
Status: RESOLVED INTENTIONAL
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-16 05:27 UTC by Denys Madureira
Modified: 2021-08-16 18:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denys Madureira 2021-08-16 05:27:07 UTC
SUMMARY
If we use the "Global Menu Widget" and open a app like Kate, for example, the menu shows in the widget, but if we open a Kirigami app like Neochat, for example, the menu doesn't show in the widget.

STEPS TO REPRODUCE
1. Add the global menu widget in some panel
2. Open Kate and see that menu appears in the widget
3. Open Neochat and see that menu doesn't appears in the widget

OBSERVED RESULT
Kirigami applications doesn't show menu in the global menu widget

EXPECTED RESULT
Kirigami application showing the "main menu" (the one from the hamburguer button) in the global menu widget.

SOFTWARE/OS VERSIONS
Linux: Arch Linux 5.13.10-arch1-1
(available in About System)
KDE Plasma Version: 5.22.4
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Comment 1 Nate Graham 2021-08-16 18:31:45 UTC
This is because those apps don't have any menus to show. Some actually do, like Elisa--because they have implemented a menu structure. You would need to ask the apps in question to in fact implement a menu structure in the first place.