Review of "Clipboard Indicator" version 3

Details Page Preview

The most popular clipboard manager for GNOME, with over 2M downloads

Extension Homepage
https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator

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)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

fmuellner rejected
- still doing the manual timeout recursion - calling the GSettings::changed handler id "_settingsTimeoutId" does not make it a timeout; you should do something like: this._settings.disconnect(this._changedId); in destroy() - nits: - "success" as return value for write_bytes_finish() is a bit odd, it's a size (also unused, so maybe just ignore?) - "let [success, contents] = obj.load_contents_finish(res);" is more readable The _settingsTimeoutId error needs fixing, so rejecting.