Review of "Frippery Bottom Panel" version 54

Details Page Preview

Add a bottom panel to the shell

Extension Homepage
http://frippery.org/extensions

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

Previous Reviews on this Version

JustPerfection rejected
Rejected because ExtensionUtils.initTranslations(); should be moved to init() before init() returning: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Only_use_.60init.28.29.60_for_initialization Also you are doing too much in BottomPanelExtension.constructor(). While it can be done in constructor, it's better to create a method named prepare (or whatever you like) and put all of those in there. then call prepare method from enable().