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.
1. The timeout should be removed on disable (line 501 extension.js, line 359 autoAr.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources 2. The things you are doing in `init` (prefs.js) is too much. Move those lines to `buildPrefsWidget` and make them local instead of global.