I am very obsessed with mouse gestures, as I am from a Windows background. I have recently switched to Ubuntu 22.04 and I'm loving it, but the fact that I'm not able to run mouse gestures is the only thing that makes me sad. I found somewhere that we can use gestikk
and I followed the instructions in this article, but unfortunately it gives me this error while installing:
*Selecting previously unselected package gestikk.
(Reading database ... 242508 files and directories currently installed.)
Preparing to unpack gestikk_0.6-0ubuntu1_all.deb ...
Unpacking gestikk (0.6-0ubuntu1) ...
dpkg: dependency problems prevent configuration of gestikk:
gestikk depends on python (>= 2.5); however:
Package python is not installed.
gestikk depends on python-gtk2 (>= 2.12); however:
Package python-gtk2 is not installed.
gestikk depends on python-glade2; however:
Package python-glade2 is not installed.
gestikk depends on python-notify; however:
Package python-notify is not installed.
gestikk depends on python-virtkey; however:
Package python-virtkey is not installed.
gestikk depends on python-kiwi; however:
Package python-kiwi is not installed.
gestikk depends on python-pyparsing (>= 1.4.7); however:
Package python-pyparsing is not installed.
dpkg: error processing package gestikk (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gestikk*
Then I tried running this command:
sudo apt-get -f install
but it removes gestikk
and displays the following message:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
gestikk
0 upgraded, 0 newly installed, 1 to remove and 6 not upgraded.
1 not fully installed or removed.
After this operation, 371 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 242540 files and directories currently installed.)
Removing gestikk (0.6-0ubuntu1) ...
How to install gestikk
on Ubuntu 22.04?