Comment Re:Always been buggy (Score 1) 443
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.