Es un error de configuración en UTT. Necesita actualizar algunos archivos de configuración para usar:
org.gnome.desktop.peripherals.touchpad
en lugar de
org.gnome.settings-daemon.peripherals.touchpad
Simplemente abra la terminal y escriba:
sudo -H gedit /usr/lib/python3/site-packages/UnityTweakTool/section/system.py
Luego cambie las siguientes líneas para que se vean así:
- Línea 182:
'schema' : 'org.gnome.desktop.peripherals.touchpad',
- Línea 193:
'schema' : 'org.gnome.desktop.peripherals.touchpad',
- Línea 205:
'schema' : 'org.gnome.desktop.peripherals.touchpad',
Guarde los cambios, cierre gedit y, nuevamente en la terminal:
sudo -H gedit /usr/lib/python3/site-packages/UnityTweakTool/section/spaghetti/gsettings.py
Cambie la siguiente línea a:
- Línea 114 (en 15.10 su línea 120):
touch = gnome('desktop.peripherals.touchpad')
Guardar y Salir. UnityTweakTool ahora debería comenzar sin problemas.
Nota:
Si no puede encontrar /usr/lib/python3/site-packages/
, entonces debería haberlo hecho /usr/lib/python3/dist-packages/
.