Review of "Clipboard Indicator" version 2

Details Page Preview

The most popular clipboard manager for GNOME, with over 1M 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.

All Versions

Previous Reviews on this Version

Tudmotu posted a review
After three months of using this extension, no major bugs seem to exist, even though I previously self-rejected that same code base. Also, added 3.12 to metadata.
fmuellner active
Some comments: - you should consider switching to asynchronous IO for reading/writing the "registry"; blocking IO means the compositor won't redraw the screen while writing/reading the file, the window manager won't process user events on windows, ... - you should not call timeout_add() from the timeout handler - just return true (or in your case: recurse) to have the handler run repeatedly Those are nits that would be good to address, but no reason to reject this version altogether.