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

Moved audiosource building to inside try/except #101

Closed MightySCollins closed 5 years ago

MightySCollins commented 6 years ago

This fixes NameError: name 'audiosourcesnames' is not defined which occurred when the processes returned Daemon not responding.

mhsabbagh commented 6 years ago

Am gonna work on eliminating all these "pass" exceptions from the code, it's not a good thing to do. An exception message should be displayed via notification + terminal instead.

MightySCollins commented 6 years ago

I 100% agree just didn't want to make that change in this PR

mhsabbagh commented 5 years ago

Thank you.