[HOW TO] Assign keyboard shortcut to bring up MintMenu
If you have Mint Menu installed and tried to assign a keyboard shortcut to bring it up, you might have noticed that when you hit the shortcut nothing happens. In this article we'll learn how to fix that. MintMenu running on Xubuntu Install Open a terminal window and run: sudo apt-get install python-keybinder && sudo sed -i 's/from deskbar.core.keybinder import tomboy_keybinder_bind as bind_key/from keybinder import bind as bind_key/' /usr/lib/linuxmint/mintMenu/mintMenu.py && killall mintmenu After running this, you'll see a dialog informing that the applet crashed. Just hit the reload button. After reloading you can try hitting the keyboard shortcut to summon the menu. The keyboard shortcut can be changed in the menu preferences's 'Main button' tab (right-click on the menu button and select 'Preferences' from the pop-up menu). For instance, you can assign the Super key (Windows key) by t...