On Mon, 2015-02-23 at 09:56 -0500, Ryan Lerch wrote:
On 02/21/2015 11:47 PM, Jon A. Cruz wrote:
> On Sat, Feb 21, 2015, at 03:37 PM, Gez wrote:
>> Hi,
>> I noticed that some type of dialogs in Inkscape have troubles with Gnome
>> 3. The problems became more visible in Gnome 3.14.
> Good feedback. I'm a bit swamped this week, but hopefully a few others
> will poke at this a bit.
>
I was also told that the reason why these dialogs are modal is to stop 
users from editing the document while an extension is running, but not 
sure of the implications if the document is editing while the code is 
running...

The changes made will get overridden. The Extention takes a copy of the document, transforms it, and then replaces the document with the new document.

In settings there is a "Dialogs on Top" setting under "Windows" for how aggressive Inkscape is at pushing them to the top. Adjusting that may make it better (or worse). Perhaps GNOME needs a different default setting. Also, this is a lot of custom X code, so it'll need to die when using the Mir or Wayland backends anyway. They shouldn't have as much trouble enforcing modality as there is on X. At some point we'll need to decide when X11 isn't an important target.

Ted