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 154796 - Open dialog hangs if user has ssh bookmarks with auth
Open dialog hangs if user has ssh bookmarks with auth
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2004-10-07 15:39 UTC by Alex Duggan
Modified: 2005-02-17 21:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex Duggan 2004-10-07 15:39:12 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.
Comment 1 Bastien Nocera 2004-10-07 16:00:15 UTC
By forcing the "gtk" backend instead of the "gnome-vfs" one, it works fine.
There's a deadlock somewhere in there...
Comment 2 Alex Duggan 2004-10-07 18:03:41 UTC
Should this be moved to gtk+?
Comment 3 Bastien Nocera 2004-10-07 22:56:26 UTC
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.
Comment 4 Alex Duggan 2005-02-07 05:23:06 UTC
any progress on determining if the bug is in the the file-chooser or in totem?
Comment 5 Bastien Nocera 2005-02-17 21:16:29 UTC
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)