mhsabbagh / green-recorder

A simple screen recorder for Linux desktop. Supports Wayland & Xorg
GNU General Public License v3.0
616 stars 118 forks source link

appindiciator fixes #15

Closed gort818 closed 7 years ago

mhsabbagh commented 7 years ago

No need for this one. I already worked on another solution for it. It will come with version 2.0 with Wayland's GNOME session support as well :)

gort818 commented 7 years ago

Oh ok cool, if you need any help let me know! Can you show me a preview of what you are working on? I have yet to work with Wayland it should be fun!

mhsabbagh commented 7 years ago

Thank you :) This is it currently: http://i.imgur.com/NhAFER8.png

Unfortunately a lot of these functionalities won't be available with Wayland. Because I'll be using the D-Bus API to connect to the screencasting object which is built in GNOME-Shell itself. However, it will give performance better than the built-in tool itself (because I'll be using V8 instead of V9 by default).

mhsabbagh commented 7 years ago

The code is now live :) You can check it if you have a free time.

Sincerely.