Re: gtk4-query-immodules: command not found

2018-03-27 Thread Emmanuele Bassi
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 >

Re: gtk4-query-immodules: command not found

2018-03-27 Thread Stefan Salewski
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 >

Re: gtk4-query-immodules: command not found

2018-03-25 Thread Stefan Salewski
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="..