git clone https://github.com/v1cont/yad.git
cd yad
autoreconf -ivf && intltoolize
./configure --prefix=/opt/yad
make && make install
gtk-update-icon-cache
export PATH=/opt/yad/bin:$PATH
when i try to run it i get:
$ yad
(yad:928652): GLib-GIO-ERROR **: 16:51:10.372: Settings schema 'yad.settings' is not installed
Trace/breakpoint trap (core dumped)
on ubuntu 20.04 i did this:
when i try to run it i get: