Review of "Shell Restarter" version 3

Details Page Preview

Tired of pressing Alt+F2+R? Well you can restart GNOME Shell with just the press of a button! (May or may not work on Wayland)

Extension Homepage
https://github.com/koolskateguy89/gnome-shell-extension-shell-restarter

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
6 Active
5 Active
4 Rejected
3 Rejected
2 Inactive
1 Inactive

Previous Reviews on this Version

JustPerfection rejected
1. You cannot create objects in global scope which is the same as init (line 8 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization Move that line to enable and null that out in disable. 2. Remove unused Lang import (line 3 extension.js).