-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
touchegg (202110210918-stable-2.0.12~ubuntu20.04.1) cannot maximize or minimize windows #548
Comments
It could be a problem with your window manager. Under the hood, Touchégg does something similar to this command: $ sudo apt install wmctrl # In case it is not already installed
$ wmctrl -r :ACTIVE: -b toggle,maximized_vert,maximized_horz Does the second command maximize or restore the active window? |
wmctrl -r :ACTIVE: -b toggle,maximized_vert,maximized_horz The command above does maximize the active window |
The problem should be somewhere else then. Could you verify that it is not a duplicate of #542, please? Also, could you attach the output of |
Given the timing and that both of us are using the same OS, I would be surprised if it were not related. However, I am not sure of how to verify whether this bug has the same root cause. $ libinput --version touchegg --debug with action set to keyboard shortcut (successful minimize) Configuration parsed successfully touchegg --debug with action set to minimize (minimize does not occur) Configuration parsed successfully |
Ok, the problem is that 0%. Probably meaning that the size of your touchpad is unknown and Touchégg is falling back to the default size. You can find more information here: Let me know if you see this log:
If so, you can configure the thresholds as explained in the readme. |
It appears that touchegg (202110210918-stable-2.0.12~ubuntu20.04.1) cannot maximize or minimize windows.
The system is ubuntu Mate 20.04.1.
An appropriate touchegg configuration file has been created.
touchegg --debug shows that touchegg is detecting the gestures and attempting the action. However, maximization or minimization do not occur.
Changing touchegg.conf to reference the keyboard shortcuts for maximization or minimization is an effective workaround.
The text was updated successfully, but these errors were encountered: