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

Fabio Duran-Verdugo / handibox · GitLab

Handibox is an accessibility tool that will allow Human-Computer interaction with people who have some degree of motor disability. Through the Handibox, people will have the possibility to...

GitLab

Well finally I fix this error only with this command:

$ sudo ninja install

$ export GSETTINGS_SCHEMA_DIR=$PWD/share/glib-2.0/schemas/

$ ./bin/handibox

Thanks @felipeborges