Review of "Big Avatar" version 15

Details Page Preview

Add your username and icon to your menu panel, and run apps or shell commands.

Extension Homepage
https://github.com/GustavoPeredo/Big-Avatar-Gnome-Shell-Extension

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
16 Active
15 Rejected
14 Rejected
13 Rejected
12 Rejected
11 Active
10 Rejected
9 Inactive
8 Active
7 Inactive
6 Active
5 Inactive
4 Rejected
3 Rejected
2 Inactive
1 Active

Previous Reviews on this Version

JustPerfection rejected
1. Remove unnecessary line 71 (extension.js). 2. Remove `session-modes`: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed 3. You cannot create objects in global scope (line 32 prefs.js). 4. No need to check in line 61 (prefs.js). `fillPreferencesWindow` only getting called on 42 and higher: https://gjs.guide/extensions/upgrading/gnome-shell-42.html#fillpreferenceswindow 5. Just a note, that's also GTK4 (prefs.js line 88) and that's GTK4 with LibAdwaita (prefs.js line 59).
Gustavo Peredo posted a review
Thanks for the reviews :) and help!