swetoast/steamlink-launcher

osmc user needs to be in the plugdev group

slouken opened this issue · 1 comments

A recent commit added a usermod command to add osmc to the input group, but they also need to be in the plugdev group to have full controller support.

e.g.
sudo usermod -a -G input,plugdev osmc

fixed