Closed andersjohansson closed 1 month ago
There is breakage due to changes in spacing.
If you have "Show workspace grid in overview" option enabled you don't get workspace previews or app icons just a grey empty area.
spacing needs to be added as a parameter to _computeWorkspacesBoxForState in controlsManagerLayout.js and references to this._spacing replaced with the parameter spacing.
EDIT: I have made the changes on my pc and they work on gnome 47 but I suppose they would in turn break in previous gnome versions ?
@andersjohansson Thanks a lot!
@skoume A breaking change is no problem. Please post the required changes here (or open a new PR against this one).
I'll look at it as soon as I can.
@mzur Hello, I think I made a new pull request, not sure how I could make it against/associated with this one.
I also do not actually change the supported version I just fix the grey screen issue.
Great @skoume! I missed this (since I don’t use the overview much).
I included your changes and updated the compatibility metadata in this branch. It works well on gnome47 for. If it works for others I think this could be merged.
Works for me, thanks!
I can confirm that these changes works for me too.
Works for me on Ubuntu 24.10 Thanks
What's the timeline for merge on this?
here on tumbleweed, this extension is broken :/
Thanks everyone! Usually I test new versions and check for additional code changes in GNOME Shell but this time I just don't have the time. Since so many of you tested this already I just assume that everything is fine.
@baldarn Please open a new issue with more information (such as error messages from the logfile).
here on tumbleweed, this extension is broken :/
@baldarn Please open a new issue with more information (such as error messages from the logfile).
after latest update it works, thanks!
In my testing there doesn't seem to be any breaking changes for gnome 47, so just updating the stated supported version just worked. But it would of course be useful if someone else tested this.