@kde I’ve been using Global Menu for a while, but since it is less and less supported, I’ve finally removed the widget.

However, I did not get the local menu back! Now all my KDE apps have no menu at all.

I thought that restarting the session would fix it, but it did not help. Anybody has any hint on how to fix this?

  • Carl Schwan :kde:
    link
    fedilink
    57 days ago

    @pretzel6666 @kde Just use sed ;)

    find ~/.config -iname ‘*rc’ -exec sed -i ‘/Menubar=/d’ {} \;

    This should work but you might want to execute the sed command on one file first before running it everywhere as I am on my phone and didn’t test it 😅