-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Update for Gnome 45 #605
Update for Gnome 45 #605
Conversation
exports all modules).
3b534a2
to
d8f525e
Compare
Hey @paradajz - please pull the latest on this branch and from a terminal run:
Which will disable the PaperWM workspace indicator and use the new Gnome activities element instead. Let me know how it goes. |
P.S. I've also changed the scrolling behaviour on PaperWM workspace element to sequence (not stack) - this is to align with Gnome Activities behaviour here (and it makes more sense). #604. |
Great. It works. However now I've noticed two things:
|
One other thing: With PaperWM enabled and new activity button enabled, scrolling the workspaces doesn't use the GNOME animation. When PaperWM is disabled, animation is present. |
Well, let's looks at this one first. Can you please pull the latest and test. Was a regression from an extra |
I was wondering about this, I thought it strange that there was no animation - will have a look at this tomorrow. |
Works now! Thanks!
No, it's just an option in GNOME Tweak Tool: However I do run with scaling factor set to 0.9 for years now on this monitor (looks better to me). Tried to set it to 1 and yeah, now the options aren't trimmed anymore. Not sure if this is something for you to look at then. |
@Lythenas, I've still got to merge this at some point. What do you recon? when we merge this, should be switch back to I think it's ready - although I won't be on Gnome 45 until Arch switches to it (Arch usually waits a bit for Gnome releases). Still using 44 for my daily driver and dev'ing Gnome 45 in a libvirt virtual machine. |
I think merging this into develop is probably fine. I think the message in the readme is clear enough. For people that are just going to pull on gnome 44 and less this will break the extension. But not sure how we could prevent that. As for testing I will also switch once Gnome 45 is available on Arch. Before that I can't really test multi monitor support. Everything else seems to work fine in a VM as far as I can tell. But I didn't test that thoroughly. |
removed opening "scale" animation which results in a cleaner/snappier opening of apps (while avoiding the clipping issue).
Okay, I'm about ready to merge this in and make it default for Note, I'm also now on gnome 45 for Arch (using FCGU gnome arch repo). |
Fixes #576
Gnome 45 will require every gnome extension to be updated in order to work in 45. That is, no previous extensions will work on 45 due to moving to ECMAScript modules (meaning that the previous gnome extensions imports won't work).
This PR is for implementing full Gnome 45 support in PaperWM.
Update: It is done - long live Gnome 45!