glorious-mouse-control icon indicating copy to clipboard operation
glorious-mouse-control copied to clipboard

Cannot really run in any way. Am I missing something?

Open masakk1 opened this issue 2 years ago • 2 comments

image 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

masakk1 avatar May 28 '23 17:05 masakk1

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

outfoxxed avatar May 28 '23 23:05 outfoxxed

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?

mournfully avatar Jun 20 '23 14:06 mournfully