On 2005-08-28, Alessandro Dotti Contra <[EMAIL PROTECTED]> wrote: > Using "Open", "Save", "Unknown" as pattern gave no result at all. Seems > tha the "Open dialog" does not exixts, or is created and the immediately > destroyed without waiting for user's input.
It therefore seems more likely to be some Firefox bug than Ion bug. If the window had still existed, there might have been some problem that caused Ion to lose it. Ion nowhere deletes windows, so Firefox must do that itself. There's still the chance that Ion for some reason fails to start managing the window, and Firefox reacts to this by destroying the window. Can you check Ion's error messages for any hints of this? (They should go to the console where you started X from or possibly in .xsession-errors.) If you don't mind recompiling Ion and so on, uncommenting the fprintf part in the CASE_EVENT macro in ioncore/eventh.c and sending what gets printed after you try to open the window should help to verify what's happening a little more. (I think I wrote a separate simple mapping event monitoring tool once, but I can't find it now.) -- Tuomo
