Dans certaines conditions en particulier avec les touchpad non synaptic le clic droit est désactivé par défaut.
Pour lister les options du périphérique de pointage :
julien@gollum:~$ gsettings list-recursively org.gnome.desktop.peripherals.touchpad org.gnome.desktop.peripherals.touchpad accel-profile 'default' org.gnome.desktop.peripherals.touchpad click-method 'areas' org.gnome.desktop.peripherals.touchpad disable-while-typing true org.gnome.desktop.peripherals.touchpad edge-scrolling-enabled false org.gnome.desktop.peripherals.touchpad left-handed 'mouse' org.gnome.desktop.peripherals.touchpad middle-click-emulation false org.gnome.desktop.peripherals.touchpad natural-scroll true org.gnome.desktop.peripherals.touchpad send-events 'enabled' org.gnome.desktop.peripherals.touchpad speed 0.31506849315068486 org.gnome.desktop.peripherals.touchpad tap-and-drag true org.gnome.desktop.peripherals.touchpad tap-and-drag-lock false org.gnome.desktop.peripherals.touchpad tap-button-map 'default' org.gnome.desktop.peripherals.touchpad tap-to-click true org.gnome.desktop.peripherals.touchpad two-finger-scrolling-enabled true
Pour identifier le mode de clic actuel :
julien@gollum:~$ gsettings get org.gnome.desktop.peripherals.touchpad click-method 'fingers'
Pour lister les modes de clic disponibles :
julien@gollum:~$ gsettings range org.gnome.desktop.peripherals.touchpad click-method enum 'default' 'none' 'areas' 'fingers'
Enfin, modifier la configuration :
julien@gollum:~$ gsettings set org.gnome.desktop.peripherals.touchpad click-method 'areas'