-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Segfault on 3-finger-gesture in Firefox on default config (i3 window manager) #383
Comments
Hi! It looks like i3 doesn't support the
There is not much I can do here. I have never used i3, but, does it make sense to maximize a window? |
It seems that i3 actively removes The closest you can get visually would be to full-screen it, I guess? But maximisation as such is not a thing I think. Given all that, I mean, fair enough, the default config clearly makes no sense semantically for my set-up; still, though, it's a segfault, and printing something along the lines of "The WM doesn't support _NET_WORKAREA" instead of crashing (and, in my case, requiring a reexec of i3 to get anything other than a black screen) would be nice. |
I guess you can always edit your configuration to use SEND_KEYS and handle windows with the gestures you like.
Yes of course, this is a bug and needs to be fixed. I'll spend some time on it ASAP 😉 |
The issue with I quickly test it with a fresh installed i3 and it worked without issues. Let me know if you are experimenting any problems with your config. Thanks |
Indeed, it doesn't crash. Thanks! |
When built and run with default config, current HEAD (df47bff) segfaults when doing a triple-finger-swipe in Firefox under i3.
LLDB log:
Working diff:
/tmp/owo
is 1, which matches the expectations of the code below it, but/tmp/awa
is 0, which, wellThe text was updated successfully, but these errors were encountered: