Re: gtk consistently getting stuck at poll function in ../sysdeps/unix/syscall-template.S

2015-07-04 Thread Lokesh Chakka
hai, some more info i can provide. In earlier version, the main thread used to stuck in following trace. #0 0x7fbc16d0d61a in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x7fbc16d0d9a9 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7fbc16ccbf91 in ??

Re: TextView background color: bug or misunderstanding?

2015-07-04 Thread Sébastien Wilmet
Hi, On Sat, Jul 04, 2015 at 01:04:08PM +0200, Kasper Peeters wrote: > I am trying to make the background colour of all TextViews white, using > > gtk_widget_override_background_color() > > This does make the background white, but it also makes the color used > for selection highlight white. As

TextView background color: bug or misunderstanding?

2015-07-04 Thread Kasper Peeters
I am trying to make the background colour of all TextViews white, using gtk_widget_override_background_color() This does make the background white, but it also makes the color used for selection highlight white. As a result, I can't see anymore what I am selecting. So I thought this might be b

Re: Distributing OSX binaries

2015-07-04 Thread jcupitt
Hi Daniel, On 4 July 2015 at 03:37, Daniel Kasak wrote: > I've previously built OSX binaries, just for myself, but now I'd like > to share amongst some workmates. I'm not really up-to-speed with OSX > and packaging ( new job, Mac-only shop ). I use this: https://wiki.gnome.org/Projects/GTK+/O