Alan Orth

Results 216 comments of Alan Orth

I think I have the same issue. I'm running sway-git on Arch Linux to get around the [subsurface "menu flickering" issue in Firefox 87.0](https://github.com/swaywm/sway/pull/6046) and I find that I can't...

> When it happens, switch to a TTY and check if there is more than one swaylock instance running. Yes there seem to be two: ```console $ ps auxw |...

@kennylevinsen So this seems to be an issue in wlroots/sway. I had been using swaylock-git because I was on sway-git and wlroots-git, but it behaves the same way with swaylock...

@cyberhuman are you using sway 1.5? This only happens to me on recent sway-git versions (for example, current sway 1.6rc). I'm currently using sway 1.5 again so I don't have...

Sway 1.6 just entered Arch Linux today so now I have this problem again. Swaylock 1.5 seems to start two instances, as @kennylevinsen noticed. Only way to unlock the screen...

I just tried sway 1.6, wlroots 0.13, and swaylock 1.5 again and everything is working. I don't know what changed. Here are my versions on Arch: ```console # pacman -Qs...

Are both the `hid_generic` and `hid_magicmouse` modules loaded? I simply `rmmod hid_generic; modprobe hid_magicmouse` instead of doing the unbind/bind. I'm not sure why `hid_magicmouse` isn't loaded automatically though.

@warptozero are you talking about the "touch jump" error where the cursor gets stuck for a few seconds? I get that a few times a day and the following messages...

I notice this on Android as well. When I select "download album" the interface becomes unusably slow.

Thanks @mwoodiupui. I dropped the conflicting `maven-checkstyle-plugin` version bump since it was handled in another large dependency update. I also bumped to latest checkstyle 10.13.0. We still have the issue...