GNOME Bugzilla – Bug 154796
Open dialog hangs if user has ssh bookmarks with auth
Last modified: 2005-02-17 21:16:29 UTC
If you have a ssh bookmark in the file selector which requires a password to unlock the ssh key, and you do file->open in totem, totem will hang instead of displaying the dialog to unlock the key.
By forcing the "gtk" backend instead of the "gnome-vfs" one, it works fine. There's a deadlock somewhere in there...
Should this be moved to gtk+?
Huh, the gnome-vfs backend is in libgnomeui, not gtk+. And I still need to investigate further to know if the culprit is in that backend or Totem.
any progress on determining if the bug is in the the file-chooser or in totem?
The original hang is worked on in bug #162989, but I added (removed?) a work-around in Totem. 2005-02-17 Bastien Nocera <hadess@hadess.net> * src/totem.c: (main): remove gdk_threads_init() as we don't have any gdk_threads_enter anywhere anyway, fixes hangs when file selector bookmarks require authentication (Closes: #154796)