GNOME Bugzilla – Bug 163534
Long directory names causing file selector to hang
Last modified: 2005-01-10 17:51:10 UTC
Creating a reasonably long directory name. Nothing spectacular, just long enough for it to not fit in the standard file selector 'directory bar' (the bit next to the 'create folder' button). Then open up a file selector widget and browse to that directory. Because it doesn't fit in the directory bar, it causes the file selector to go into a resize loop (growing then shrinking) thus hanging the file selector and subsequently the application it is attached to. I have reproduced this with Rhythmbox and Gedit, and am certain it affects all file selectors!
It's worth noting that if you enlarge the file selector so that it can accomodate the long directory name, then it avoids the hang.
I cannot reproduce here. In recent gtk+ (2.6 and up) the filechooser uses pango to ellipsize the filename, thus there is no resizing effect. It couldn't hurt to fix this in gtk+ 2.4, but as 2.6 is the stable version now I guess you should just upgrade.
*** This bug has been marked as a duplicate of 154007 ***