Re: [dev] [surf] Web inspector not working

2017-04-27 Thread David Kennedy
Apparently that last message was sent as HTML even though I had plain text
selected in Outlook. Going to blame Microsoft there.

Anyways, I provided the use flags for webkit-gtk and midori, because I've been
working on some bugs in midori recently and got confused. Can't blame anyone
else for that.

The problem was that I forgot to enable the savedconfig use flag for surf.
That's my bad too.




Re: Re: [dev] [surf] Web inspector not working

2017-04-27 Thread Ivan Tham
xant...@openmailbox.org wrote:

> 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
> 

Ah, I tried it with musl and it doesn't work.



Re: [dev] [surf] Web inspector not working

2017-04-27 Thread David Kennedy
On 27-04-2017 07:28, xant...@openmailbox.org wrote:
> Is it built with musl ?

Nope. Am I missing a use flag or something? For webkit-gtk, I've got:

coverage doc +egl geolocation gles2 gnome-keyring +gstreamer introspection
+jit libnotify nsplugin +opengl spell test wayland +webgl

For midori, I've got:

doc granite xscreensaver +jit zeitgeist



Re: [dev] [surf] Web inspector not working

2017-04-27 Thread xant0me

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




Re: [dev] [surf] Web inspector not working

2017-04-26 Thread Ivan Tham
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?
> 

I find it working fine here with the latest surf-webkit2.