GNOME Bugzilla – Bug 311641
dockable toolbar can't be moved after i leave it floating, on restart application do segmentation fault ;-(.
Last modified: 2006-11-15 12:42:09 UTC
Distribution/Version: gentoo Start "Nautilus" or any other application that use gnome2 toolbar "gedit" etc. deatach this toolbar and leave it (release mouse button). The toolbar maybe moved only in the small region of the grip. In source file "bonobo-dock-item.c" I find at line 1572 a comment : /* This is not working well...can drag only in the small region of the grip and the first button. To be precise, it just sucks that we can't get a decent grab on the grip itself */ If I close application and restart them, I see a such dialog "Program XXX recieve SIGV signal ...." and only after I delete the settings file from the directory ~/.gnome2/ with name of application(for examle ~.gnome2/gedit) I can normal restart my application. I fix this bug on my PC ( libbonoboui-2.10.2) but I'm not sure that this is stable/portable, and I don't know where I can send it. ;-)
federico - toolbar rewrite issue ?
All those bugs disappear but then we change with 'GConf' the key'/desktop/gnome/interface/toolbar_detachable' from '1' to '0' (or by gnome gnome-ui-properties) and toolbar is floating, it remain floating without grip...
duplicate of #167944?
50 % intersection with #167944 In addition: - In Nautilus if toolbar is detachable, after detaching on it appear strange items, bottons etc. I delete invocation of function ( gtk_widget_show_all() in bonobo_dock_item_detach() ) and this bug disapear.
Nautilus doesn't use bonobo any longer and I can't reproduce this in evolution which is one of the few apps still using the bonobo toolbar code...