No terminal, digite cat ~/.config/touchpad-indicator/touchpad-indicator.conf
e a saída deve aparecer algo como:
{"disable_on_exit": false, "show_notifications": true, "is_working": true, "on_m ouse_plugged": false, "disable_on_typing": true, "VertEdgeScroll": true, "start_ hidden": false, "enable_on_exit": true, "HorizEdgeScroll": true, "natural_scroll ing": false, "shortcut_enabled": false, "first-time": false, "TapButton2": 3, "s econds": 5.0, "VertTwoFingerScroll": true, "TapButton1": 1, "HorizTwoFingerScrol l": true, "disable_touchpad_on_start_indicator": false, "shortcut": "c", "touchpad_enabled": true, "CircularScrolling": false, "version": "1.1.0-0 extras15.04.3-src", "autostart": true, "theme": "dark", "TapButton3": 0}
Se ele não existir ou estiver vazio, crie um arquivo json vazio, digitando:
echo '{}' > ~/.config/touchpad-indicator/touchpad-indicator.conf
E veja se isso permite que o indicador do touchpad seja iniciado.