Victor Kareh
Victor Kareh
@marckhouzam thanks for re-opening this. The way we would use this is to allow commands to accept flags that come from outside of the code. As a concrete example https://github.com/openshift/rosa/pull/272...
Yes, 1.22 has breaking changes in the mate-menus API. Try compiling with the branch from #103 to see if that works for you.
Yep, that seems like the correct location for the issue. Thanks for the logs, I've been working on changing the category buttons, since they're what's failing on first load, but...
Ugh, wrong repo again, sorry, I'll repost in the correct one, let's continue the conversation on getsolus
@pemartins1 - huh, thanks for that bit of info. I was finally able to reproduce this.
Bingo! When the menu is open, instead of calling the standard key-binder, we use a simple `key-press-event` (since we're in a focused window, no need for a global listener) to...
A panel plugin won't solve the issue, as it still needs a global key binding for Super. The only thing I can think of at the moment is tracking mouse...
But it doesn't. If it swallows Super+OtherKey, that's a separate bug. It certainly doesn't affect me, so I wonder what could be causing that on your system?
Also, I'm not sure we should have the mate-settings-daemon handling bindings for third-party apps, where do you draw the line there. We've made enough changes to both m-s-d and marco...
That's exactly what I proposed above. I just haven't had time to implement it for brisk. We did the same thing for Alt (which opens the mate HUD) and Alt+ClickDrag...