nlpsuge / gnome-shell-extension-another-window-session-manager

A Gnome shell extension to close open windows gracefully and save them as a session. The previous session can be restored at startup. Most importantly, it supports both X11 and Wayland!
https://extensions.gnome.org/extension/4709/another-window-session-manager/
GNU General Public License v3.0
141 stars 8 forks source link

Fixed scrollView error on Gnome 46 #104

Closed mendres82 closed 4 months ago

mendres82 commented 5 months ago

Using scrollView.add_child() instead of scrollView.add_actor()

yochananmarqos commented 4 months ago

@mendres82 You forgot to modify "shell-version" to "46" in the metadata.json. :wink:

nlpsuge commented 4 months ago

Thanks a lot. :)