-
Notifications
You must be signed in to change notification settings - Fork 130
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
Keybind fails #536
Comments
This might be the same issue I ran into on gnome 43: #533 Regarding the topbar: This is a new feature. See https://github.com/paperwm/PaperWM#window-position-bar-colored-bar-segment-in-top-bar |
Oh, good to know regarding the topbar 👍🏼 |
Thanks @eliorc! Hey all, big thanks to @Lythenas for testing this out and creating some PRs. I've now implemented a multi-gnome version fix/PR that should fix this once and for all (in all gnome versions) - see #539 for details. @eliorc can you please test this PR/branch. I've testing on Gnome 43 (just bit the bullet and installed a 43 vm) and also Gnome 44. NOTE: I know it mentions gnome43 in the branch name but this should also work for Gnome 42 just fine.
and then logout/login. Thanks |
P.S. hopefully you like the
|
… earlier) keybind clash detection (#539) See #537 #538 PR's which reverts changes that were backported to Gnome 43/42. This PR is a replacement for these individual reverts PRs. This PR implements a fix which first checks the number elements returned from Gtk.accelerator_parse (whether 2 or 3) and assigns them correctly. This is a much better/robust fix that means that this should now work regardless of what gnome version is used. Fixes #533, #536. The issue was caused by Gtk.accelerator_parse result changing in Gnome 44. There is confusion about when this change occurred, e.g. [GJS porting guide](https://gjs.guide/extensions/upgrading/gnome-shell-40.html#gtk-accelerator-parse) suggests this change occurred in Gnome 40, however actually testing in Fedora 37 (and purportedly in other Gnome 43, 42) versions it's still returning 2 elements instead of 3. This PR addresses both cases.
Hey @eliorc, This should now be fixed in
and logout/login to get these fixes. Thanks! |
Describe the bug
Some keybinds fail. For example Super+Right can navigate to the right, Super+Left does nothing. Before uninstalling and installing all over again, also Super+Page Down worked while Super+Page Up didn't. This is accompanied by a weird topbar visualization bug
To Reproduce
Steps to reproduce the behavior:
./uninstall
Expected behavior
That super + left will work as well
Screenshots
Maybe its relevant but the top bar gets "highlighted" relatively to the active window, in this image the left window is in focus
System information:
Please execute
./gather-system-info.sh
in you PaperWM clone and paste the output below.Additional context
None
The text was updated successfully, but these errors were encountered: