-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Better support for GNOME 40 #188
Comments
You mean the animation in the activity overview? This is tracked in #183. I've tinkered with a 2D layout there a while back and @ebeem added preliminary support for that in his initial PR for GNOME 40. However, this is a tricky beast and I was happy that we managed to finish initial GNOME 40 support at all. It can take a while before we start to tackle the remaining issues with GNOME 40 (probably until I start using it myself 😄). |
Yea, in the activity overview all workspaces are rendered on a line. Are you aware though that when switching workspaces this way the popup showing you what workspace you're on doesn't render for very long? (it only pops up on screen for ~500ms) Again, thank you for working on this. If there's any debugging I can help with, lmk |
There is also the switch "show workspace grid in overview" in the extension settings. This shows the grid at the top to give you a better hint at where you are. The animation is wrong there, too, though.
The popup shouldn't be shown in the overview at all when switching workspaces. Do you really mean the activity overview that opens with Super, where the workspace zooms out a bit and the workspaces are shown side by side? |
you might want to go to the extension preferences and alter this behavior with the option Please let us know if you have any issues that we need to address here other than #183 so we can keep the list of issues clean. |
What I've been seeing since I upgraded to GNOME 40 is that, when I first boot up, the extension appears to be enabled but not actually arranging the workspaces in a grid. Then, if I toggle the extension off and back on again, it starts working correctly and arranges the workspaces properly in a grid. Perhaps the extension is crashing? I don't know where to find logs for that. I've also been experiencing issues where something like X or GNOME seems to crash and restart: screen goes black for a moment and when it starts working again, all the windows that were on my second screen have moved over to the first screen. This mostly seems to be correlated with Zoom and Guake, not necessarily this extension; however, when things start working again, this extension seems to have crashed or something because I have to toggle it off and on again to get the grid to work. |
@bradleesand |
Please comment or reopen if you have something to add that is not already discussed in another issue. |
Hey!
I'm not a gnome plugin developer, so I don't know if this is technically possible.
Previously (i.e. on Gnome 3.18) the workspaces were "physically" laid out like a grid, meaning that when jumping a diagonal, the camera would move diagonally.
Starting in Gnome 40 the workspaces are now laid out in a line, meaning that when jumping a diagonal in the grid a workspace is skipped horizontally. This is giving me quite a bit of vertigo and not very intuitive to use.
Is this something that can be fixed?
Thank you for maintaining this extension nonetheless. It feels like Gnome vanilla gets less and less usable as the years go on...
The text was updated successfully, but these errors were encountered: