-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Reversed directions with no alternatives #133
Comments
Any suggestion please? ;) |
Please paste output of fusuma -v. If fusuma doesn't read ~/.config/fusuma/config.yml, it doesn't work correctly you expected. |
Thank you for your answer. First of all, I've just noticed you released newer versions so I've upgraded from 0.11.1 to 1.2.1 (via gem install). Thx ;) Then, it's not indicated in your README.md which permissions should be associated to file ~/.config/fusuma/config.yml please... From my side, I've chosen 644. It seems default config file is located at /var/lib/gems/2.3.0/gems/fusuma-1.2.1/lib/fusuma/config.yml. I've tried to force my config file ~/.config/fusuma/config.yml but the latter is not taken into account, see below:
Finally, see below as requested (as you can see, I've swipped left 3 times but action "xdotool key alt+Right" was triggered as per config file /var/lib/gems/2.3.0/gems/fusuma-1.2.1/lib/fusuma/config.yml):
|
Please use |
I can't, I don't have enough persmission:
|
It seems to be not found the configuration file (~/.config/) because you are running fusuma as root. Please try sudo -H . |
I think sudo -H is the default behavior on my computer so it doesn't change anything, see below:
|
So is your Please try set config.yml to |
Unfortunately, I can't understand why but $HOME is not changed:
|
Could you try |
It doesn't work:
I can't run fusuma as a simple user despite the fact I'm in input group as specified/required in your documentation:
Please tell me which permissions should be associated to file ~/.config/fusuma/config.yml. |
Fusuma need only read permission for reading config file. I don't understand why fusuma cannot read config. How did you install ruby? |
As far as I can remember, I just followed your instructions (README.md) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please don't close as my issue has not been resolved... Thank you |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@l0f4r0 Do you have this problem?
|
Since my post, I've made a fresh reinstall + I'm using Debian 10 instead of Debian 9. Thanks for your help though :) PS : What do you want to do with the ticket then? Closing it even if there has been no real solution (maybe some people will have the same issue)? Applying a specific tag maybe like "cantreproduce" ? |
I'm glad to know that you still use fusuma. |
Description
I've followed instructions at https://github.com/iberianpig/fusuma/blob/master/README.md
Here is my ~/.config/fusuma/config.yml file:
Directions are reversed. When I swipe left, fusuma thinks I go right, and vice-versa.
I know this is expected as some tutorials on the internet suggest to reverse the commands to balance the behavior. However, setting alt+Right instead of alt+Left, and vice-versa doesn't produce any change. So I can't understand...
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Swipe left should go back in a browser, swipe right should go forward.
Versions
Many thanks in advance :)
The text was updated successfully, but these errors were encountered: