On 27-04-2017 06:08, David Kennedy wrote:
> When I attempt to open the web inspector with Ctrl-Shift-o, nothing
> happens.
> No errors are generated in the console or anything. I've enabled the
> inspector
> feature in config.h with the following line:
>
> SETB(Inspector, 1),
>
> I haven't changed the default key binding from:
>
> { MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, toggleinspector, { 0 } },
>
> Has anyone else noticed this problem?
Is it built with musl ?
It seems to be a known problem : [1]
Don't know if it's fix now.
[1]
http://www.openwall.com/lists/musl/2014/11/04/1
Received on Thu Apr 27 2017 - 15:28:12 CEST