-
Notifications
You must be signed in to change notification settings - Fork 55
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
Merge develop to master #181
Conversation
This allows eslint to fix gnome-45 modules and won't stop fixing of older files.
change sourceType to module
change shell-version to 45
Porting to GNOME 45
After a few minutes of testing, I can say that the PR works as intended, I've waiting for an update since I'm testing on Fedora 39, so I couldn't wait to see the approval. Tested on GNOME Shell 45.3 on Wayland There are some weird cases that during the rendering the resize of the window, glitches with the animation, not that anoying, but everything works as intended. If you want to check the glitch and if it's something that you can fix, this is the step by step:
I hope it helps and thanks for the effort, if there's any log or testing that I can provide to improve the extension, I'll be in touch. :D |
I noticed that edge window resize is not working, when I posted before, I thought that wasn't implemented, but checking #103 make me doubt about that, then I don't know, if is a bug or is it working as intended. Steps to reproduce:
Current behavior: Expected behavior: |
|
thanks for the reply 1 and 2, I add this video to showcase the rendering bug, if it's a mutter thing, then is a non issue and in the future won't ask again if someone sees that, but, if it's an issue for wintile, might help. Grabacion.de.pantalla.desde.2024-02-09.17-45-52.webm
|
I think that's caused by us using the same ease out quad method for every animation. Put in a PR if you have any ideas. |
@joser93, I can confirm that I'm not seeing the same glitch on my system. It must be a mutter issue like you said. |
I just installed the development branch on Ubuntu 23.10 and it works beautifully! :-) |
just curious. did you use the release or the git clone? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested by others. Code changes look fine.
Thanks for your work @GrylledCheez
This is the initial Gnome-45 release