Could be related to this:
http://bugzilla.gnome.org/show_bug.cgi?id=420713
The detailed changelog is:
Fix a crash when dragging a window to somewhere like another
workspace/viewport. The original drag source widget might have been
destroyed. We're now more solid against this, and use another drag
source widget which lives longer.
Fix bug #420713.
Anyway, if it's not fixed run the applet or the panel (whichever it is that is crashing) under gdb. For an applet you do this the following way:
gdb/usr/libexec/wnck-applet
(gdb) r
Then add the pager to the panel via right click -> add to panel
Reproduce the bug and type bt in gdb to get the backtrace. Chances are that we can find out whether it's really fixed or just harder to reproduce now.
I don't see splash screens in the pager at all. At least not the OO.o one. How do I reproduce this bug? And did you ever file a bugreport in bugzilla about this?
Just wanted to make sure you're aware that the outline drag mode is there now. You have to enable the reduced_resources GConf key in/apps/metacity/general/reduced_resources
Also, do you really think implementing every possible preference ever used in a WM is a sane choice for someone implementing a new one? I think Havoc is doing the right thing by doing the ones that make sense over time and getting the implementation right instead of adding hack after hack because users can't wait for the WM to mature.
Could be related to this: http://bugzilla.gnome.org/show_bug.cgi?id=420713 The detailed changelog is: Fix a crash when dragging a window to somewhere like another workspace/viewport. The original drag source widget might have been destroyed. We're now more solid against this, and use another drag source widget which lives longer. Fix bug #420713. Anyway, if it's not fixed run the applet or the panel (whichever it is that is crashing) under gdb. For an applet you do this the following way: gdb /usr/libexec/wnck-applet
(gdb) r
Then add the pager to the panel via right click -> add to panel
Reproduce the bug and type bt in gdb to get the backtrace. Chances are that we can find out whether it's really fixed or just harder to reproduce now.
I don't see splash screens in the pager at all. At least not the OO.o one. How do I reproduce this bug? And did you ever file a bugreport in bugzilla about this?
Just wanted to make sure you're aware that the outline drag mode is there now. You have to enable the reduced_resources GConf key in /apps/metacity/general/reduced_resources
Also, do you really think implementing every possible preference ever used in a WM is a sane choice for someone implementing a new one? I think Havoc is doing the right thing by doing the ones that make sense over time and getting the implementation right instead of adding hack after hack because users can't wait for the WM to mature.