[dev] [surf] Looking for setting or patch to make links load in the same page

2017-05-31 Thread Albert Cardona
Would like to avoid opening a new window for every click on a link. Thanks for any leads. Albert

Re: [dev] [surf] freeze with gstreamer error

2017-05-30 Thread Albert Cardona
2017-05-30 12:26 GMT-04:00 Quentin Rameau : > Hi Albert, > >> In web pages such as twitter.com, the following gstreamer errors >> occur. The second one freezes surf. >> >> (WebKitWebProcess:31459): GStreamer-CRITICAL **: >> Trying to dispose element webkitwebsrc0, but it is in PAUSED instead >> of

[dev] [surf] freeze with gstreamer error

2017-05-30 Thread Albert Cardona
In web pages such as twitter.com, the following gstreamer errors occur. The second one freezes surf. (WebKitWebProcess:31459): GStreamer-CRITICAL **: Trying to dispose element webkitwebsrc0, but it is in PAUSED instead of the NULL state. You need to explicitly set elements to the NULL state before

Re: [dev] [surf] Errors compiling the surf-webkit2 branch

2017-05-29 Thread Albert Cardona
2017-05-29 16:13 GMT-04:00 Quentin Rameau : >> The errors: >> >> surf.o: In function `main': >> surf.c:(.text+0x3292): undefined reference to >> `gdk_display_get_default_seat' surf.c:(.text+0x329e): undefined >> reference to `gdk_seat_get_keyboard' collect2: error: ld returned 1 >> exit status Make

Re: [dev] [surf] Errors compiling the surf-webkit2 branch

2017-05-29 Thread Albert Cardona
2017-05-29 16:08 GMT-04:00 Quentin Rameau : >> >> Hi all, > > Hi Albert, > >> >> Upon compiling the surf-webkit2 with either cc or clang, I am >> >> getting a number of errors. >> > >> > I wonder if your config.h is outdated and is supposed to declare >> > these. Not familiarvwith surf myself. >> >

Re: [dev] [surf] Errors compiling the surf-webkit2 branch

2017-05-29 Thread Albert Cardona
2017-05-29 15:44 GMT-04:00 Albert Cardona : > 2017-05-29 15:35 GMT-04:00 David Phillips : >> On Mon, May 29, 2017 at 03:29:47PM -0400, Albert Cardona wrote: >>> Hi all, >>> >>> Upon compiling the surf-webkit2 with either cc or clang, I am getting >>&g

Re: [dev] [surf] Errors compiling the surf-webkit2 branch

2017-05-29 Thread Albert Cardona
2017-05-29 15:35 GMT-04:00 David Phillips : > On Mon, May 29, 2017 at 03:29:47PM -0400, Albert Cardona wrote: >> Hi all, >> >> Upon compiling the surf-webkit2 with either cc or clang, I am getting >> a number of errors. > > I wonder if your config.h is outdated

[dev] [surf] Errors compiling the surf-webkit2 branch

2017-05-29 Thread Albert Cardona
Hi all, Upon compiling the surf-webkit2 with either cc or clang, I am getting a number of errors. Error 1: In file included from surf.c:257:0: config.h:71:8: error: unknown type name ‘SiteStyle’ static SiteStyle styles[] = { ^ ... which was perhaps introduced with commit 5c5273398 whic