Victor Kareh
Victor Kareh
@jtlpa - what version of mate-menu does Leap 42.3 use? Have you tried any of the latest releases, 19.04 or 19.10, to see if it's fixed for you there? How...
I can confirm this issue. To fix it would require changing quite a bit of code, unfortunately, since the search input box is deeply nested and so doesn't know when...
Thanks for reporting this. To be specific, the fix is to submit a `start-here-mate` icon to the numix project so that we can use that. The first step is to...
Here are the ones I found: * https://github.com/numixproject/numix-icon-theme-circle/blob/master/Numix-Circle/48/apps/distributor-logo-ubuntu-mate.svg * https://github.com/numixproject/numix-icon-theme-square/blob/master/Numix-Square/48/apps/distributor-logo-ubuntu-mate.svg * https://github.com/numixproject/numix-icon-theme-circle/blob/master/Numix-Circle/48/apps/desktop-environment-mate.svg * https://github.com/numixproject/numix-icon-theme-square/blob/master/Numix-Square/48/apps/desktop-environment-mate.svg @flexiondotorg - I know there was a reason to not use the `distributor-logo` icons, do you...
I can't get this error to come up, but I do get the following message: ``` INFO:root:Unable to access dbusmenu items. ``` This also happens with VLC
Have you added the following to `~/.profile`? ``` if [ -n "$GTK_MODULES" ]; then GTK_MODULES="$GTK_MODULES:unity-gtk-module" else GTK_MODULES="unity-gtk-module" fi export GTK_MODULES export UBUNTU_MENUPROXY=1 ``` This, along with whatever appmenu, dbusmenus, unity-gtk*...
This seems to be an issue with how the HUD sends events forward to interact with some part of the keyboard layout manager (most likely in the mate-settings-daemon, but could...
Confirmed. When changing the shortcut to `space`, I can trigger a input lock under certain circumstances... still more research needed to determine what the pattern is to trigger the issue...
@JustScott the easiest way is to run `git rebase -i HEAD~3` (where 3 is the number of commits that you want to squash). In there it will give you instructions...
@JustScott > Since I didn't bring along any of the prior commits from the other branches, and can just put all of my changes under a single commit now, doesn't...