Martin Meyer wrote:
I just got a notice from Mozilla's Bugzilla that the following bug was resolved: Bug 93789 – Mozilla should support X11 session management (https://bugzilla.mozilla.org/show_bug.cgi?id=93789) Unfortunately it looks like they did it with the session management code in libgnome, which it scheduled for eventual removal afaik. Can anyone take a look at the patch they committed and see if there's a way to convert it to use the gtk-based stuff I keep hearing about?
Or just use some plain Xlib code, the stuff in metacity can be copied (I think I own all the copyright or it's from twm which is MIT/X11 anyway)
All mozilla should do is handle the logout signal, the rest of XSMP is nonsense anyway ;-)
Havoc