systemofapwne / leetmouse

A fork of the Linux mouse driver with acceleration
GNU General Public License v2.0
93 stars 10 forks source link

leetmouse-gui does not work #12

Closed Celibistrial closed 2 years ago

Celibistrial commented 2 years ago

❯ sudo python3 main.py

Traceback (most recent call last):
  File "/home/celibistrial/leetmouse-gui/main.py", line 12, in <module>
    "Midpoint": ModuleParameter("Midpoint")
  File "/home/celibistrial/leetmouse-gui/ModuleParameter.py", line 7, in __init__
    f = open("/sys/module/leetmouse/parameters/" + self.parameterName, "r")
FileNotFoundError: [Errno 2] No such file or directory: '/sys/module/leetmouse/parameters/Midpoint'
Cloudperry commented 2 years ago

It doesn't work with this version of leetmouse as stated in the commits of that project. The latest version only works with Skyl3r/leetmouse (which doesn't even build for me).

Look for the commit "Compatibility change for Systemofapwne/LEETMOUSE." and download that version of leetmouse-gui. I use that version of leetmouse-gui when experimenting with new settings and it works well.

Celibistrial commented 2 years ago

Thanks, it works now

jaredcrean commented 2 years ago

@Cloudperry try switching to the testing branch. I had to switch to the test branch for it to build on my arch system.

samuk10 commented 7 months ago

i managet to make it to work for this project also: https://github.com/Skyl3r/leetmouse-gui/pull/4