Review of "Material Shell" version 13

Details Page Preview

A modern desktop interface for Linux - packaged as an extension for GNOME Shell. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to improve productivity. It's meant to be 100% predictable and bring the benefits of tools coveted by professionals to everyone.

Extension Homepage
https://material-shell.com

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
32 Active
31 Active
30 Rejected
29 Rejected
28 Inactive
27 Inactive
26 Active
25 Rejected
24 Rejected
23 Active
22 Rejected
21 Active
20 Rejected
19 Rejected
18 Active
17 Active
16 Active
15 Active
14 Inactive
13 Rejected
12 Active
11 Rejected
10 Active
9 Active
8 Active
7 Active
6 Rejected
5 Active
4 Active
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Rejected because: - You are doing `global.display.connect('closing', ...);` in init function which is not allowed there: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Don.2BIBk-t_do_anything_major_in_init.28.29 Should be inside enable(). Also should be disconnected on disable(). - Need to move `Signals.addSignalMethods(Me);` and `polyfillClutter();` to enable() function for the same reason. And two questions: 1. Why did you add "Copyright (c) Microsoft Corporation" while this extension is releasing under personal account? 2. What is the reason for moving everything into one file? Please reply to the questions under this review since it is needed for the next version approval. Thanks.
PapyElGringo posted a review
The Material Shell project has moved to Typescript and therefore it's compiled to JS anf bundled with Rollup as instructed by Ewlsh. That's the reason behind the single file and the Microsoft copyright. If needed you can access to the sources there https://github.com/material-shell/material-shell. Thanks for taking time to review
JustPerfection posted a review
Thanks for fixing the issues. Next version approved.