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 471971 - Endless loop on non-existent directory
Endless loop on non-existent directory
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: general
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
: 481970 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-08-30 19:14 UTC by Sven Arvidsson
Modified: 2008-02-25 19:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this bug (1.36 KB, patch)
2008-02-25 16:39 UTC, Matthew Martin
committed Details | Review

Description Sven Arvidsson 2007-08-30 19:14:21 UTC
[ From http://bugs.debian.org/440145 by Daniel van Eeden ]

"To reproduce:
1. Start sound-juicer
2. Edit->Preferences
3. Choose an Music Folder which doesn't yet exist
4. Click OK

Actual Result:
Error: error accessing '<file_uri>': File not found
The directory will be created by sound-juicer, but the error dialog will
re-appear after clicking OK on the error dialog.

Expected Result:
1. "This directory doesn't exist, do you want me to create it?" 

Work around:
1. Delete the just created directory and the errors won't reappear."
Comment 1 Johannes Schmid 2007-09-30 20:06:47 UTC
*** Bug 481970 has been marked as a duplicate of this bug. ***
Comment 2 Matthew Martin 2008-02-25 16:39:33 UTC
Created attachment 105921 [details] [review]
Patch to fix this bug
Comment 3 Ross Burton 2008-02-25 19:20:39 UTC
Committed, thanks!