Index: mythplugins-trunk/mythgallery/mythgallery/gallerysettings.cpp
===================================================================
--- mythplugins-trunk.orig/mythgallery/mythgallery/gallerysettings.cpp	2010-02-14 20:43:38.000000000 -0600
+++ mythplugins-trunk/mythgallery/mythgallery/gallerysettings.cpp	2010-02-14 20:43:47.000000000 -0600
@@ -18,7 +18,7 @@
 #ifdef Q_WS_MACX
     gc->setValue(QDir::homePath() + "/Pictures");
 #else
-    gc->setValue("/var/lib/pictures");
+    gc->setValue("/var/lib/mythtv/pictures");
 #endif
     gc->setHelpText(QObject::tr("This directory must exist and "
                        "MythGallery needs to have read permission."));
@@ -71,7 +71,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:/media/usbdisk");
     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."));
Index: mythplugins-trunk/mythmusic/mythmusic/globalsettings.cpp
===================================================================
--- mythplugins-trunk.orig/mythmusic/mythmusic/globalsettings.cpp	2010-02-14 20:43:37.000000000 -0600
+++ mythplugins-trunk/mythmusic/mythmusic/globalsettings.cpp	2010-02-14 20:43:47.000000000 -0600
@@ -40,7 +40,7 @@
 #ifdef Q_WS_MACX
     gc->setValue(QDir::homePath() + "/Music");
 #else
-    gc->setValue("/mnt/store/music/");
+    gc->setValue("/var/lib/mythtv/music/");
 #endif
     gc->setHelpText(QObject::tr("This directory must exist, and the user "
                     "running MythMusic needs to have write permission "
Index: mythplugins-trunk/mythvideo/mythvideo/globals.cpp
===================================================================
--- mythplugins-trunk.orig/mythvideo/mythvideo/globals.cpp	2010-02-14 20:43:37.000000000 -0600
+++ mythplugins-trunk/mythvideo/mythvideo/globals.cpp	2010-02-14 20:43:47.000000000 -0600
@@ -32,5 +32,5 @@
 #ifdef Q_WS_MACX
 const QString DEFAULT_VIDEOSTARTUP_DIR = QDir::homePath() + "/Movies";
 #else
-const QString DEFAULT_VIDEOSTARTUP_DIR = "/share/Movies/dvd";
+const QString DEFAULT_VIDEOSTARTUP_DIR = "";
 #endif
Index: mythplugins-trunk/mythweb/mythweb.conf.apache
===================================================================
--- mythplugins-trunk.orig/mythweb/mythweb.conf.apache	2010-02-14 20:43:37.000000000 -0600
+++ mythplugins-trunk/mythweb/mythweb.conf.apache	2010-02-14 20:43:47.000000000 -0600
@@ -29,7 +29,7 @@
     <Directory "/var/www/html/data">
         Options -All +FollowSymLinks +IncludesNoExec
     </Directory>
-    <Directory "/var/www/html" >
+    <Directory "/var/www/mythweb" >
 
     ############################################################################
     # I *strongly* urge you to turn on authentication for MythWeb.  It is disabled
Index: mythplugins-trunk/mytharchive/mytharchive/archivesettings.cpp
===================================================================
--- mythplugins-trunk.orig/mytharchive/mytharchive/archivesettings.cpp	2010-02-14 20:43:51.000000000 -0600
+++ mythplugins-trunk/mytharchive/mytharchive/archivesettings.cpp	2010-02-14 20:43:55.000000000 -0600
@@ -16,7 +16,7 @@
 {
     HostLineEdit *gc = new HostLineEdit("MythArchiveTempDir");
     gc->setLabel(QObject::tr("Myth Archive Temp Directory"));
-    gc->setValue("");
+    gc->setValue("/var/lib/mytharchive/temp/");
     gc->setHelpText(QObject::tr("Location where MythArchive should create its "
             "temporory work files. LOTS of free space required here."));
     return gc;
