On 27 March 2018 at 17:11, Stefan Salewski wrote:
> On Sun, 2018-03-25 at 14:05 +0200, Stefan Salewski wrote:
> > /opt/gtk/bin $ LD_LIBRARY_PATH="../lib64" ./gtk4-demo
> >
> > (gtk4-demo:14466): GLib-GIO-WARNING **: 14:03:06.071: Can't find
> > module
> > 'dconf' specified in GSETTINGS_BACKEND
>
On Sun, 2018-03-25 at 14:05 +0200, Stefan Salewski wrote:
> /opt/gtk/bin $ LD_LIBRARY_PATH="../lib64" ./gtk4-demo
>
> (gtk4-demo:14466): GLib-GIO-WARNING **: 14:03:06.071: Can't find
> module
> 'dconf' specified in GSETTINGS_BACKEND
> GLib-GIO-Message: 14:03:06.071: Using the 'memory' GSettings
>
On Sun, 2018-03-25 at 13:43 +0200, Stefan Salewski wrote:
> What may be the best way to fix this issue?
Well, obvious
PATH=$PATH:/opt/gtk/bin/
export PATH
ninja install
LD_LIBRARY_PATH="/opt/gtk/lib64" ninja install
works,
but then still I get tiny fonts with
/opt/gtk/bin $ LD_LIBRARY_PATH="..