Review of "Mock Tray" version 1

Details Page Preview

Creates an invisible system tray (TopIcons) for apps (like MEGAsync) that won't run properly without one.

Extension Homepage
https://github.com/kra-mo/mock-tray/

No comments.

FAQ

Files

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

All Versions

Version Status
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. You should call `unmanage_screen()` on the `TrayManager` instance: [Shell.TrayManager.unmanage_screen()](https://gjs-docs.gnome.org/shell14~14/shell.traymanager#method-unmanage_screen) 2. I didn't test it but is `Main.panel` the correct widget in line 27 `extension.js`? Where does it get applied in the panel?
kramo posted a review
> Where does it get applied in the panel? Well it's not visible, but it seems to work. I just copied it from [TopIconsFix](https://extensions.gnome.org/extension/1674/topiconsfix/).