Review of "rclone-manager" version 12

Details Page Preview

Is like Dropbox sync client but for more than 30 services, adds an indicator to the top panel so you can manage the rclone profiles configured in your system, perform operations such as mount as remote, watch for file modifications, sync with remote storage, navigate it's main folder. Also, it shows the status of each profile so you can supervise the operations, and provides an easy access log of events. Backup and restore the rclone configuration file, so you won't have to configure all your devices one by one

Extension Homepage
https://github.com/germanztz/gnome-shell-extension-rclone-manager

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

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

Previous Reviews on this Version

JustPerfection waiting for author
1. Please remove line 500 `extension.js`. 2. What's the reason for using `timeout_source_new` instead of `timeout_add`? - [GLib.timeout_add()](https://gjs-docs.gnome.org/glib20~2.0/glib.timeout_add) - [GLib.timeout_add_seconds()](https://gjs-docs.gnome.org/glib20~2.0/glib.timeout_add_seconds)
germanztz posted a review
1- removed 2-documentation of timeout_add does not provide a method for removing the timer. Also, returning false is not working for me
JustPerfection waiting for author
For timeout add, please look at the example here: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources doesn't that work for you?
germanztz auto- rejected
Auto-rejected because of new version 13 was uploaded