-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Mint 21.1
Problem:
- With mintmenu active with default settings set Compiz as a window manager.
- Activate
Scaleplugin. - Press
Super+w(default shortcut inScaleplugin) - doesn't work. - Press
Super+Shift+w(default shortcut inScaleplugin) - doesn't work. ButShift+Super+wworks.
Possible solutions:
- Use mate-menu instead of mintmenu.
- Copy keybinding.py from mate-menu to mintmenu with necessary modifications:
root@mint21:/usr/lib/linuxmint/mintMenu# diff keybinding.py /usr/lib/python3/dist-packages/mate_menu/keybinding.py
213c213
< def __init__(self):
---
> def __init__(self, desc):
214a215,218
> self.desc = desc
> self.label = Gtk.Label(label=desc)
> if self.desc != "":
> self.pack_start(self.label, False, False, 0)
Metadata
Metadata
Assignees
Labels
No labels