--- mythplugins-pre/mythgallery/mythgallery/gallerysettings.cpp 2005-10-22 13:31:34.000000000 +0300 +++ mythplugins/mythgallery/mythgallery/gallerysettings.cpp 2005-10-22 18:39:49.000000000 +0300 @@ -44,7 +44,7 @@ { HostLineEdit *gc = new HostLineEdit("GalleryImportDirs"); gc->setLabel(QObject::tr("Paths to import images from")); - gc->setValue("/mnt/cdrom:/mnt/camera"); + gc->setValue("/media/cdrom:/mnt/camera"); gc->setHelpText(QObject::tr("This is a colon separated list of paths. " "If the path in the list is a directory, its contents will " "be copied. If it is an executable, it will be run.")); --- mythplugins-pre/mythmusic/mythmusic/globalsettings.cpp 2005-10-22 13:31:22.000000000 +0300 +++ mythplugins/mythmusic/mythmusic/globalsettings.cpp 2005-10-22 18:39:49.000000000 +0300 @@ -18,7 +18,7 @@ { HostLineEdit *gc = new HostLineEdit("MusicLocation"); gc->setLabel(QObject::tr("Directory to hold music")); - gc->setValue("/mnt/store/music/"); + gc->setValue("/var/lib/mythmusic/"); gc->setHelpText(QObject::tr("This directory must exist, and the user " "running MythMusic needs to have write permission " "to the directory.")); --- mythplugins/mythvideo/mythvideo/globals.cpp~ 2006-09-05 02:51:22.000000000 +0300 +++ mythplugins/mythvideo/mythvideo/globals.cpp 2006-09-07 23:24:51.000000000 +0300 @@ -24,4 +24,4 @@ const int SCREEN_EXIT_VIA_JUMP = 5; -const QString DEFAULT_VIDEOSTARTUP_DIR = "/share/Movies/dvd"; +const QString DEFAULT_VIDEOSTARTUP_DIR = "/var/lib/mythvideo";