Lenovo IdeaPad goodies for Gnome Shell At the moment the extension only provides an easy and user-friendly way to toggle battery conservation mode available on Levono Ideapad laptops and visually get its current state. Configuration needed! Please check the instruction on the homepage.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
20 | Active |
19 | Active |
18 | Active |
17 | Active |
16 | Active |
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Inactive |
8 | Active |
7 | Active |
6 | Active |
5 | Rejected |
4 | Active |
3 | Inactive |
2 | Active |
1 | Active |
1. You cannot throw in init(), enable() or disable(). Remove that throw and move everything from init to enable (other than ExtensionUtils.initTranslations()): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization Alternative to that throw you can "return and log()" in enable. 2. Lang is a deprecated module. Please remove it for the next version: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#general-advice Learn how to remove Lang from your code: https://gjs.guide/guides/gjs/legacy-class-syntax.html 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