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 309899 - Spurious auth requests
Spurious auth requests
Status: RESOLVED OBSOLETE
Product: sound-juicer
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on: 309907
Blocks:
 
 
Reported: 2005-07-09 16:23 UTC by Bastien Nocera
Modified: 2008-09-03 19:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2005-07-09 16:23:45 UTC
- Launch gedit
- Open the "Open..." file dialog
- Go to a location that requires authentication (for example sftp://localhost/)
- Type in the password, and add that location to the bookmark
- Close gedit

- Launch sound-juicer
- See an auth window popping up (Cancel, cancel, cancel
- Open the preferences
- See an auth window popping up

Expected would be to have no auth window showing because sound-juicer isn't
setup to write to a location that requires auth.
Comment 1 Ross Burton 2005-07-09 16:50:23 UTC
Any idea what causes this?  SJ doesn't touch gnome-vfs directly at all, the
closest is the gnomevfssink.
Comment 2 Bastien Nocera 2005-07-09 17:01:23 UTC
It is the GtkFileChooserButton's fault (try opening the main glade file).
Sound-juicer could work around this by creating the prefs window on demand.

Alternatively, we should get the GtkFileChooserButton to only ask for auth when
the location that requires auth is selected, not before.
Comment 3 Bastien Nocera 2005-07-09 17:11:18 UTC
gtk+ bug split out in bug 309907
Comment 4 Bastien Nocera 2008-09-03 19:29:28 UTC
Works fine now.