"Zsolt Udvari" <[EMAIL PROTECTED]> writes: > Sorry, can you explain it? What does it mean "fix gnomefox"? > I've applied the patch on > http://bugzilla.gnome.org/show_bug.cgi?id=143349 but no changes :( > I'm using gtk+ 2.11.4.
I believe he means that you would need to modify Firefox to apply different window properties to each window. This is somewhat complicated because the C++ code that creates the dialogs may likely not know anything about what its purpose will be, while the JavaScript code (the UI of Mozilla browsers is written in JavaScript, essentially) that actually knows the purpose of the window doesn't know anything about X11, and thus isn't prepared to set specific window properties. One hack may be to match the title of the window somehow. -- Jeremy Maitin-Shepard
