Slightly improved workspace indicator that shows both current and in use workspaces similar to i3/sway
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
23 | Active |
22 | Active |
21 | Rejected |
20 | Active |
19 | Inactive |
18 | Inactive |
17 | Rejected |
16 | Active |
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
1. You cannot create objects in WorkspaceLayout.constructor(): https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Only_use_.60init.28.29.60_for_initialization 2. Use ExtensionUtils.getSettings() instead of creating gsettings object manually: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/misc/extensionUtils.js 3. Remove .circleci/config.yml file: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Don.27t_include_unecessary_files 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
JustPerfection, are these changes backwards compatible with version of gnome before 41? I'm struggling to understand when these new requirements came in because its only recently that I got these directly from Gnomes developer documentation.
Since you are using 3.38 and higher in `shell-version`, yes, it is compatible on all of those versions. We updated the review guidelines one month after the GNOME 40 release.