Installing #GNOME #Handibox I fixed this errors in #Debian
https://gitlab.gnome.org/fabioduran/handibox
ImportError: No module named 'pyautogui'
sudo apt install python3-pip
sudo pip3 install PyAutoGUI
ImportError: No module named 'dlib'
sudo pip install cmake
sudo pip install dlib
Now I'm trying to fix this error but I can't.
GLib-GIO-ERROR **: 11:00:18.566: Settings schema 'org.gnome.handibox' is not installed
@fabioduran @amvaldesj

