Re: [dev] Surf 0.4 issues

2010-06-21 Thread Donald Allen
On Mon, Jun 21, 2010 at 9:44 AM, Ethan Grammatikidis wrote: > > On 21 Jun 2010, at 14:13, Donald Allen wrote: > > 2. When I change config.def.h and redo the make, config.h does *not* get > replaced with the new config.def.h. I think the config.h target in the > makefile is missing a dependency on

Re: [dev] Surf 0.4 issues

2010-06-21 Thread Ethan Grammatikidis
On 21 Jun 2010, at 14:13, Donald Allen wrote: 2. When I change config.def.h and redo the make, config.h does *not* get replaced with the new config.def.h. I think the config.h target in the makefile is missing a dependency on config.def.h. Looks like it's the same as dwm, which I made this

Re: [dev] Surf 0.4 issues

2010-06-21 Thread Donald Allen
On Mon, Jun 21, 2010 at 9:21 AM, Nicolai Waniek wrote: > I guess you should make your configuration changes to config.h instead > of config.def.h. the latter one is there to have some 'reference > configuration' if you have f***ed up your config.h. > Ah. Before making changes to something like t

Re: [dev] Surf 0.4 issues

2010-06-21 Thread anonymous
On Mon, Jun 21, 2010 at 09:13:44AM -0400, Donald Allen wrote: > 1. Gmail complains that "your browser has cookies disabled" unless the > sessiontime variable in config.def.h is set to something non-zero. Perhaps > something non-zero should be the default (said without understanding the > implicatio

Re: [dev] Surf 0.4 issues

2010-06-21 Thread Nicolai Waniek
I guess you should make your configuration changes to config.h instead of config.def.h. the latter one is there to have some 'reference configuration' if you have f***ed up your config.h. regards

[dev] Surf 0.4 issues

2010-06-21 Thread Donald Allen
I've just begun using surf and it looks very nice. dwm is my desktop environment on a Slackware 13.1 system, and surf integrates nicely with it. Having said that, I have seen some problems that I'd like to report. Issues (version 0.4): 1. Gmail complains that "your browser has cookies disabled"

Re: [dev] surf 0.4 tries to free an invalid pointer

2010-06-05 Thread Pierre Chapuis
On Wed, 2 Jun 2010 17:15:05 -0400, Kris Maglione wrote: > Ah, you're on Arch, then. They broke valgrind on gilbc 2.12/x86_64. > You'll need to grab valgrind-svn from AUR. Here's the report with valgrind-svn. -- catwell[18:11 VA|catwell] valgrind surf ==11539== Memcheck, a memory error detector

Re: [dev] surf 0.4 tries to free an invalid pointer

2010-06-02 Thread Kris Maglione
On Wed, Jun 02, 2010 at 10:56:02PM +0200, Pierre Chapuis wrote: On Tue, 1 Jun 2010 17:13:18 -0400, Kris Maglione wrote: On Tue, Jun 01, 2010 at 10:56:34PM +0200, Pierre Chapuis wrote: I installed surf 0.4 on Arch Linux and it crashed when I tried to click on a link to a binary file (actually t

Re: [dev] surf 0.4 tries to free an invalid pointer

2010-06-02 Thread Pierre Chapuis
On Tue, 1 Jun 2010 17:13:18 -0400, Kris Maglione wrote: > On Tue, Jun 01, 2010 at 10:56:34PM +0200, Pierre Chapuis wrote: >>I installed surf 0.4 on Arch Linux and it crashed when I tried to click >>on a link to a binary file (actually to its own archive on suckless' >>website). Downloading with th

Re: [dev] surf 0.4 tries to free an invalid pointer

2010-06-01 Thread Kris Maglione
On Tue, Jun 01, 2010 at 10:56:34PM +0200, Pierre Chapuis wrote: I installed surf 0.4 on Arch Linux and it crashed when I tried to click on a link to a binary file (actually to its own archive on suckless' website). Downloading with the right click menu works fine. I have copied its output below.

Re: [dev] surf 0.4 tries to free an invalid pointer

2010-06-01 Thread Troels Henriksen
Pierre Chapuis writes: > I installed surf 0.4 on Arch Linux and it crashed when I tried to click > on a link to a binary file (actually to its own archive on suckless' > website). Downloading with the right click menu works fine. > > I have copied its output below. The crash looks linked to Java.

[dev] surf 0.4 tries to free an invalid pointer

2010-06-01 Thread Pierre Chapuis
I installed surf 0.4 on Arch Linux and it crashed when I tried to click on a link to a binary file (actually to its own archive on suckless' website). Downloading with the right click menu works fine. I have copied its output below. The crash looks linked to Java. *** glibc detected *** sur

[dev] surf-0.4

2010-05-30 Thread Enno Boland (Gottox)
Good Morning! surf 0.4 is released. Changes in a nutshell - xproperties changed to reduce code complexity - user agent string is rfc compliant - removed user defined context menu - downloading is done by xterm+wget instead of surf itself - various small bug fixes and improvements. There are still