https://bugs.kde.org/show_bug.cgi?id=399975
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/pla | |sma-workspace/73339208cd346 | |9e37eb0ef5555e3de5544cb0a8e Version Fixed In| |5.14.4 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit 73339208cd3469e37eb0ef5555e3de5544cb0a8e by Kai Uwe Broulik. Committed on 19/11/2018 at 09:07. Pushed by broulik into branch 'Plasma/5.14'. [DBusMenuImporter] Don't call removeAction() to avoid an empty QMenu As soon as QMenu becomes empty it is closed. This can happen when the application completely reloads its menu. Instead, call deleteLater which will destroy the QAction later at which point it is automatically removed from the menu. FIXED-IN: 5.14.4 CHANGELOG: Fixed global menu misbehaving and unexpectedly closing with certain applications Differential Revision: https://phabricator.kde.org/D16297 M +3 -1 libdbusmenuqt/dbusmenuimporter.cpp https://commits.kde.org/plasma-workspace/73339208cd3469e37eb0ef5555e3de5544cb0a8e -- You are receiving this mail because: You are watching all bug changes.