Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't use the remouse command for some reason #95

Open
Rudi-V0ller opened this issue Jan 12, 2025 · 1 comment
Open

I can't use the remouse command for some reason #95

Rudi-V0ller opened this issue Jan 12, 2025 · 1 comment

Comments

@Rudi-V0ller
Copy link

image

@Evidlo
Copy link
Owner

Evidlo commented Jan 12, 2025

Need more info, such as your operating system.

If you're on Linux, you probably don't have Python's bin/ directory in your shell's PATH variable.

You can figure this out with the which command:

[evan@blackbox ~] which python3                                              
/home/evan/resources/venv3/bin/python3

So the directory is located at /home/evan/resources/venv3/bin/

[evan@blackbox ~] /home/evan/resources/venv3/bin/remouse -h
usage: remouse [-h] [--debug] [--key PATH] [--password PASSWORD]
               [--address ADDRESS] [--mode {fit,fill,stretch}]
               [--orientation {top,left,right,bottom}] [--monitor NUM]
               [--region] [--threshold THRESH] [--evdev]

use reMarkable tablet as a mouse input
...

You can read about fixing this PATH issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants