unix-streamdeck / streamdeckui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing installation instruction for Ubuntu 21.10

plezan opened this issue · comments

I've had a few issues setting up unix-streamdeck on my computer.
I wanted to share them and how i fixed those, hopping it could help someone

The first is a config necessary to allow streamdeckd to recognise the device without being root.
the fix was simply to add the udev rules as explained here : https://github.com/timothycrosley/streamdeck-ui/#manual-installation

The second one was a missing dependency, required to simulate the keybinds.
installing xdotool fixed the issue.

It may be helpfull to add those install steps to the readme