Review of "Hide System Icons" version 13

Details Page Preview

Hide system icons in the Quick Settings panel for GNOME.

Extension Homepage
https://github.com/shichen35/hide-system-icons

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-007 warning

main loop sources should be removed before being recreated

Main loop sources should be removed before creating a new source on the same field.

Remove main loop sources

  • extension.js:217
      idleSource = GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
        setupAllPanels();
        for (const ps of panelStates) refreshIndicatorsForPanel(ps);
    
        // Only require indicators that are guaranteed present on all supported
        // versions. Microphone may be absent on GNOME 40-42 aggregate menu;
       

All Versions

Previous Reviews on this Version

Chen Shi auto- rejected
Auto-rejected because of new version 15 was uploaded