Closed Nandete84 closed 4 years ago
@Nandete84
fusuma --version
or fusuma -v
?BTW, the following line's indent level in config.yml is wrong.
right:
command: "xdotool key ctrl+alt+Down" # Switch to next workspace
This is the fusuma --version
log:
I, [2020-07-06T22:23:41.905816 #27739] INFO -- : ---------------------------------------------
I, [2020-07-06T22:23:41.905876 #27739] INFO -- : Fusuma: 1.10.1
I, [2020-07-06T22:23:41.907556 #27739] INFO -- : libinput: 1.15.5
I, [2020-07-06T22:23:41.908179 #27739] INFO -- : OS: Linux 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020
I, [2020-07-06T22:23:41.908863 #27739] INFO -- : Distribution: Ubuntu 20.04 LTS \n \l
I, [2020-07-06T22:23:41.909623 #27739] INFO -- : Desktop session: ubuntu x11
I, [2020-07-06T22:23:41.909665 #27739] INFO -- : ---------------------------------------------
I, [2020-07-06T22:23:41.909678 #27739] INFO -- : Enabled Plugins:
I, [2020-07-06T22:23:41.909749 #27739] INFO -- : Fusuma::Plugin::Buffers::GestureBuffer
I, [2020-07-06T22:23:41.909760 #27739] INFO -- : Fusuma::Plugin::Detectors::PinchDetector
I, [2020-07-06T22:23:41.909788 #27739] INFO -- : Fusuma::Plugin::Detectors::RotateDetector
I, [2020-07-06T22:23:41.909796 #27739] INFO -- : Fusuma::Plugin::Detectors::SwipeDetector
I, [2020-07-06T22:23:41.909820 #27739] INFO -- : Fusuma::Plugin::Events::Records::GestureRecord
I, [2020-07-06T22:23:41.909845 #27739] INFO -- : Fusuma::Plugin::Events::Records::IndexRecord
I, [2020-07-06T22:23:41.909853 #27739] INFO -- : Fusuma::Plugin::Events::Records::TextRecord
I, [2020-07-06T22:23:41.909862 #27739] INFO -- : Fusuma::Plugin::Executors::CommandExecutor
I, [2020-07-06T22:23:41.909877 #27739] INFO -- : Fusuma::Plugin::Filters::LibinputDeviceFilter
I, [2020-07-06T22:23:41.909901 #27739] INFO -- : Fusuma::Plugin::Filters::LibinputTimeoutFilter
I, [2020-07-06T22:23:41.909909 #27739] INFO -- : Fusuma::Plugin::Inputs::LibinputCommandInput
I, [2020-07-06T22:23:41.909917 #27739] INFO -- : Fusuma::Plugin::Parsers::LibinputGestureParser
I, [2020-07-06T22:23:41.909926 #27739] INFO -- : ---------------------------------------------
(The wrong indent was made during pasting it in here; the horizontal swipe works)
OK, thanks.
Please wrap code blocks using ``` triple backquotes for indenting. (I edited your post)
It's become like following.
code blocks
Please check following
- Have you tested in xdotool command in your terminal?
$ xdotool key ctrl+Super+F
Have you checked the log in launching fusuma and the following lines?
I, [2020-07-06T18:59:58.239722 #1478] INFO -- : reload config : /path/to/config.yml # ← Is config file path correctly?
If fusuma don't load your config, fusuma loads default config.yml.
Thanks for that.
None of the commands work in xdotool.
I've double check the configuration file launching fusuma from terminal and it is reading the correct file; I configured all the movements and all they work but the 4 fingers up and down (and I can't make the rotation work either).
Is there any more info I can get?
None of the commands work in xdotool.
Do you mean that you run $ xdotool key ctrl+Super+F
in your terminal, but it does not work?
If the xdotool command didn't work in a terminal, this is xdotool issue, not fusuma.
All the other commands I have configured in fusuma, work through xdotool in a terminal.
I tried several things:
1.- I've been trying xdotool in a terminal with some other shortcuts from my 'Settings>Keyboard shortcuts'.
There are a few that don't work with xdotool. Specifically the ones I have:
xdotool key Ctrl+Super+D
To minimise (toggle) all windows in one workspace, and
xdotool key Super+F
(I removed the Ctrl
on 'Settings>Keyboard shortcuts', to try if it worked).
2.- I edited again the config file, to confirm if it was an xdotool issue or not.
This is what I have now for 4 fingers:
4:
left:
command:
right:
command:
up:
command: "xdotool key ctrl+alt+Up" # Switch to previous workspace
threshold: 0.25
down:
command: "xdotool key ctrl+alt+Down" # Switch to next workspace
threshold: 0.25
These commands for changing workspace, work in xdotool in a terminal, and they were working before when I had them in 'left' and 'right' in config, but they do not work in fusuma.
3.-
I run fusuma from a terminal, and I can see that the command for the 4 fingers up and down are recognised, you can see that I tried twice:
I, [2020-07-08T20:58:49.852923 #50280] INFO -- : ---------------------------------------------
I, [2020-07-08T20:58:49.852997 #50280] INFO -- : Fusuma: 1.10.1
I, [2020-07-08T20:58:49.854686 #50280] INFO -- : libinput: 1.15.5
I, [2020-07-08T20:58:49.855408 #50280] INFO -- : OS: Linux 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020
I, [2020-07-08T20:58:49.856070 #50280] INFO -- : Distribution: Ubuntu 20.04 LTS \n \l
I, [2020-07-08T20:58:49.856742 #50280] INFO -- : Desktop session: ubuntu x11
I, [2020-07-08T20:58:49.856781 #50280] INFO -- : ---------------------------------------------
I, [2020-07-08T20:58:49.856806 #50280] INFO -- : Enabled Plugins:
I, [2020-07-08T20:58:49.856882 #50280] INFO -- : Fusuma::Plugin::Buffers::GestureBuffer
I, [2020-07-08T20:58:49.856909 #50280] INFO -- : Fusuma::Plugin::Detectors::PinchDetector
I, [2020-07-08T20:58:49.856917 #50280] INFO -- : Fusuma::Plugin::Detectors::RotateDetector
I, [2020-07-08T20:58:49.856924 #50280] INFO -- : Fusuma::Plugin::Detectors::SwipeDetector
I, [2020-07-08T20:58:49.856930 #50280] INFO -- : Fusuma::Plugin::Events::Records::GestureRecord
I, [2020-07-08T20:58:49.856937 #50280] INFO -- : Fusuma::Plugin::Events::Records::IndexRecord
I, [2020-07-08T20:58:49.856943 #50280] INFO -- : Fusuma::Plugin::Events::Records::TextRecord
I, [2020-07-08T20:58:49.856968 #50280] INFO -- : Fusuma::Plugin::Executors::CommandExecutor
I, [2020-07-08T20:58:49.856975 #50280] INFO -- : Fusuma::Plugin::Filters::LibinputDeviceFilter
I, [2020-07-08T20:58:49.856983 #50280] INFO -- : Fusuma::Plugin::Filters::LibinputTimeoutFilter
I, [2020-07-08T20:58:49.856989 #50280] INFO -- : Fusuma::Plugin::Inputs::LibinputCommandInput
I, [2020-07-08T20:58:49.857009 #50280] INFO -- : Fusuma::Plugin::Parsers::LibinputGestureParser
I, [2020-07-08T20:58:49.857035 #50280] INFO -- : ---------------------------------------------
I, [2020-07-08T20:58:49.857547 #50280] INFO -- : reload config : /home/nando/.config/fusuma/config.yml
I, [2020-07-08T20:58:51.698348 #50280] INFO -- : {:command=>"xdotool key ctrl+alt+Up"}
^[^FI, [2020-07-08T20:58:53.717386 #50280] INFO -- : {:command=>"xdotool key ctrl+alt+Down"}
^[[1;7B^[I, [2020-07-08T20:58:57.620661 #50280] INFO -- : {:command=>"xdotool key ctrl+alt+Up"}
^[^FI, [2020-07-08T20:58:59.265878 #50280] INFO -- : {:command=>"xdotool key ctrl+alt+Down"}
I believe that with this we can confirm that there is an issue with the vertical swipe for 4 fingers?
Thanks for your answers.
@iberianpig I finally worked it out.
You were right, of course, and it was an issue with xdotool.
Instead of simple shortcuts, this is the configuration I have now for vertical swipe (4 fingers):
up:
command: "xdotool search --onlyvisible --name '.*' windowactivate %@" # Unhide all windows
threshold: 0.25
down:
command: "xdotool key --clearmodifiers Super+d" # Show desktop
threshold: 0.25
It works like a charm!!
Thanks for your support. And I love your nickname, I grew up in Southern West Spain, where the Iberian pigs are from :)
The 4 fingers vertical function don't work on my Lenovo ideaPad Y700-15ISK with Ubuntu 20.04 Rest of movements (including 4 fingers horizontal) work as a charm
To Reproduce Using the shortcuts from 'Settings', I modified the config file
gedit ~/.config/fusuma/config.yml
For the 4 fingers movement I have:
Movements left and right work perfectly.
For the up and down, no matter what configuration I write, they don't work.
Also, I'm not able to implement
rotation
I am using: Fusuma 1.10.1 libinput 1.15.5 Ubuntu 20.04 LTS (Linux 5.4.0-40-generic #44 Ubuntu), gnome shell version 5.0.16(1)