[dev] Re: [surf] "GitHub no longer supports old versions of Safari."

2019-08-06 Thread unwillexist

But this problem doesn’t exist at Linux, why ?
On 2019-08-06 19:26, Leonardo Taccari wrote:

Hello Jason,

Jason Smith writes:

I tried with lots of FreeBSD setups there is bug related with surf or
gstreamer. Playing youtube videos are not possible and there is 
"Please note that GitHub no longer supports old versions of Safari." 
warning at github.com. Here is output and screenshot.


At least regarding GitHub warning, spoofing the User-Agent: (e.g. to
the latest Firefox ESR) will workaround that issue (also other
webkit-gtk browsers IME has the same problem due that).




[dev] [SURF] _SET_URI property doesn’t update on click

2019-07-14 Thread unwillexist
Tried with clean surf setup directly pulled from 
https://git.suckless.org/surf.


1-) GO youtube.com and check with xprop _SURF_URI(STRING) = 
"https://www.youtube.com/";


2-) click on any video and check xprop _SURF_URI(STRING) = 
"https://www.youtube.com/";


3-) Use mod+r to refresh page and check xprop _SURF_URI(STRING) = 
"https://www.youtube.com/watch";


Basically it doesn't update _SURF_URI when you click on video or any 
link unless you refresh page.