Adds icons to the desktop. Fork of the original Desktop Icons extension, with several enhancements .
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
71 | Active |
70 | Inactive |
69 | Inactive |
68 | Inactive |
67 | Inactive |
66 | Active |
65 | Active |
64 | Inactive |
63 | Active |
62 | Inactive |
61 | Active |
60 | Active |
59 | Rejected |
58 | Active |
57 | Inactive |
56 | Inactive |
55 | Rejected |
54 | Active |
53 | Active |
52 | Active |
51 | Rejected |
50 | Active |
49 | Active |
48 | Rejected |
47 | Rejected |
46 | Active |
45 | Active |
44 | Active |
43 | Active |
42 | Inactive |
41 | Rejected |
40 | Rejected |
39 | Active |
38 | Active |
37 | Active |
36 | Active |
35 | Inactive |
34 | Inactive |
33 | Inactive |
32 | Inactive |
31 | Inactive |
30 | Inactive |
29 | Inactive |
28 | Inactive |
27 | Inactive |
26 | Inactive |
25 | Rejected |
24 | Rejected |
23 | Rejected |
22 | Inactive |
21 | Inactive |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Active |
16 | Inactive |
15 | Inactive |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Inactive |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Inactive |
5 | Rejected |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
1. You should remove the timeouts in disable: - line 164, 269 (dbusUtils.js) - line 282 (extension.js) - line 91, 99 (fileItem.js) - line 38 (fileItemMenu.js) 2. Instead of get_schema (in prefswindow.js) you can use `ExtensionUtils.getSettings()`: https://gitlab.gnome.org/GNOME/gnome-shell/blob/main/js/misc/extensionUtils.js
The extension itself is comprised only of the files "extension.js", "gnomeShellOverride.js" and "emulateX11WindowType.js", so only the timeout at line 282 has to be removed. About the schemas, when was it included? Just to be sure that in was already in Gnome Shell 3.38.
1. What happens if those timeouts happen in lock screen (When extension got disabled)? 2. Yes, you can use it for 3.34 and higher.
1. The other files are for a pure-GTK3 application that is launched from the extension. When the extension is disabled, the application is terminated, so there is no problem. 2. About the schemas, the current code allows to read the schemas both from the extension and from the GTK3 application. That's why we still use them.
Anyway, I already uploaded version 41 which fixes the timeout in 'extension.js'.