v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
675 stars 58 forks source link

yad.settings missing #119

Closed z0rti closed 3 years ago

z0rti commented 3 years ago

on ubuntu 20.04 i did this:

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)
v1cont commented 3 years ago

you need to compile gsettings schema first (like you updating icon cache)

use glib-compile-schemas to do this and add /opt/yad/share to XDG_DATA_DIRS environment variable