Cannot really run in any way. Am I missing something?
Image and title pretty much describe the issue.
It might be my bad but I'm pretty sure I did it right...
Anyway, I use Fedora BTW
You have to either run it as root or use udev to provide access to the usb device without root. I don't remember what the udev rule I used was tbh.
The reason it won't run as root is most likely because its not in root's $PATH. You can probably run it with sudo using .local/bin/glorious-mouse-control. Might also be .cargo/bin but I forget
I had the same problem too. Mine was in ~/.cargo/bin, so I needed to add that to my path when running as root.
$ sudo su
$ export PATH=$PATH:/home/mournfully/.cargo/bin
$ glorious-mouse-control
# new configuration applied
Could something like this please be added to the README under Common problems?