https://bugs.kde.org/show_bug.cgi?id=448390
--- Comment #8 from bk...@gnu.org --- I don't use Kate. At all. I haven't the foggiest idea what I might be doing to trigger it, but it is quite consistent. Upon first boot after my install, the menu works just fine. Then it stops working. Once, it came back for a little while. Now it's gone for good. And I am quite weary of re-installing openSUSE 15.3 over and over. :) My solution is a script, but it's pretty tacky: > $ cat bin/kde-menu > #! /bin/bash > > if test $# -gt 0 > then logf=$1 > else logf=/dev/null > fi > > exec 1> $logf 2>&1 < /dev/null > exec plasmawindowed org.kde.plasma.kickoff & -- You are receiving this mail because: You are watching all bug changes.