Review of "Default Workspace" version 1

Details Page Preview

Switches to the specified workspace on login. Useful for fixed number of workspace setups where the first workspace isn't the main one.

Extension Homepage
https://github.com/MateusRodCosta/gnome-shell-extension-default-workspace

No comments.

FAQ

Files

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

All Versions

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

Previous Reviews on this Version

JustPerfection rejected
1. The signal in line 23 (extension.js) should be disconnected in disable(): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#disconnect-all-signals 2. You cannot create objects inside init() function (extension.js line 50): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization Move that to enable() and null that out in disable().