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

Archlinux renamed python2-pydbus to python2-dbus #128

Closed pablodoramas closed 5 years ago

pablodoramas commented 5 years ago

In order to make it work, I had to change the following import sentence: from: 22 from pydbus import SessionBus to: 22 from dbus import SessionBus

mhsabbagh commented 5 years ago

@unixfox Is this the case? Should we change the dependencies on Arch package accordingly?

Later in the /usr/bin/green-recorder file I can create a try;except to handle this case.

unixfox commented 5 years ago

@pablodoramas I just published a new update to the AUR package please do let me know if that fixes the issue.

pablodoramas commented 5 years ago

Just tested the new package, and it works perfectly. Thanks for the good job!

unixfox commented 5 years ago

@mhsabbagh issue is fixed you can close the issue :)