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

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

2017-05-30 Thread ssd
* Quentin Rameau 2017-05-30 18:27 > Yes, set MediaManualPlay to 1. > I think I'll push it as a default. useful, thanks to Quentin and Albert!

[dev] [st] Input methods display in wrong position

2017-05-30 Thread David Elliott
Hi everyone, I'm using fcitx for Chinese input, and noticed that the fcitx window always appears at the bottom left of the st window rather than at the cursor, where it should. This issue makes it difficult to use CJK input methods with st because the user must constantly look back and forth

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

2017-05-30 Thread 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 the NULL state. > You need to explicitly set

[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

Re: [dev] slconfigure

2017-05-30 Thread sylvain . bertrand
On Mon, May 29, 2017 at 10:56:57PM +0200, Josuah Demangeon wrote: > I am not disappointed when I see a simple ./configure script that generate a > clean config.mk. Would something like this be acceptable to for a suckless > project ? > > case "$(uname -a)" in > *Linux* ) > XXXINC=/... >