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

app doesn't run on fedora 26 #59

Closed christianbueno1 closed 6 years ago

christianbueno1 commented 6 years ago

hello


 tony  ~  green-recorder 
/bin/sh: xdpyinfo: command not found
You are recording on: wayland
/bin/sh: pacmd: command not found
Traceback (most recent call last):
  File "/usr/bin/green-recorder", line 428, in 
    audiosourcesnames = audiosourcesnames.split("\n")[:-1]
NameError: name 'audiosourcesnames' is not defined
mhsabbagh commented 6 years ago

Did you install it from the repository? You are missing some dependencies: xdpyinfo (from xorg-utils) and pacmd (from pulseaudio-utils).