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 567712 - Import local folder dialog is sometimes very small
Import local folder dialog is sometimes very small
Status: RESOLVED DUPLICATE of bug 551209
Product: banshee
Classification: Other
Component: User Interface
git master
Other Linux
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-14 05:36 UTC by John Millikin
Modified: 2009-02-22 06:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Millikin 2009-01-14 05:36:06 UTC
Occasionally, when opening the import local folder dialog (Media->Import Media->Local Folder->Import Media Source), the dialog window opens with dimensions of about 300x300. I can reproduce it reliably, but with no apparent pattern.

It appears to have something to do with shortcuts; if I comment out the call to `FileImportSource.SetChooserShortcuts()` in `FolderImportSource.cs`, the dialog opens correctly every time. The error occurs even if all the banshee-specific code is removed from `FolderImportSource.Import()`, but if the code is then copied into a stand-alone application, the error does not occur.

This might be a bug in GTK+ or GTK#, but Banshee is the only application in which I can reproduce it.
Comment 1 Bertrand Lorentz 2009-01-14 17:36:10 UTC
Are you running compiz ?
I've noticed strange things with my file chooser dialogs since I'm running it, but I haven't looked into it.
Comment 2 John Millikin 2009-01-14 19:47:53 UTC
I'm using Metacity, without compositing.
Comment 3 Gabriel Burt 2009-01-16 21:46:26 UTC
It's not tied to what folder it shows by default?  Is it 100% consistently tied to the SetChooserShortcuts call being there?
Comment 4 John Millikin 2009-01-16 21:58:11 UTC
In can happen in any folder. If I comment out the call to `SetChooserShortcuts()`, the window always opens at the correct size.
Comment 5 Michael Martin-Smucker 2009-02-07 17:15:57 UTC
I've seen this in Banshee, but since upgrading to Ubuntu 8.10, I've noticed this type of behavior in many application dialogues that let the user browse folders.  If you've found a specific part of Banshee's code that affects this, then maybe my issue is something different.
Comment 6 Alexander Kojevnikov 2009-02-22 04:26:10 UTC
The symptoms look very similar to bug 551209.
Comment 7 John Millikin 2009-02-22 06:46:01 UTC
You're correct, this is the same bug.

*** This bug has been marked as a duplicate of 551209 ***