Đó là một lỗi cấu hình trong UTT. Bạn cần cập nhật một số tệp cấu hình để sử dụng:
org.gnome.desktop.peripherals.touchpad
thay vì
org.gnome.settings-daemon.peripherals.touchpad
Chỉ cần mở terminal và gõ:
sudo -H gedit /usr/lib/python3/site-packages/UnityTweakTool/section/system.py
Sau đó thay đổi các dòng sau để chúng trông giống như:
- Dòng 182:
'schema' : 'org.gnome.desktop.peripherals.touchpad',
- Dòng 193:
'schema' : 'org.gnome.desktop.peripherals.touchpad',
- Dòng 205:
'schema' : 'org.gnome.desktop.peripherals.touchpad',
Lưu các thay đổi, đóng gedit và, một lần nữa trong thiết bị đầu cuối:
sudo -H gedit /usr/lib/python3/site-packages/UnityTweakTool/section/spaghetti/gsettings.py
Thay đổi dòng sau thành:
- Dòng 114 (trong 15.10, dòng 120):
touch = gnome('desktop.peripherals.touchpad')
Lưu và thoát. UnityTweakTool sẽ bắt đầu mà không gặp vấn đề gì.
Ghi chú:
Nếu bạn không thể tìm thấy /usr/lib/python3/site-packages/
, thì bạn nên có /usr/lib/python3/dist-packages/
thay thế.