We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When clicking tray icons or clipboard manager controls menu shows instead of clicked menus
To Reproduce click the tray icons
Expected behavior opens icon menu
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
This is a Hyprland behavior. I tried to find a workaround, but to no avail so far. It never happens on sway.
Sorry, something went wrong.
It seems I've found the culprit: buggy on-button-press event in GTK3, when used with gtk-layer-shell. Replacing it w/ on-button-release should help.
on-button-press
on-button-release
button-press-event -> button-release-event #288
1305d84
Fixed in https://github.com/nwg-piotr/nwg-panel/releases/tag/v0.9.27
No branches or pull requests
Describe the bug
When clicking tray icons or clipboard manager controls menu shows instead of clicked menus
To Reproduce
click the tray icons
Expected behavior
opens icon menu
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: