Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 391898468971e472527e8fe7bc09c181 > files > 1

audacity-1.3.3-1.2mdv2008.0.src.rpm

--- audacity-src-1.3.2-beta/src/AudacityApp.cpp
+++ audacity-src-1.3.2-beta/src/AudacityApp.cpp
@@ -387,7 +387,7 @@ bool AudacityApp::OnInit()
    // * The user's .audacity-files directory in their home directory
    // * The "share" and "share/doc" directories in their install path
    #ifdef __WXGTK__
-   defaultTempDir.Printf(wxT("/tmp/audacity1.2-%s"), wxGetUserId().c_str());
+   defaultTempDir.Printf(wxT("/%s/.audacity1.2-%s"), home.c_str(), wxGetUserId().c_str());
    wxString pathVar = wxGetenv(wxT("AUDACITY_PATH"));
    if (pathVar != wxT(""))
       AddMultiPathsToPathList(pathVar, audacityPathList);