CVS commit by lunakl: chdir to / when keeping for preloading, just in case cwd is a mounted device. M +1 -0 konq_mainwindow.cc 1.1339 --- kdebase/konqueror/konq_mainwindow.cc #1.1338:1.1339 @@ -5220,4 +5220,5 @@ void KonqMainWindow::setPreloadedFlag( b if( s_preloaded ) { + chdir("/"); // so that it's cwd is not e.g. subfs mounted device kapp->disableSessionManagement(); // dont restore preloaded konqy's return; // was registered before calling this