After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311641 - dockable toolbar can't be moved after i leave it floating, on restart application do segmentation fault ;-(.
dockable toolbar can't be moved after i leave it floating, on restart applica...
Status: RESOLVED FIXED
Product: bonobo
Classification: Deprecated
Component: libbonoboui
2.5.x
Other Linux
: Normal major
: ---
Assigned To: Federico Mena Quintero
bonobo qa
Depends on:
Blocks:
 
 
Reported: 2005-07-26 18:26 UTC by Pavel
Modified: 2006-11-15 12:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Pavel 2005-07-26 18:26:26 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. ;-)
Comment 1 Michael Meeks 2005-07-27 13:32:20 UTC
federico - toolbar rewrite issue ?
Comment 2 Pavel 2005-07-28 09:00:01 UTC
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...
Comment 3 Sebastien Bacher 2005-07-29 09:01:02 UTC
duplicate of #167944?
Comment 4 Pavel 2005-07-30 16:32:46 UTC
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.
Comment 5 Kjartan Maraas 2006-11-15 12:42:09 UTC
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...