Re: Get the summary from a key in GSettings

2013-02-12 Thread Michael Cronenworth
rastersoft wrote: > I'm creating an extension for Gnome shell and want to simplify some > parts of the configuration. To do so, I need to get the summary text > from GSettings, given its key. I've been checking the C API but I can't > find a suitable method. Is there a way of doing it without parsi

Re: gtk_menu_popup_for_device() race?

2013-02-12 Thread Edscott Wilson
OK, I know it's bad netiquette to answer your own emails, but I've narrowed the problem down: It so happens that the race condition problem I described (which, BTW, also affects placement of the tooltip window), does not occur on desktops 1-4, but only on 5-6. This is with fvwm (http://fvwm.org)

gtk_menu_popup_for_device() race?

2013-02-12 Thread Edscott Wilson
I'm battling with a race condition for several week now, and have not been able to determine anything incorrect in my development code (http:/xffm.org). The situation is as follows: If I compile with gtk+2, everything is fine. Compilation with gtk+3 produces a race condition on mapping the popup me