6

After upgrade from Kubuntu 19.10 to 20.04, Alt+F2 does nothing. If I run runner from CLI then I have the launcher pop up.

Zanna
  • 72,312
Maximus
  • 661

2 Answers2

5

Broken here after 19.10 to 20.04 upgrade.

Perhaps there is a problem with some automatic upgrade process.

Running the following fixed it for me:

/usr/lib/x86_64-linux-gnu/kconf_update_bin/krunnerglobalshortcuts

Sources:

https://bugzilla.redhat.com/show_bug.cgi?id=1781054

https://bugs.kde.org/show_bug.cgi?id=413368

3

I've solved the issue. Seems like new KDE has two ways for 'run' menu actually 'Command run' and Krunner. So the first one probably introduced recently and stole keybinding from Krunner! If you change it to Krunner then it will work as before (just look for run Krunner keybindings)

Maximus
  • 661