Review of "Window Session Manager" version 10

Details Page Preview

An indicator that let's you save and restore your open apps and the window positions and arrangements over multiple real and virtual displays. Requires lwsm and nodejs to be installed (`npm install -g linux-window-session-manager`).

Extension Homepage
https://github.com/johannesjo/gnome-shell-extension-window-session-manager

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
10 Rejected
9 Inactive
8 Inactive
7 Inactive
6 Inactive
5 Rejected
4 Rejected
3 Inactive
2 Inactive
1 Inactive

Previous Reviews on this Version

JustPerfection rejected
1. Please remove .eslintrc and .gitignore: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 2. Please remove the timeout in disable (extension.js line 311). 3. Move everything from init to enable(). 4. Use openPrefs() and getSettings() from ExtensionUtils instead of creating your own custom functions: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/misc/extensionUtils.js 5. If you want to create file or folder, use Gio.File: https://gjs-docs.gnome.org/gio20~2.66p-file/ Don't use spawn. If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions
johannesjo posted a review
2. The timeout is needed (and there is non 3. Is this correct? The code should be executed on startup. 4. No offense, but working with gnome is horrible enough as is. I am glad that it works without having to make all these changes. 5. Spawn is needed for this to work.
johannesjo posted a review
2. The timeout is needed (and there is non 3. Is this correct? The code should be executed on startup. 4. No offense, but working with gnome is horrible enough as is. I am glad that it works without having to make all these changes. 5. Spawn is needed for this to work.
johannesjo posted a review
Good bye then. I am really annoyed and I am not willing to deal with this anymore.
JustPerfection posted a review
The packages you are posting here should meet the requirements of review guidelines to get approved. We offer our help to all extension developers and we'll be happy to review your future submissions but you can distribute your extension though GitHub (or any other medium) if don't want to apply our review guidelines.