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

Fusuma setup instructions for Fedora #277

Closed
thaneesh-babu opened this issue Aug 31, 2022 · 3 comments · Fixed by #278
Closed

Fusuma setup instructions for Fedora #277

thaneesh-babu opened this issue Aug 31, 2022 · 3 comments · Fixed by #278

Comments

@thaneesh-babu
Copy link
Contributor

thaneesh-babu commented Aug 31, 2022

Is your feature request related to a problem? Please describe.
No instructions on setting up fusuma on Fedora.

Describe the solution you'd like
Update the README to include the following instructions:

1. Install libinput-tools

You need libinput release 1.0 or later.

sudo dnf install libinput

2. Install Ruby

Fusuma runs in Ruby, so you must install it first.

sudo dnf install ruby

3. Install Fusuma

sudo gem install fusuma

4. Install xdotool (optional)

For sending shortcuts:

sudo dnf install xdotool
@iberianpig
Copy link
Owner

Thanks for your suggestion.
Cloud you make a pull request for updating README.md?

@TomSchammo
Copy link

I think there is actually a mistake here. Section 3 should be sudo gem install fusuma. Fusuma is not in the repos (at least not on Fedora 34).

@thaneesh-babu
Copy link
Contributor Author

thaneesh-babu commented Sep 16, 2022

I think there is actually a mistake here. Section 3 should be sudo gem install fusuma. Fusuma is not in the repos (at least not on Fedora 34).

You're right, updated the issue now.

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

Successfully merging a pull request may close this issue.

3 participants