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
151 stars 6 forks source link

Support Gnome 47 #110

Open CaptainMorgan12 opened 2 months ago

CaptainMorgan12 commented 2 months ago

Please add support for Gnome 47, or Ubuntu Oracular Oriole 43.10.

Environment: Another window session manager version 48, Ubuntu Oracular Oriole 44.10, Wayland.

javiervalerocelada commented 1 month ago

+1 please

simonSlamka commented 3 weeks ago

Fedora 41 came out, so that means that more people will need this

cmeissner commented 1 week ago

Is here already a schedule known?

8bitbuddhist commented 6 days ago

A quick-and-dirty way to get this working in 47 is to just add it to the manifest file.

Open ~/.local/share/gnome-shell/extensions/another-window-session-manager@gmail.com/metadata.json in an editor and add 47 to shell-version:

"shell-version": [
    "45",
    "46",
    "47"
  ],

Save, log out, and log back in.

CaptainMorgan12 commented 6 days ago

I switched back to Noble Nombat, made the change and at least it didn't break anything! I will test that again once I upgrade to Oracular Oriole, but I have been holding off due to unsupported apps like gnome-shell-extension-another-window-session-manager among others.