A new Onscreen Keyboard built using GNOME JS
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
32 | Active |
31 | Active |
30 | Rejected |
29 | Inactive |
28 | Inactive |
27 | Inactive |
26 | Inactive |
25 | Inactive |
24 | Rejected |
23 | Rejected |
22 | Rejected |
21 | Rejected |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Inactive |
16 | Inactive |
15 | Inactive |
14 | Rejected |
13 | Rejected |
12 | Rejected |
11 | Rejected |
10 | Inactive |
9 | Rejected |
8 | Rejected |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Inactive |
3 | Rejected |
2 | Rejected |
1 | Rejected |
@corettecole this is for GNOME 45, whereas the "newer" version is for gnome 44 and below. If this isn't how I am supposed to submit it, then how do I package the extension for both gnome 44 and below, and gnome 45 and up at the same time?
This version has the same issue as version 8. Please read the version 8 review for that. also, 1. No need for using the parameter for `this.getSettings()` (line 114 extension.js). 2. Use `get_child()` instead of line 115 (extension.js): https://gjs-docs.gnome.org/gio20~2.0/gio.settings#method-get_child 3. Get the settings instance you already created in `Extension` as constructor parameter (line 30 extension.js).