[dev] [surf] Surf crashes (soup problem?)

2009-12-07 Thread Sandra Snan
Hi, I’ve found a bug, but I don’t know if it’s in libsoup or if it’s in suckless’ surf, which uses libsoup, or if it’s in some other library in between (webkit?). The situation is that I go to http://identi.ca/main/openid enter my openID uri (to a server that runs phpMyID version 0.9), hit RET, t

Re: [dev] [surf] Surf crashes (soup problem?)

2009-12-07 Thread Sandra Snan
On Mon, Dec 7, 2009 at 8:23 PM, Dan Winship wrote: > mmm... yes, it probably should be > >    if (!(qop & SOUP_AUTH_DIGEST_QOP_AUTH)) Tried it, but then the openid login box just keeps popping up again and again. > could you run surf with WEBKIT_DEBUG=Network and confirm that the Digest > WWW-Au

Re: [dev] [surf] Surf crashes (soup problem?)

2009-12-07 Thread Sandra Snan
On Mon, Dec 7, 2009 at 9:44 PM, Sandra Snan wrote: > On Mon, Dec 7, 2009 at 8:23 PM, Dan Winship wrote: >> mmm... yes, it probably should be >> >>    if (!(qop & SOUP_AUTH_DIGEST_QOP_AUTH)) > > Tried it, but then the openid login box just keeps popping up aga

[dev] [dwm] [surf] Classes for surf?

2009-12-08 Thread Sandra Snan
xprop seems to think that the class name is "surf", but here are my dwm rules: static Rule rules[] = { /* class instancetitle tags mask isfloating */ { "Iceweasel", NULL, NULL, 8, False }, { "surf", NULL, NULL, 8, Fals