-
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
Animations glitch on overview #347
Comments
I can confirm this too with Archlinux. |
Yeah, upstream did a fairly substantial rewrite of the overview layout code in 3.38 which I haven't had the time to monkey patch correctly yet. |
@hedning Do you think you can work on the rewrite because basically now nothin is working properly under Archlinux :'( Or should I rollback my version of gnome shell ? |
@ejemba I'm on 3.38 now, so will hopefully get the time/motivation to fix things. In the meantime I'd double check that you've turned |
OK, pushed 261ae9d, which should hopefully make things usable. |
@hedning I just pull your commit and refresh my gnome-shell |
Always got the glitch in function of the disposition of the windows (cf previous message)
|
@ejemba Looks like you're hitting the old code, you'll need to restart gnome-shell for changes to extensions to take effect. |
Working on overview fixes here: https://github.com/paperwm/PaperWM/tree/3.38-overview-fixes Some bugs remaining, but it's usable on my machine as far as I can tell. |
@hedning Thank you, because my overview is broken ... |
Fixed window sorting in the overview on develop (ie. windows are now sorted in tiling order again). Haven't quite figured out how the animation is now done, so selecting a window not already in the viewport will still result in wonky animation. |
@hedning FYI, updating metadata.json with the good gnome-shell version fix the problem for me
I can not explain why but no problem even if with 4 windows in fullscreen |
Pushed fix for the metadata problem. I'm guessing you had an old PaperWM version installed through eg. the arch package, which was then loaded instead of the git version (though a bit weird why it wouldn't prefer the newer extension version...), adding explicit 3.38 support in the metadata then made gnome-shell prefer the newer version. |
I do not understand why you're saying I might have an old version because I'm getting it from github and git pull'ing each time and I am on the develop branch :) I do not use the Arch AUR Package. |
Ah, right, it was just a guess based on the fact that changing the metadata info seemed to fix things. |
Any chance of an upcoming fix for this? Not too important but really janky, and as the OP said, it's been happening since 3.38. |
I can't quite tell from the video what glitch this is referring to (was it the pdf viewer in the video?). I haven't experienced this issue (i.e. I can't reproduce). @paradajz can you let me know what branch you're on (you can just run the |
@jtaala I've tried your redux fork and this is still happening. The issue is that the animation is glitchy when you select an window in overview which isn't fully shown currently on the screen. So if you have something like this, where each
Selecting Screencast.from.2023-03-29.08-31-26.webm |
Thanks @paradajz! I think I understand - tell me, are you using multiple monitors (e.g. the I don't usually use multiple monitors (or overview very much for that matter) - anyone that uses / sees this want to have a go at digging into this more? (debugging etc.). |
No, I'm using a single monitor (widescreen if it matters).
Yes. |
Thanks @paradajz I see, I'm not quite seeing (I think) what you're seeing(?). Here's what I see with overview (you're window layout looks quite different than mine - likely the widescreen thing?): paperwm-overview-glitches.mp4I do see the snapping though (not smooth moving to after window is selected). |
Yeah, that's exactly the issue. :) |
Ah, gotcha! Sorry, kept seeing some weird (well, what I thought was weird) stuff in the video. Yep, I see the snapping. Thanks for the patience! |
Maybe to summarize: When selecting a window in the overview that is currently not fully visible in the workspace, the overview will close (with animation) but then the selected window will snap into place instead of smoothly animating. My guess is that the animation happens, but we don't see it because of the gnome overview close animation. |
Good point - although I just set |
@paradajz, finally found the issue. @Lythenas was right (about animation during overview). Turns out If you're still on PaperWM-redux, can just do a Quick vid of new behaviour: paperwm-overview-glitches-fix.mp4 |
Happening since updating to gnome 3.38.
OS: Fedora 33
Using latest release.
The text was updated successfully, but these errors were encountered: