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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
51 | Active |
50 | Inactive |
49 | Active |
48 | Rejected |
47 | Active |
46 | Inactive |
45 | Inactive |
44 | Inactive |
43 | Inactive |
42 | Rejected |
41 | Active |
40 | Inactive |
39 | Inactive |
38 | Inactive |
37 | Inactive |
36 | Inactive |
35 | Rejected |
34 | Inactive |
33 | Inactive |
32 | Inactive |
31 | Inactive |
30 | Inactive |
29 | Inactive |
28 | Inactive |
27 | Inactive |
26 | Inactive |
25 | Inactive |
24 | Inactive |
23 | Inactive |
22 | Inactive |
21 | Inactive |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Inactive |
16 | Inactive |
15 | Rejected |
14 | Inactive |
13 | Inactive |
11 | Inactive |
10 | Rejected |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Inactive |
5 | Rejected |
4 | Inactive |
2 | Rejected |
1 | Rejected |
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.
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.
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.