#1144453 keepassxc conflicts with appmenu (global menu)

Package:
keepassxc
Source:
keepassxc
Description:
Cross Platform Password Manager
Submitter:
Stefano Callegari
Date:
2026-08-15 11:27:02 UTC
Severity:
normal
#1144453#5
Date:
2026-08-15 11:24:29 UTC
From:
To:
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