Allow to pin app folders to dash.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-003 error
GSettings schema XML must be present in package
Extension appears to use GSettings but no `.gschema.xml` file is included in the package.
EGO-L-004 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
extension.js:134
GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
if (isFavorite)
appFavorites.removeFavorite(id);
else
appFavorites.addFavorite(id);
return GLib.SOURCE_REMOVE;
})
| Version | Status |
|---|---|
| 1 | Unreviewed |