Dear Maintainer, if I use the Global Menu widget in the Panel or the Application Menu button in the title bar, the menu missing. With the suggestions from Google AI, I think to have tried every type of variables to launch keepassxc with own menu. The only apparently solution is a script/alias to stop appmenu, launch keepassxc and than start appmenu [code] qdbus org.kde.kded6 /kded org.kde.kded6.unloadModule "appmenu" keepassxc & sleep 1 && qdbus org.kde.kded6 /kded org.kde.kded6.loadModule "appmenu" [code] but is a simple workaround. For example ~ <bash> $ KDE_NO_GLOBAL_MENU=1 kwrite shows me the menu inside the kwrite window instead the panel/widget, but ~ <bash> $ KDE_NO_GLOBAL_MENU=1 keepassxc doesn't show the menu inside either window nor panel/widget. Thanks