Review of "Start Overlay in Application View" version 14

Details Page Preview

When activating overview (Super button), the application view is shown instead of the view with the windows.

Extension Homepage
https://github.com/Hexcz/Start-Overlay-in-Application-View-for-Gnome-40-

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-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.

Remove main loop sources

  • extension.js:31
              GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
                  Main.overview.showApps();
                  return GLib.SOURCE_REMOVE;
              })

All Versions

Version Status
14 Active
13 Active
12 Rejected
11 Active
10 Inactive
9 Active
8 Active
7 Active
6 Active
5 Active
4 Inactive
3 Inactive
2 Inactive
1 Rejected

Previous Reviews on this Version

fmuellner active