giovedì 15 novembre 2018

Ubuntu tap per click non funziona

Lo so sono abituato bene, non mi va di cliccare sul pulsante del touchpad. Con Windows mi ero abituato che un tap veloce era come  un click, ma su Linux la cosa non va proprio.
Ho risolto velocemente anche questa volta.
Mi è bastata una breve ricerca e ho trovato la soluzione che funziona alla perfezione.
Seguendo le istruzioni in inglese si procede eseguendo il seguente comando da terminale:
wget -O tchpd https://raw.githubusercontent.com/Ryko-git/click-on-touchpad/master/install.sh && chmod +x tchpd && ./tchpd && rm tchpd

Non dovesse andar bene o dovesse da problemi (cosa alquanto strana) si può disinstallare il tutto con il seguente comando da terminale:
wget -O tchpd https://raw.githubusercontent.com/Ryko-git/click-on-touchpad/master/uninstall.sh && chmod +x tchpd && ./tchpd && rm tchpd

Nel caso in cui vi tornasse un errore tipo wget: command not found basterà installare wget stesso con il comando sudo apt install wget, potrà tornare utile anche in altre occasioni.

Nel caso in cui, invece si verificasse il seguente errore (a me con ubuntu 18.04 non è successo)
There was an error creating the child process for this terminal
Failed to execute child process “synclient” (No such file or directory)
Si risolverà installando i driver di synaptics (l'inventore del touchpad) con il seguente comando:
sudo apt install xserver-xorg-input-synaptics

A me funziona a meraviglia ... e  a voi?

Nessun commento:

Posta un commento