Review of "EasyScreenCast" version 5

Details Page Preview

This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording. SOURCE CODE -> https://github.com/EasyScreenCast/EasyScreenCast VIDEO -> https://youtu.be/81E9AruraKU **NOTICE** if an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page.

Extension Homepage
https://github.com/EasyScreenCast/EasyScreenCast

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

ag waiting for author
Why are you using DBus ? You are inside the gnome-shell process there is no need for the indirection through DBus you could as well just use the recorder directly.
IacopoDeeNosee posted a review
was preferable to use screencastService stated in the main.js file of shell? if I understand correctly i'll update it as soon as I have some time.
ag posted a review
Yes it is better to use the recorder directly. Otherwise you'd do: gnome-shell -> dbus-daemon -> gnome-shell instead of staying inside the gnome-shell process (which is more efficient). I can review the extension as is if you want but maybe you should fix that one first.
Jasper St. Pierre rejected
Rejecting because there's a newer version.