-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unselecting the "hover" option doesn't do anything #44
Comments
Yeah, same issue on 18.04. Fortunately, I'm a programmer, so let's investigate... |
/usr/lib/mate-menu |
/usr/share/mate-menu/plugins |
/usr/lib/python2.7/dist-packages/mate_menu/plugins |
Yea, this one... |
Ok... |
So, open a terminal and run: sudo cp /usr/lib/python2.7/dist-packages/mate_menu/plugins/applications.py /usr/lib/python2.7/dist-packages/mate_menu/plugins/applications.py.old
sudo pluma /usr/lib/python2.7/dist-packages/mate_menu/plugins/applications.py In the opened file, replace these lines: #if self.categories_mouse_over:
# startId = item["button"].connect( "enter", self.StartFilter, item["filter"] )
# stopId = item["button"].connect( "leave", self.StopFilter )
# item["button"].mouseOverHandlerIds = ( startId, stopId )
#else:
item["button"].mouseOverHandlerIds = None
item["button"].connect( "clicked", self.FilterAndClear, item["filter"] )
#item["button"].connect( "focus-in-event", self.categoryBtnFocus, item["filter"] )
item["button"].show() Log out of the system, log back in and it should work. You may also need to remove old |
@procedural thanks for debugging this, I've submitted a pull request that fixes the behaviour of the Hover option: #84 |
@vkareh thanks! |
Is this feature coming? I have been using this menu for years, and when I type some letters and try to click one of the search result with the mouse, the items displayed usually are gone because the mouse cursor often passed above a category unintentionally. I saw "hover" in the options, but unchecking it had no effect, so I came hear for asking a feature to disable hovering over categories. |
Deselecting the "hover" options under "prefererences" -> "applications" doesn't stop "hover" behaviour in the menu. I think I remember this working properly a long time ago, but it doesn't work now.
Using the advanced Mate menu from the repositories, both in Ubuntu Mate 18.04 and in Arch Linux.
The text was updated successfully, but these errors were encountered: