A customizable start menu for GNOME Shell with category management, recent apps, and search functionality.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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:176
GLib.idle_add(GLib.PRIORITY_DEFAULT_IDLE, () => {
Main.overview.viewSelector?.showApps?.();
return GLib.SOURCE_REMOVE;
})
extension.js:666
GLib.idle_add(GLib.PRIORITY_DEFAULT_IDLE, () => {
this.menuItemSearch.searchEntry.grab_key_focus();
return GLib.SOURCE_REMOVE;
})